aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-02-15 20:57:37 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-02-15 20:57:37 +0000
commitd11e0bf7fa690b7a3100ed2ce290a4455f75ecbc (patch)
tree200e24891b643d46995e2b4811810b750c37a24e
parente56827ec958aaaf50ac9f2d7203bf71dcf0ada91 (diff)
parent5ab9e65b65e51d1432fe6aff10ecc3f69fee38f2 (diff)
downloadpackages-d11e0bf7fa690b7a3100ed2ce290a4455f75ecbc.tar.gz
packages-d11e0bf7fa690b7a3100ed2ce290a4455f75ecbc.zip
Merge pull request #128 from apense/master
nimrat added
-rw-r--r--packages.json9
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"
}
]