diff options
| author | Euan T <euantorano@users.noreply.github.com> | 2016-06-22 22:11:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-22 22:11:46 +0100 |
| commit | 7a4b6fe9a89aa189ca5b3234f5ecff8df85a0840 (patch) | |
| tree | 04274ecfc7c46aeba309bdbd6f089e57d9bc75d8 | |
| parent | 64c88d342251fca5a6a7b60cf7fd8c2be354457b (diff) | |
| download | packages-7a4b6fe9a89aa189ca5b3234f5ecff8df85a0840.tar.gz packages-7a4b6fe9a89aa189ca5b3234f5ecff8df85a0840.zip | |
Add `semver` package
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f979e6a..8521441 100644 --- a/packages.json +++ b/packages.json @@ -4834,5 +4834,18 @@ "description": "Override the dot operator to access nested subfields of a Nim object.", "license": "MIT", "web": "https://github.com/jyapayne/subfield" + }, + { + "name": "semver", + "url": "https://github.com/euantorano/semver.nim", + "method": "git", + "tags": [ + "semver", + "version", + "parser" + ], + "description": "Semantic versioning parser for Nim. Allows the parsing of version strings into objects and the comparing of version objects.", + "license": "BSD3", + "web": "https://github.com/euantorano/semver.nim" } ] |
