aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-10-31 18:32:02 +0100
committerGitHub <noreply@github.com>2016-10-31 18:32:02 +0100
commit8b9ee7b455c40087794cbb4b434789c647716e72 (patch)
treec6018e6454e30efc56dd77e513bff34502d31f2b
parentb3795fed57ed5371427e9c3c31692fd2e7d3d284 (diff)
parent5bf046c2f510c676b296aec701640bbe3b4846bc (diff)
downloadpackages-8b9ee7b455c40087794cbb4b434789c647716e72.tar.gz
packages-8b9ee7b455c40087794cbb4b434789c647716e72.zip
Merge pull request #421 from konqoro/patch-1
Add fractions package
-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"
}
]