diff --git a/packages.json b/packages.json index f5ca426..e0fc9b5 100644 --- a/packages.json +++ b/packages.json @@ -7517,5 +7517,17 @@ "description": "libuv bindings for Nim", "license": "MIT", "web": "https://github.com/lcrees/libuv" + }, + { + "name": "romans", + "url": "https://github.com/lcrees/romans", + "method": "git", + "tags": [ + "roman", + "numerals" + ], + "description": "Conversion between integers and Roman numerals", + "license": "MIT", + "web": "https://github.com/lcrees/romans" } ]