aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 4f2d3d1..da7e7af 100644
--- a/packages.json
+++ b/packages.json
@@ -7503,5 +7503,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"
}
]