diff options
| -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" } ] |
