From 96ddf1be5e06f35451e402433c26ca037bb93447 Mon Sep 17 00:00:00 2001 From: lcrees Date: Tue, 31 Oct 2017 13:05:58 -0600 Subject: [PATCH] Added package romans --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]