diff options
| author | lcrees <lcrees@gmail.com> | 2017-10-31 13:05:58 -0600 |
|---|---|---|
| committer | lcrees <lcrees@gmail.com> | 2017-10-31 13:05:58 -0600 |
| commit | 96ddf1be5e06f35451e402433c26ca037bb93447 (patch) | |
| tree | 21ef515deedff7ed49ff53d01aa7ff0145922598 | |
| parent | 36aead1acae679f83b3b05b8c0196488a0af7ecd (diff) | |
| download | packages-96ddf1be5e06f35451e402433c26ca037bb93447.tar.gz packages-96ddf1be5e06f35451e402433c26ca037bb93447.zip | |
Added package romans
| -rw-r--r-- | packages.json | 12 |
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" } ] |
