Merge pull request #368 from euantorano/patch-1

Add `semver` package
This commit is contained in:
Dominik Picheta 2016-06-22 23:29:09 +01:00 committed by GitHub
commit 68336e348d

View File

@ -4834,5 +4834,18 @@
"description": "Override the dot operator to access nested subfields of a Nim object.", "description": "Override the dot operator to access nested subfields of a Nim object.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/jyapayne/subfield" "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"
} }
] ]