sv
sv copied to clipboard
libsv - Public domain cross-platform semantic versioning in c99
Results
3
sv issues
Sort by
recently updated
recently updated
newest added
Currently I use lua pattern matching to find valid semantic versions, but I don't feel very reliable. ```lua function semver.match(str, pos, pattern) local patterns = pattern or {"%d+[.]%d+[-+.%w]*", "%d+[.]%d+[.]%d+", "%d+[.]%d+"}...
- [ ] Install doc - [ ] Contributing doc - [ ] Usage doc - [ ] API doc - [ ] Doxygen - [ ] Doxygen to md...
enhancement
help wanted
See #15