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