diff options
| author | konqoro <capoiosct@gmail.com> | 2016-10-31 18:32:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-31 18:32:50 +0200 |
| commit | 5bf046c2f510c676b296aec701640bbe3b4846bc (patch) | |
| tree | c6018e6454e30efc56dd77e513bff34502d31f2b /packages.json | |
| parent | b3795fed57ed5371427e9c3c31692fd2e7d3d284 (diff) | |
| download | packages-5bf046c2f510c676b296aec701640bbe3b4846bc.tar.gz packages-5bf046c2f510c676b296aec701640bbe3b4846bc.zip | |
Add fractions package
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 14 |
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" } ] |
