diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-10-31 18:32:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-31 18:32:02 +0100 |
| commit | 8b9ee7b455c40087794cbb4b434789c647716e72 (patch) | |
| tree | c6018e6454e30efc56dd77e513bff34502d31f2b | |
| parent | b3795fed57ed5371427e9c3c31692fd2e7d3d284 (diff) | |
| parent | 5bf046c2f510c676b296aec701640bbe3b4846bc (diff) | |
| download | packages-8b9ee7b455c40087794cbb4b434789c647716e72.tar.gz packages-8b9ee7b455c40087794cbb4b434789c647716e72.zip | |
Merge pull request #421 from konqoro/patch-1
Add fractions package
| -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" } ] |
