Add semver package

This commit is contained in:
Euan T 2016-06-22 22:11:46 +01:00 committed by GitHub
parent 64c88d3422
commit 7a4b6fe9a8

View File

@ -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"
}
]