diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-06-28 22:51:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-28 22:51:04 +0100 |
| commit | 4e54b52f297235397a0f06bdb4c7c1b9869be07b (patch) | |
| tree | 97b8189a0ded64658dd03260780fad7c7d891abb | |
| parent | fd4df8e83e93ebacd98f397532eefb703595b1ba (diff) | |
| parent | 890da06ed28623db1efba097cf71abe1785da212 (diff) | |
| download | packages-4e54b52f297235397a0f06bdb4c7c1b9869be07b.tar.gz packages-4e54b52f297235397a0f06bdb4c7c1b9869be07b.zip | |
Merge branch 'master' into patch-4
| -rw-r--r-- | packages.json | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/packages.json b/packages.json index f246c50..eafcf7f 100644 --- a/packages.json +++ b/packages.json @@ -5793,20 +5793,6 @@ "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" - }, - { "name": "mmgeoip", "url": "https://github.com/FedericoCeratto/nim-mmgeoip", "method": "git", @@ -6426,7 +6412,7 @@ }, { "name": "gnuplot", - "url": "https://github.com/konqoro/gnuplot.nim", + "url": "https://github.com/dvolk/gnuplot.nim", "method": "git", "tags": [ "plot", @@ -6435,7 +6421,7 @@ ], "description": "Nim interface to gnuplot", "license": "MIT", - "web": "https://github.com/konqoro/gnuplot.nim" + "web": "https://github.com/dvolk/gnuplot.nim" }, { "name": "ustring", @@ -9737,5 +9723,18 @@ "description": "Print fabulously in your terminal", "license": "MIT", "web": "https://github.com/icyphox/fab" + }, + { + "name": "intel_hex", + "url": "https://github.com/keyme/nim_intel_hex", + "method": "git", + "tags": [ + "utils", + "parsing", + "hex" + ], + "description": "Intel hex file utility library", + "license": "MIT", + "web": "https://github.com/keyme/nim_intel_hex" } ] |
