aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorkonqoro <capoiosct@gmail.com>2016-10-31 18:32:50 +0200
committerGitHub <noreply@github.com>2016-10-31 18:32:50 +0200
commit5bf046c2f510c676b296aec701640bbe3b4846bc (patch)
treec6018e6454e30efc56dd77e513bff34502d31f2b /packages.json
parentb3795fed57ed5371427e9c3c31692fd2e7d3d284 (diff)
downloadpackages-5bf046c2f510c676b296aec701640bbe3b4846bc.tar.gz
packages-5bf046c2f510c676b296aec701640bbe3b4846bc.zip
Add fractions package
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index d652ca2..b4f4d95 100644
--- a/packages.json
+++ b/packages.json
@@ -5398,5 +5398,19 @@
"description": "A wrapper for libui",
"license": "MIT",
"web": "https://github.com/nim-lang/ui"
+ },
+ {
+ "name": "fractions",
+ "url": "https://github.com/konqoro/fractions",
+ "method": "git",
+ "tags": [
+ "library",
+ "rationals",
+ "arithmetic",
+ "tuple"
+ ],
+ "description": "Implements rational number arithmetic",
+ "license": "MIT",
+ "web": "https://github.com/konqoro/fractions"
}
]