aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-10-31 21:50:52 +0000
committerGitHub <noreply@github.com>2017-10-31 21:50:52 +0000
commit7564fd2189321134e85d79de2ded6d7f653add3c (patch)
treed0249631e4161c03500f0dea666843c858bda53e
parentf7cc394ba09f6f3799f0bbec35c35aea7d54e0a4 (diff)
parent96ddf1be5e06f35451e402433c26ca037bb93447 (diff)
downloadpackages-7564fd2189321134e85d79de2ded6d7f653add3c.tar.gz
packages-7564fd2189321134e85d79de2ded6d7f653add3c.zip
Merge pull request #607 from lcrees/add-romans1905
Added package romans
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]