mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
Add semver package
This commit is contained in:
parent
64c88d3422
commit
7a4b6fe9a8
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user