diff options
| author | Jonathan Edwards <apense+git@gmail.com> | 2015-02-15 14:27:24 -0500 |
|---|---|---|
| committer | Jonathan Edwards <apense+git@gmail.com> | 2015-02-15 14:27:24 -0500 |
| commit | 5ab9e65b65e51d1432fe6aff10ecc3f69fee38f2 (patch) | |
| tree | 200e24891b643d46995e2b4811810b750c37a24e | |
| parent | e56827ec958aaaf50ac9f2d7203bf71dcf0ada91 (diff) | |
| download | packages-5ab9e65b65e51d1432fe6aff10ecc3f69fee38f2.tar.gz packages-5ab9e65b65e51d1432fe6aff10ecc3f69fee38f2.zip | |
nimrat added
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 6077e27..96777b0 100644 --- a/packages.json +++ b/packages.json @@ -1236,5 +1236,14 @@ "description": "Module for working with paths that is as similar as possible to Python's pathlib", "license": "MIT", "web": "https://github.com/achesak/nim-pythonpathlib" + }, + { + "name": "nimrat", + "url": "git://github.com/apense/nimrat", + "method": "git", + "tags": ["library","math","numbers"], + "description": "Module for working with rational numbers (fractions)", + "license": "MIT", + "web": "https://github.com/apense/nimrat" } ] |
