From afa8c1b105ab0b295e1cda84150aec605f5b738d Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 20 Jun 2018 07:39:10 +0900 Subject: [PATCH 001/691] Update packages.json for nim-libnx --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index e486a46..b80ff53 100644 --- a/packages.json +++ b/packages.json @@ -97,6 +97,21 @@ "license": "MIT", "web": "https://github.com/dom96/jester" }, + { + "name": "nim-libnx", + "url": "https://github.com/jyapayne/nim-libnx", + "method": "git", + "tags": [ + "library", + "nintendo switch", + "switch", + "libnx", + "nx" + ], + "description": "A wrapper generator for libnx.", + "license": "The Unlicense", + "web": "https://github.com/jyapayne/nim-libnx" + }, { "name": "templates", "url": "https://github.com/onionhammer/nim-templates.git", From 602bf911936f132250e81dd5145bae5dae437f49 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 21 Jun 2018 22:24:53 +0100 Subject: [PATCH 002/691] Remove deleted morpheus package --- packages.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages.json b/packages.json index e486a46..dc011a2 100644 --- a/packages.json +++ b/packages.json @@ -9081,18 +9081,6 @@ "license": "MIT", "web": "https://github.com/6A/Keystone.nim" }, - { - "name": "morpheus", - "url": "https://github.com/notTito/morpheus", - "method": "git", - "tags": [ - "matrix", - "linear-algebra" - ], - "description": "Nim Matrix module", - "license": "MIT", - "web": "https://github.com/notTito/morpheus" - }, { "name": "units", "url": "https://github.com/Udiknedormin/NimUnits", From 12281d7c9e5c85ccfdfe25dccd9c693c5f75ef90 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Fri, 22 Jun 2018 23:14:01 +0200 Subject: [PATCH 003/691] Add package `mpfit` (#767) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index dc011a2..7827194 100644 --- a/packages.json +++ b/packages.json @@ -8960,6 +8960,24 @@ "license": "MIT", "web": "https://github.com/Vindaar/nimhdf5" }, + { + "name": "mpfit", + "url": "https://github.com/Vindaar/nim-mpfit", + "method": "git", + "tags": [ + "library", + "wrapper", + "binding", + "nonlinear", + "least-squares", + "fitting", + "levenberg-marquardt", + "regression" + ], + "description": "A wrapper for the cMPFIT non-linear least squares fitting library", + "license": "MIT", + "web": "https://github.com/Vindaar/nim-mpfit" + }, { "name": "itertools", "url": "https://github.com/narimiran/itertools", From d772a23dec6e00b15c84b7414904ed8e2674673c Mon Sep 17 00:00:00 2001 From: Joey Date: Sat, 23 Jun 2018 07:20:14 +0900 Subject: [PATCH 004/691] Update packages.json with nim-extensions (#768) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7827194..f5856d0 100644 --- a/packages.json +++ b/packages.json @@ -28,6 +28,19 @@ "license": "WTFPL", "web": "https://github.com/watzon/github-api-nim" }, + { + "name": "extensions", + "url": "https://github.com/jyapayne/nim-extensions", + "method": "git", + "tags": [ + "library", + "extensions", + "addons" + ], + "description": "A library that will add useful tools to Nim's arsenal.", + "license": "MIT", + "web": "https://github.com/jyapayne/nim-extensions" + }, { "name": "nimates", "url": "https://github.com/jamesalbert/nimates", From e49507bc679a4bbf7a9c66aa7de0313ab9adc82c Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 23 Jun 2018 12:39:17 +0100 Subject: [PATCH 005/691] Change nimbox url to my fork (#771) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index f5856d0..cbde432 100644 --- a/packages.json +++ b/packages.json @@ -5814,7 +5814,7 @@ }, { "name": "nimbox", - "url": "https://notabug.org/vktec/nimbox.git", + "url": "https://github.com/dom96/nimbox", "method": "git", "tags": [ "library", @@ -5827,7 +5827,7 @@ ], "description": "A Rustbox-inspired termbox wrapper", "license": "MIT", - "web": "https://notabug.org/vktec/nimbox" + "web": "https://github.com/dom96/nimbox" }, { "name": "psutil", From 87a60df837a7a835312182a18d4fb640dccdacd4 Mon Sep 17 00:00:00 2001 From: ephja Date: Sat, 23 Jun 2018 14:03:45 +0200 Subject: [PATCH 006/691] rename nim-glfw to glfw (#773) --- packages.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages.json b/packages.json index cbde432..578d54d 100644 --- a/packages.json +++ b/packages.json @@ -306,6 +306,10 @@ }, { "name": "nim-glfw", + "alias": "glfw" + }, + { + "name": "glfw", "url": "https://github.com/ephja/nim-glfw", "method": "git", "tags": [ From b8c113e80668808e15f8410d21b488a7767935df Mon Sep 17 00:00:00 2001 From: Joey Date: Tue, 26 Jun 2018 00:36:10 +0900 Subject: [PATCH 007/691] Update packages.json with libnx (#769) * Update packages.json with libnx * Remove spaces --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 578d54d..729704d 100644 --- a/packages.json +++ b/packages.json @@ -404,6 +404,20 @@ "license": "BSD", "web": "https://github.com/nim-lang/nimble" }, + { + "name": "libnx", + "url": "https://github.com/jyapayne/nim-libnx", + "method": "git", + "tags": [ + "switch", + "nintendo", + "libnx", + "nx" + ], + "description": "A port of libnx to Nim", + "license": "The Unlicense", + "web": "https://github.com/jyapayne/nim-libnx" + }, { "name": "aporia", "url": "https://github.com/nim-lang/Aporia", From 986308d3f3b3ef0c5a146393060e6daa89bef38e Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 27 Jun 2018 21:12:59 +0900 Subject: [PATCH 008/691] Update packages.json with switch build --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 729704d..e48a425 100644 --- a/packages.json +++ b/packages.json @@ -418,6 +418,20 @@ "license": "The Unlicense", "web": "https://github.com/jyapayne/nim-libnx" }, + { + "name": "switch-build", + "url": "https://github.com/jyapayne/switch-build", + "method": "git", + "tags": [ + "switch", + "nintendo", + "build", + "builder" + ], + "description": "An easy way to build homebrew files for the Nintendo Switch", + "license": "MIT", + "web": "https://github.com/jyapayne/switch-build" + }, { "name": "aporia", "url": "https://github.com/nim-lang/Aporia", From fd4df8e83e93ebacd98f397532eefb703595b1ba Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 27 Jun 2018 22:37:01 +0900 Subject: [PATCH 009/691] Remove dash in switch-build -> switch_build --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index e48a425..f246c50 100644 --- a/packages.json +++ b/packages.json @@ -419,7 +419,7 @@ "web": "https://github.com/jyapayne/nim-libnx" }, { - "name": "switch-build", + "name": "switch_build", "url": "https://github.com/jyapayne/switch-build", "method": "git", "tags": [ From e587963a2d41354b230321de06c7008a597df9ab Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 27 Jun 2018 23:02:59 +0100 Subject: [PATCH 010/691] Remove fractions package User's account is gone. --- packages.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/packages.json b/packages.json index 729704d..fba5179 100644 --- a/packages.json +++ b/packages.json @@ -5778,20 +5778,6 @@ "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" - }, { "name": "mmgeoip", "url": "https://github.com/FedericoCeratto/nim-mmgeoip", From 1bf9a67ebfa1e60d9809f0fb74b31eab91597732 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 28 Jun 2018 12:58:38 +0100 Subject: [PATCH 011/691] Switch gnuplot link back to original --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index fba5179..90e226a 100644 --- a/packages.json +++ b/packages.json @@ -6398,7 +6398,7 @@ }, { "name": "gnuplot", - "url": "https://github.com/konqoro/gnuplot.nim", + "url": "https://github.com/dvolk/gnuplot.nim", "method": "git", "tags": [ "plot", @@ -6407,7 +6407,7 @@ ], "description": "Nim interface to gnuplot", "license": "MIT", - "web": "https://github.com/konqoro/gnuplot.nim" + "web": "https://github.com/dvolk/gnuplot.nim" }, { "name": "ustring", From 890da06ed28623db1efba097cf71abe1785da212 Mon Sep 17 00:00:00 2001 From: Jeff Ciesielski Date: Thu, 28 Jun 2018 09:21:14 -0400 Subject: [PATCH 012/691] Add intel hex library (#775) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 90e226a..24f2d42 100644 --- a/packages.json +++ b/packages.json @@ -9709,5 +9709,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" } ] From 78e45f0d5bbe2e822c28294a8a1711d2a55ce36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Fri, 29 Jun 2018 13:25:55 +0200 Subject: [PATCH 013/691] Added Nim Home Assistant (#774) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 24f2d42..f1383ed 100644 --- a/packages.json +++ b/packages.json @@ -9722,5 +9722,19 @@ "description": "Intel hex file utility library", "license": "MIT", "web": "https://github.com/keyme/nim_intel_hex" + }, + { + "name": "nimha", + "url": "https://github.com/ThomasTJdev/nim_homeassistant", + "method": "git", + "tags": [ + "smarthome", + "automation", + "mqtt", + "xiaomi" + ], + "description": "Nim Home Assistant (NimHA) is a hub for combining multiple home automation devices and automating jobs", + "license": "GPLv3", + "web": "https://github.com/ThomasTJdev/nim_homeassistant" } ] From 99706c2119cb1d783a8a8f66c928830a36e30eda Mon Sep 17 00:00:00 2001 From: ThomasTJdev Date: Sun, 1 Jul 2018 14:36:55 +0200 Subject: [PATCH 014/691] Renamed websitecreator to nimwc --- packages.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages.json b/packages.json index f1383ed..5444f18 100644 --- a/packages.json +++ b/packages.json @@ -9445,6 +9445,10 @@ }, { "name": "websitecreator", + "alias": "nimwc" + }, + { + "name": "nimwc", "url": "https://github.com/ThomasTJdev/nim_websitecreator", "method": "git", "tags": [ From 525d4a6ab517c852d9d98f524d5420d4e35d2cad Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Mon, 2 Jul 2018 20:58:12 +0200 Subject: [PATCH 015/691] add nlopt library --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index f1383ed..1dfba26 100644 --- a/packages.json +++ b/packages.json @@ -8995,6 +8995,20 @@ "license": "MIT", "web": "https://github.com/Vindaar/nim-mpfit" }, + { + "name": "nlopt", + "url": "https://github.com/Vindaar/nimnlopt", + "method": "git", + "tags": [ + "library", + "wrapper", + "binding", + "nonlinear-optimization", + ], + "description": "A wrapper for the non-linear optimization C library Nlopt", + "license": "MIT", + "web": "https://github.com/Vindaar/nimnlopt" + }, { "name": "itertools", "url": "https://github.com/narimiran/itertools", From 07b493f06604596bd9dc865b6befabac038f6f8a Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 4 Jul 2018 10:45:26 +0100 Subject: [PATCH 016/691] Soften scanner and update to Nim v0.18.0 --- .travis.yml | 14 ++++++++------ package_scanner.nim | 3 +-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4e2673..4c84749 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,18 +4,20 @@ dist: trusty language: c +cache: + directories: + - "$HOME/.choosenim" + install: + - export CHOOSENIM_CHOOSE_VERSION="0.18.0" - | - wget http://nim-lang.org/download/nim-0.13.0.tar.xz - tar xf nim-0.13.0.tar.xz - cd nim-0.13.0 - sh build.sh - cd .. + curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh + sh init.sh -y +- export PATH=$HOME/.nimble/bin:$PATH before_script: - set -e - set -x - - export PATH=`pwd`/nim-0.13.0/bin:$PATH script: - nim c -d:ssl -r package_scanner.nim && node ./validate_json.js diff --git a/package_scanner.nim b/package_scanner.nim index 828bcc9..0a8a572 100644 --- a/package_scanner.nim +++ b/package_scanner.nim @@ -63,9 +63,8 @@ proc canFetchNimbleRepository(name: string, urlJson: JsonNode): bool = try: discard getContent(url, timeout=10000) except HttpRequestError, TimeoutError: - echo "E: ", name, ": unable to fetch repository ", url, " ", + echo "W: ", name, ": unable to fetch repo ", url, " ", getCurrentExceptionMsg() - result = false except AssertionError: echo "W: ", name, ": httpclient failed ", url, " ", getCurrentExceptionMsg() From 032d9bb10dc9fa563ff41f984b41b20e6b0b9ed6 Mon Sep 17 00:00:00 2001 From: genotrance Date: Wed, 4 Jul 2018 05:19:27 -0500 Subject: [PATCH 017/691] Add recent packages (#772) --- packages.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/packages.json b/packages.json index e4e6b3c..87d8b91 100644 --- a/packages.json +++ b/packages.json @@ -9742,6 +9742,65 @@ "license": "MIT", "web": "https://github.com/icyphox/fab" }, + { + "name": "nim7z", + "url": "https://github.com/genotrance/nim7z", + "method": "git", + "tags": [ + "7zip", + "7z", + "extract", + "archive" + ], + "description": "7z extraction for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nim7z" + }, + { + "name": "nimarchive", + "url": "https://github.com/genotrance/nimarchive", + "method": "git", + "tags": [ + "7z", + "zip", + "tar", + "rar", + "gz", + "libarchive", + "compress", + "extract", + "archive" + ], + "description": "libarchive wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimarchive" + }, + { + "name": "nimpcre", + "url": "https://github.com/genotrance/nimpcre", + "method": "git", + "tags": [ + "pcre", + "regex" + ], + "description": "PCRE wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimpcre" + }, + { + "name": "nimdeps", + "url": "https://github.com/genotrance/nimdeps", + "method": "git", + "tags": [ + "dependency", + "bundle", + "installer", + "package" + ], + "description": "Nim library to bundle dependency files into executable", + "license": "MIT", + "web": "https://github.com/genotrance/nimdeps" + }, { "name": "intel_hex", "url": "https://github.com/keyme/nim_intel_hex", From 60f8b6af8b313032e9248a3a3cc9ba4f66f747d8 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 4 Jul 2018 07:20:21 -0300 Subject: [PATCH 018/691] Added package kdialog (#779) --- packages.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/packages.json b/packages.json index 87d8b91..6956618 100644 --- a/packages.json +++ b/packages.json @@ -9727,6 +9727,37 @@ "license": "MIT", "web": "https://github.com/QuinnFreedman/nimgraphviz" }, + { + "name": "fab", + "url": "https://github.com/icyphox/fab", + "method": "git", + "tags": [ + "colors", + "terminal", + "formatting", + "text", + "fun" + ], + "description": "Print fabulously in your terminal", + "license": "MIT", + "web": "https://github.com/icyphox/fab" + }, + { + "name": "kdialog", + "url": "https://github.com/juancarlospaco/nim-kdialog", + "method": "git", + "tags": [ + "kdialog", + "qt5", + "kde", + "gui", + "easy", + "qt" + ], + "description": "KDialog Qt5 Wrapper, easy API, KISS design", + "license": "LGPLv3", + "web": "https://github.com/juancarlospaco/nim-kdialog" + }, { "name": "fab", "url": "https://github.com/icyphox/fab", From a3e5ffda90d58abe71422ab86bd7599d210beabb Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 4 Jul 2018 22:20:54 +0100 Subject: [PATCH 019/691] Fixes .travis.yml format. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c84749..69c3f7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: - | curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y -- export PATH=$HOME/.nimble/bin:$PATH + - export PATH=$HOME/.nimble/bin:$PATH before_script: - set -e From fa903b1160eb75b92d527d7db496559ed941a0ce Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 4 Jul 2018 22:32:10 +0100 Subject: [PATCH 020/691] Remove duplicate fab package. --- packages.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/packages.json b/packages.json index 6956618..8864037 100644 --- a/packages.json +++ b/packages.json @@ -9758,21 +9758,6 @@ "license": "LGPLv3", "web": "https://github.com/juancarlospaco/nim-kdialog" }, - { - "name": "fab", - "url": "https://github.com/icyphox/fab", - "method": "git", - "tags": [ - "colors", - "terminal", - "formatting", - "text", - "fun" - ], - "description": "Print fabulously in your terminal", - "license": "MIT", - "web": "https://github.com/icyphox/fab" - }, { "name": "nim7z", "url": "https://github.com/genotrance/nim7z", From 4f180f3a7b93ddaf60b55f4eb2107548001382e6 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Fri, 6 Jul 2018 00:06:16 +0100 Subject: [PATCH 021/691] Fix JSON format --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 8864037..4fdaee5 100644 --- a/packages.json +++ b/packages.json @@ -9017,7 +9017,7 @@ "library", "wrapper", "binding", - "nonlinear-optimization", + "nonlinear-optimization" ], "description": "A wrapper for the non-linear optimization C library Nlopt", "license": "MIT", From d85d78c0a8ece7e19e94a7b6b5992561ef2031ef Mon Sep 17 00:00:00 2001 From: John Novak Date: Fri, 6 Jul 2018 14:32:38 +1000 Subject: [PATCH 022/691] Added package fmod --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 8864037..c8a24a5 100644 --- a/packages.json +++ b/packages.json @@ -9017,7 +9017,7 @@ "library", "wrapper", "binding", - "nonlinear-optimization", + "nonlinear-optimization" ], "description": "A wrapper for the non-linear optimization C library Nlopt", "license": "MIT", @@ -9843,5 +9843,20 @@ "description": "Nim Home Assistant (NimHA) is a hub for combining multiple home automation devices and automating jobs", "license": "GPLv3", "web": "https://github.com/ThomasTJdev/nim_homeassistant" + }, + { + "name": "fmod", + "url": "https://github.com/johnnovak/nim-fmod", + "method": "git", + "tags": [ + "library", + "fmod", + "audio", + "game", + "sound" + ], + "description": "Nim wrapper for the FMOD Low Level C API", + "license": "MIT", + "web": "https://github.com/johnnovak/nim-fmod" } ] From 722876c6b89d40224c73eeccd148fc9c664d996e Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Sat, 7 Jul 2018 20:57:34 -0500 Subject: [PATCH 023/691] Add 'ur' library --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index c8a24a5..e2bd69c 100644 --- a/packages.json +++ b/packages.json @@ -9858,5 +9858,20 @@ "description": "Nim wrapper for the FMOD Low Level C API", "license": "MIT", "web": "https://github.com/johnnovak/nim-fmod" + }, + { + "name": "ur", + "url": "https://github.com/JohnAD/ur", + "method": "git", + "tags": [ + "library", + "universal", + "result", + "return" + ], + "description": "A Universal Result macro/object that normalizes the information returned from a procedure", + "license": "MIT", + "web": "https://github.com/JohnAD/ur", + "doc": "https://github.com/JohnAD/ur/blob/master/docs/ur.rst" } ] From d75de5470391038136631a4d621ce84c9f8846ad Mon Sep 17 00:00:00 2001 From: Leonardo Mariscal <7671915+cavariux@users.noreply.github.com> Date: Sun, 8 Jul 2018 11:21:07 -0500 Subject: [PATCH 024/691] Added package figures (#787) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e2bd69c..1c0f0f1 100644 --- a/packages.json +++ b/packages.json @@ -9859,6 +9859,19 @@ "license": "MIT", "web": "https://github.com/johnnovak/nim-fmod" }, + { + "name": "figures", + "url": "https://github.com/cavariux/figures", + "method": "git", + "tags": [ + "unicode", + "cli", + "figures" + ], + "description": "unicode symbols", + "license": "MIT", + "web": "https://github.com/cavariux/figures" + }, { "name": "ur", "url": "https://github.com/JohnAD/ur", From c4f2a21f0368d44df370605d40d64c6244af9aa9 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sun, 8 Jul 2018 21:05:45 +0100 Subject: [PATCH 025/691] Add vulnerability management, bump SemVer version --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a32bdea..d889e63 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ While we really appreciate your contribution, please follow the requirements: ot * The package should build correctly with the latest Nim release * The package should not contain files without a license or in breach of 3rd parties licensing * Non-mature packages should be flagged as such, especially if they perform security-critical tasks (e.g. encryption) +* If a vulnerability is found, make a patch release against the latest stable release (or more) that fixes the issue without introducing any other change. * Tiny libraries should be avoided where possible * Avoid having many dependencies. Use "when defined(...)" to enable optional features. * If abandoning a package, please tag it as "abandoned" @@ -44,7 +45,7 @@ While we really appreciate your contribution, please follow the requirements: ot * Provide a contact email address. * Optionally try to support older Nim releases (6 months to 1 year) * Optionally GPG-sign your releases -* Optionally follow [SemVer](http://semver.org) +* Optionally follow [SemVer 2](http://semver.org) Your packages may be removed if the url stops working. It goes without saying that your pull request will not be accepted unless you fill out all of the From 5addc09b9b80e684b2e26364dd09de435aed67be Mon Sep 17 00:00:00 2001 From: Joshua Cearley Date: Tue, 10 Jul 2018 04:30:38 -0500 Subject: [PATCH 026/691] added blosc wrapper --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1c0f0f1..183c6eb 100644 --- a/packages.json +++ b/packages.json @@ -9886,5 +9886,18 @@ "license": "MIT", "web": "https://github.com/JohnAD/ur", "doc": "https://github.com/JohnAD/ur/blob/master/docs/ur.rst" + }, + { + "name": "blosc", + "url": "https://github.com/Skrylar/nblosc", + "method": "git", + "tags": [ + "blosc", + "wrapper", + "compression" + ], + "description": "Bit Shuffling Block Compressor (C-Blosc)", + "license": "BSD", + "web": "https://github.com/Skrylar/nblosc" } ] From f8f6d90179164be282b021cfba6e543288328579 Mon Sep 17 00:00:00 2001 From: Alexander Johnson Date: Wed, 11 Jul 2018 12:00:23 -0700 Subject: [PATCH 027/691] Added package nim_cexc --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 183c6eb..c7f5189 100644 --- a/packages.json +++ b/packages.json @@ -9899,5 +9899,19 @@ "description": "Bit Shuffling Block Compressor (C-Blosc)", "license": "BSD", "web": "https://github.com/Skrylar/nblosc" + }, + { + "name": "nim_cexc", + "url": "https://github.com/metasyn/nim-cexc-splunk", + "method": "git", + "tags": [ + "splunk", + "command", + "cexc", + "chunked" + ], + "description": "A simple chunked external protocol interface for Splunk custom search commands.", + "license": "Apache2", + "web": "https://github.com/metasyn/nim-cexc-splunk" } ] From bdb155fd68f4079ad3569c1ec368ad5ff05dcbca Mon Sep 17 00:00:00 2001 From: Skrylar Date: Thu, 12 Jul 2018 05:43:30 -0500 Subject: [PATCH 028/691] its FLTK time (#792) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c7f5189..cea679c 100644 --- a/packages.json +++ b/packages.json @@ -9900,6 +9900,20 @@ "license": "BSD", "web": "https://github.com/Skrylar/nblosc" }, + { + "name": "fltk", + "url": "https://github.com/Skrylar/nfltk", + "method": "git", + "tags": [ + "gui", + "fltk", + "wrapper", + "c++" + ], + "description": "The Fast-Light Tool Kit", + "license": "LGPL", + "web": "https://github.com/Skrylar/nfltk" + }, { "name": "nim_cexc", "url": "https://github.com/metasyn/nim-cexc-splunk", From 7650020a8838438c7a7f44eaecb4e850c211b03f Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Fri, 13 Jul 2018 00:44:43 -0500 Subject: [PATCH 029/691] Added package nimclipboard --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index cea679c..89ca743 100644 --- a/packages.json +++ b/packages.json @@ -9927,5 +9927,21 @@ "description": "A simple chunked external protocol interface for Splunk custom search commands.", "license": "Apache2", "web": "https://github.com/metasyn/nim-cexc-splunk" + }, + { + "name": "nimclipboard", + "url": "https://github.com/genotrance/nimclipboard", + "method": "git", + "tags": [ + "clipboard", + "wrapper", + "clip", + "copy", + "paste", + "nimgen" + ], + "description": "Nim wrapper for libclipboard", + "license": "MIT", + "web": "https://github.com/genotrance/nimclipboard" } ] From 7a609cfad234e76c6d9dec251aa724472cb58eea Mon Sep 17 00:00:00 2001 From: CodeDoes Date: Sat, 14 Jul 2018 05:12:01 +0200 Subject: [PATCH 030/691] Added package nimspice --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 89ca743..697b2a6 100644 --- a/packages.json +++ b/packages.json @@ -9943,5 +9943,19 @@ "description": "Nim wrapper for libclipboard", "license": "MIT", "web": "https://github.com/genotrance/nimclipboard" + }, + { + "name": "nimspice", + "url": "https://github.com/CodeDoes/nimspice", + "method": "git", + "tags": [ + "macro", + "template", + "class", + "collection" + ], + "description": "A bunch of macros. sugar if you would", + "license": "MIT", + "web": "https://github.com/CodeDoes/nimspice" } ] From bc2a0ea30a3926d532a677e6eaaa9041e945dd0e Mon Sep 17 00:00:00 2001 From: Luke Parker <25259837+kayabaNerve@users.noreply.github.com> Date: Sat, 14 Jul 2018 08:15:37 -0500 Subject: [PATCH 031/691] Add the imath BN package --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 697b2a6..9c04787 100644 --- a/packages.json +++ b/packages.json @@ -9957,5 +9957,17 @@ "description": "A bunch of macros. sugar if you would", "license": "MIT", "web": "https://github.com/CodeDoes/nimspice" + }, + { + "name": "BN", + "url": "https://github.com/kayabaNerve/BN", + "method": "git", + "tags": [ + "bignumber", + "multiprecision", + "imath" + ], + "description": "A Nim Wrapper of the imath BigNumber library.", + "license": "MIT" } ] From 0bfa0fbd796df102cd14f119fa4a7face358f5f1 Mon Sep 17 00:00:00 2001 From: Skrylar Date: Sat, 14 Jul 2018 17:14:35 -0500 Subject: [PATCH 032/691] more animation packages (#795) * its FLTK time * add skrylar's interpolation --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 9c04787..56c0f8a 100644 --- a/packages.json +++ b/packages.json @@ -9944,6 +9944,18 @@ "license": "MIT", "web": "https://github.com/genotrance/nimclipboard" }, + { + "name": "skinterpolate", + "url": "https://github.com/Skrylar/skInterpolate", + "method": "git", + "tags": [ + "interpolation", + "animation" + ], + "description": "Interpolation routines for data and animation.", + "license": "MIT", + "web": "https://github.com/Skrylar/skInterpolate" + }, { "name": "nimspice", "url": "https://github.com/CodeDoes/nimspice", From f13afbeae4b98ee3629b15df216af66794d23d8e Mon Sep 17 00:00:00 2001 From: Jonathan Badger Date: Mon, 16 Jul 2018 16:05:21 -0400 Subject: [PATCH 033/691] Added package nimbioseq --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 56c0f8a..bd43812 100644 --- a/packages.json +++ b/packages.json @@ -9981,5 +9981,18 @@ ], "description": "A Nim Wrapper of the imath BigNumber library.", "license": "MIT" + }, + { + "name": "nimbioseq", + "url": "https://github.com/jhbadger/nimbioseq", + "method": "git", + "tags": [ + "bioinformatics", + "fasta", + "fastq" + ], + "description": "Nim Library for sequence (protein/nucleotide) bioinformatics", + "license": "BSD-3", + "web": "https://github.com/jhbadger/nimbioseq" } ] From 8779ab7becf38f2952ce1cb87c2f2ed874eeab36 Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Tue, 17 Jul 2018 18:08:50 +0300 Subject: [PATCH 034/691] Org zero-functional --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index bd43812..ad177af 100644 --- a/packages.json +++ b/packages.json @@ -8086,7 +8086,7 @@ }, { "name": "zero_functional", - "url": "https://github.com/alehander42/zero-functional", + "url": "https://github.com/zero-functional/zero-functional", "method": "git", "tags": [ "functional", @@ -8096,7 +8096,7 @@ ], "description": "A library providing zero-cost chaining for functional abstractions in Nim", "license": "MIT", - "web": "https://github.com/alehander42/zero-functional" + "web": "https://github.com/zero-functional/zero-functional" }, { "name": "ormin", From 160edef0864ce249b0e739e98cc7c42fa6f5e859 Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Tue, 17 Jul 2018 13:16:06 -0400 Subject: [PATCH 035/691] Update packages.json Point to a different repo for `syphus`. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index ad177af..b8a7b22 100644 --- a/packages.json +++ b/packages.json @@ -7728,7 +7728,7 @@ }, { "name": "syphus", - "url": "https://github.com/makingspace/syphus-nim", + "url": "https://github.com/makingspace/syphus", "method": "git", "tags": [ "optimization", From 29748c49092fcd6e89074cca1ee50412dcaf117f Mon Sep 17 00:00:00 2001 From: Huy Doan Date: Wed, 18 Jul 2018 15:22:27 +0700 Subject: [PATCH 036/691] Added package subhook --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index b8a7b22..a9ec1f5 100644 --- a/packages.json +++ b/packages.json @@ -9994,5 +9994,23 @@ "description": "Nim Library for sequence (protein/nucleotide) bioinformatics", "license": "BSD-3", "web": "https://github.com/jhbadger/nimbioseq" + }, + { + "name": "subhook", + "url": "https://github.com/ba0f3/subhook.nim", + "method": "git", + "tags": [ + "hook", + "hooking", + "subhook", + "x86", + "windows", + "linux", + "unix", + "" + ], + "description": "subhook wrapper", + "license": "BSD2", + "web": "https://github.com/ba0f3/subhook.nim" } ] From d175172e3e24590d960d291c04c307d299dbb56f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Jul 2018 00:31:48 +0700 Subject: [PATCH 037/691] Added package timecop --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index a9ec1f5..558da9a 100644 --- a/packages.json +++ b/packages.json @@ -10012,5 +10012,18 @@ "description": "subhook wrapper", "license": "BSD2", "web": "https://github.com/ba0f3/subhook.nim" + }, + { + "name": "timecop", + "url": "https://github.com/ba0f3/timecop.nim", + "method": "git", + "tags": [ + "time", + "travel", + "timecop" + ], + "description": "Time travelling for Nim", + "license": "MIT", + "web": "https://github.com/ba0f3/timecop.nim" } ] From 9226e8478a8af90620de988130e1f03f067d2314 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 20 Jul 2018 10:34:47 -0300 Subject: [PATCH 038/691] Added package openexchangerates --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 558da9a..c4c827d 100644 --- a/packages.json +++ b/packages.json @@ -10025,5 +10025,23 @@ "description": "Time travelling for Nim", "license": "MIT", "web": "https://github.com/ba0f3/timecop.nim" + }, + { + "name": "openexchangerates", + "url": "https://github.com/juancarlospaco/nim-openexchangerates", + "method": "git", + "tags": [ + "money", + "exchange", + "openexchangerates", + "bitcoin", + "gold", + "dollar", + "euro", + "prices" + ], + "description": "OpenExchangeRates API Client for Nim. Works with/without SSL. Partially works with/without Free API Key.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-openexchangerates" } ] From 729b2cb002be0672568a6e1acb43e2e1c64ac795 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Fri, 20 Jul 2018 19:35:39 +0300 Subject: [PATCH 039/691] add json_rpc --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 558da9a..e082aee 100644 --- a/packages.json +++ b/packages.json @@ -5915,6 +5915,22 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-ranges" }, + { + "name": "json_rpc", + "url": "https://github.com/status-im/nim-json-rpc", + "method": "git", + "tags": [ + "library", + "json-rpc", + "server", + "client", + "rpc", + "json" + ], + "description": "Nim library for implementing JSON-RPC clients and servers", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-json-rpc" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", From bfd1fdd813c14474993d71bbe1f7e188b176839e Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 23 Jul 2018 14:07:52 +0200 Subject: [PATCH 040/691] Added package clr --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 61f7453..cd3052b 100644 --- a/packages.json +++ b/packages.json @@ -10059,5 +10059,20 @@ "description": "OpenExchangeRates API Client for Nim. Works with/without SSL. Partially works with/without Free API Key.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-openexchangerates" + }, + { + "name": "clr", + "url": "https://github.com/Calinou/clr", + "method": "git", + "tags": [ + "commandline", + "color", + "rgb", + "hsl", + "hsv" + ], + "description": "Get information about colors and convert them in the command line", + "license": "MIT", + "web": "https://github.com/Calinou/clr" } ] From 0c24a412d059b8c559689e8c357462cf8d2af0f7 Mon Sep 17 00:00:00 2001 From: Euan T Date: Wed, 25 Jul 2018 20:37:40 +0100 Subject: [PATCH 041/691] Add spdx_licenses package --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index cd3052b..1542854 100644 --- a/packages.json +++ b/packages.json @@ -10074,5 +10074,17 @@ "description": "Get information about colors and convert them in the command line", "license": "MIT", "web": "https://github.com/Calinou/clr" + }, + { + "name": "spdx_licenses", + "url": "https://github.com/euantorano/spdx_licenses.nim", + "method": "git", + "tags": [ + "spdx", + "license" + ], + "description": "A library to retrieve the list of commonly used licenses from the SPDX License List.", + "license": "BSD3", + "web": "https://github.com/euantorano/spdx_licenses.nim" } ] From 5219f74d225911ccb360304dec768004bd88755f Mon Sep 17 00:00:00 2001 From: Guillaume Bareigts Date: Thu, 26 Jul 2018 08:44:35 +0200 Subject: [PATCH 042/691] Added package polypbren --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index cd3052b..81871ef 100644 --- a/packages.json +++ b/packages.json @@ -10074,5 +10074,17 @@ "description": "Get information about colors and convert them in the command line", "license": "MIT", "web": "https://github.com/Calinou/clr" + }, + { + "name": "polypbren", + "url": "https://github.com/guibar64/polypbren", + "method": "git", + "tags": [ + "science", + "equation" + ], + "description": "Renormalization of colloidal charges of polydipserse dispersions using the Poisson-Boltzmann equation", + "license": "MIT", + "web": "https://github.com/guibar64/polypbren" } ] From c599dabbda2568aa2bc3ee4412a0411b6dfcf966 Mon Sep 17 00:00:00 2001 From: manguluka Date: Sat, 28 Jul 2018 04:29:08 -0700 Subject: [PATCH 043/691] Added package duktape (#807) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index dcccf23..3047994 100644 --- a/packages.json +++ b/packages.json @@ -10075,6 +10075,21 @@ "license": "MIT", "web": "https://github.com/Calinou/clr" }, + { + "name": "duktape", + "url": "https://github.com/manguluka/duktape-nim", + "method": "git", + "tags": [ + "js", + "javascript", + "scripting", + "language", + "interpreter" + ], + "description": "wrapper for the Duktape embeddable Javascript engine", + "license": "MIT", + "web": "https://github.com/manguluka/duktape-nim" + }, { "name": "polypbren", "url": "https://github.com/guibar64/polypbren", From f463ef08e851359cdf69db87131de64b9459788a Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 30 Jul 2018 22:23:28 +0100 Subject: [PATCH 044/691] Adds texttospeech package --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 3047994..562dc4d 100644 --- a/packages.json +++ b/packages.json @@ -10113,5 +10113,20 @@ "description": "A library to retrieve the list of commonly used licenses from the SPDX License List.", "license": "BSD3", "web": "https://github.com/euantorano/spdx_licenses.nim" + }, + { + "name": "texttospeech", + "url": "https://github.com/dom96/texttospeech", + "method": "git", + "tags": [ + "tts", + "text-to-speech", + "google-cloud", + "gcloud", + "api" + ], + "description": "A client for the Google Cloud Text to Speech API.", + "license": "MIT", + "web": "https://github.com/dom96/texttospeech" } ] From 72e4f892b6cbf50385121fb27ffc5890ec7e4ccd Mon Sep 17 00:00:00 2001 From: Luke Parker <25259837+kayabaNerve@users.noreply.github.com> Date: Thu, 2 Aug 2018 21:09:53 -0500 Subject: [PATCH 045/691] Update the BN repo's URL. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 562dc4d..413e9d3 100644 --- a/packages.json +++ b/packages.json @@ -9988,7 +9988,7 @@ }, { "name": "BN", - "url": "https://github.com/kayabaNerve/BN", + "url": "https://github.com/EmberCrypto/BN", "method": "git", "tags": [ "bignumber", From 59278450e75c9e3cf35203bb4aa5735e41f7bf57 Mon Sep 17 00:00:00 2001 From: skyvault Date: Sat, 4 Aug 2018 09:19:51 +0000 Subject: [PATCH 046/691] Added package nim_tiled --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 413e9d3..41d95e5 100644 --- a/packages.json +++ b/packages.json @@ -10128,5 +10128,19 @@ "description": "A client for the Google Cloud Text to Speech API.", "license": "MIT", "web": "https://github.com/dom96/texttospeech" + }, + { + "name": "nim_tiled", + "url": "https://github.com/SkyVault/nim-tiled", + "method": "git", + "tags": [ + "tiled", + "gamedev", + "tmx", + "indie" + ], + "description": "Tiled map loader for the Nim programming language", + "license": "MIT", + "web": "https://github.com/SkyVault/nim-tiled" } ] From cd369e681ac5f85f3bfd3dbba9daa13d626f3cf0 Mon Sep 17 00:00:00 2001 From: Giovanni Date: Mon, 6 Aug 2018 18:51:42 +0900 Subject: [PATCH 047/691] Added package fragments --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 41d95e5..a926fe3 100644 --- a/packages.json +++ b/packages.json @@ -10142,5 +10142,23 @@ "description": "Tiled map loader for the Nim programming language", "license": "MIT", "web": "https://github.com/SkyVault/nim-tiled" + }, + { + "name": "fragments", + "url": "https://github.com/fragcolor-xyz/fragments", + "method": "git", + "tags": [ + "ffi", + "math", + "threading", + "dsl", + "memory", + "serialization", + "cpp", + "utilities" + ], + "description": "Our very personal collection of utilities", + "license": "MIT", + "web": "https://github.com/fragcolor-xyz/fragments" } ] From 62ae4eed2aba364ba86ae3f2f3f7a6ba2681e418 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Mon, 6 Aug 2018 10:07:15 -0300 Subject: [PATCH 048/691] Added package nim_telegram_bot --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index a926fe3..4eca2bd 100644 --- a/packages.json +++ b/packages.json @@ -10160,5 +10160,21 @@ "description": "Our very personal collection of utilities", "license": "MIT", "web": "https://github.com/fragcolor-xyz/fragments" + }, + { + "name": "nim_telegram_bot", + "url": "https://github.com/juancarlospaco/nim-telegram-bot", + "method": "git", + "tags": [ + "telegram", + "bot", + "telebot", + "async", + "multipurpose", + "chat" + ], + "description": "Generic Configurable Telegram Bot for Nim, with builtin basic functionality and Plugins", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-telegram-bot" } ] From f924fb7b2c3e366299496dfde90a76b960c009d4 Mon Sep 17 00:00:00 2001 From: ThomasTJdev Date: Wed, 8 Aug 2018 09:46:20 +0200 Subject: [PATCH 049/691] Added xiaomi --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4eca2bd..25a0df6 100644 --- a/packages.json +++ b/packages.json @@ -10176,5 +10176,17 @@ "description": "Generic Configurable Telegram Bot for Nim, with builtin basic functionality and Plugins", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-telegram-bot" + }, + { + "name": "xiaomi", + "url": "https://github.com/ThomasTJdev/nim_xiaomi.git", + "method": "git", + "tags": [ + "xiaomi", + "iot" + ], + "description": "Read and write to Xiaomi IOT devices.", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_xiaomi" } ] From 7577810638d7fbfcb058fd99d6601e175af27cfc Mon Sep 17 00:00:00 2001 From: emekoi Date: Wed, 8 Aug 2018 16:38:04 -0500 Subject: [PATCH 050/691] Added package vecio --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 25a0df6..8962beb 100644 --- a/packages.json +++ b/packages.json @@ -10188,5 +10188,23 @@ "description": "Read and write to Xiaomi IOT devices.", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_xiaomi" + }, + { + "name": "vecio", + "url": "https://github.com/emekoi/vecio.nim", + "method": "git", + "tags": [ + "writev", + "readv", + "scatter", + "gather", + "vectored", + "vector", + "io", + "networking" + ], + "description": "vectored io for nim", + "license": "MIT", + "web": "https://github.com/emekoi/vecio.nim" } ] From 63ec3fca558c88e37ac90807f37cc2aedb3c395f Mon Sep 17 00:00:00 2001 From: ReneSac Date: Fri, 10 Aug 2018 20:34:03 -0300 Subject: [PATCH 051/691] Added package c_alikes --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 8962beb..312ec23 100644 --- a/packages.json +++ b/packages.json @@ -10206,5 +10206,21 @@ "description": "vectored io for nim", "license": "MIT", "web": "https://github.com/emekoi/vecio.nim" + }, + { + "name": "c_alikes", + "url": "https://github.com/ReneSac/c_alikes", + "method": "git", + "tags": [ + "library", + "bitwise", + "bitops", + "pointers", + "shallowCopy", + "C" + ], + "description": "Operators, commands and functions more c-like, plus a few other utilities", + "license": "MIT", + "web": "https://github.com/ReneSac/c_alikes" } ] From e95c925d95e1de853a802b54c7c3f7ac02b0f224 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 13 Aug 2018 15:43:41 -0300 Subject: [PATCH 052/691] Added package espeak --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 312ec23..101cb8a 100644 --- a/packages.json +++ b/packages.json @@ -10222,5 +10222,18 @@ "description": "Operators, commands and functions more c-like, plus a few other utilities", "license": "MIT", "web": "https://github.com/ReneSac/c_alikes" + }, + { + "name": "espeak", + "url": "https://github.com/juancarlospaco/nim-espeak", + "method": "git", + "tags": [ + "espeak", + "voice", + "texttospeech" + ], + "description": "Nim Espeak NG wrapper, for super easy Voice and Text-To-Speech", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-espeak" } ] From 0f3e0573f5b3689eaddfcd26bea34cb8483504d2 Mon Sep 17 00:00:00 2001 From: Tellurium52_teruruN <38907008+mzteruru52@users.noreply.github.com> Date: Tue, 14 Aug 2018 19:09:08 +0900 Subject: [PATCH 053/691] Update packages.json (#820) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 101cb8a..64125ef 100644 --- a/packages.json +++ b/packages.json @@ -10207,6 +10207,17 @@ "license": "MIT", "web": "https://github.com/emekoi/vecio.nim" }, + { + "name": "nmiline", + "url": "https://github.com/mzteruru52/NmiLine", + "method": "git", + "tags": [ + "graph" + ], + "description": "Plotting tool using NiGui", + "license": "MIT", + "web": "https://github.com/mzteruru52/NmiLine" + }, { "name": "c_alikes", "url": "https://github.com/ReneSac/c_alikes", From bd1a17e984c91f1b9d4ad828c0377feddd71ba7c Mon Sep 17 00:00:00 2001 From: treeform Date: Tue, 14 Aug 2018 03:10:34 -0700 Subject: [PATCH 054/691] update (#826) --- packages.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/packages.json b/packages.json index 64125ef..7114807 100644 --- a/packages.json +++ b/packages.json @@ -10246,5 +10246,56 @@ "description": "Nim Espeak NG wrapper, for super easy Voice and Text-To-Speech", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-espeak" + }, + { + "name": "print", + "url": "https://github.com/treeform/print.git", + "method": "git", + "tags": [ + "pretty" + ], + "description": "Print is a set of pretty print macros, useful for print-debugging.", + "license": "MIT", + "web": "https://github.com/treeform/print" + }, + { + "name": "vmath", + "url": "https://github.com/treeform/vmath.git", + "method": "git", + "tags": [ + "math", + "graphics", + "2d", + "3d" + ], + "description": "Collection of math routines for 2d and 3d graphics.", + "license": "MIT", + "web": "https://github.com/treeform/vmath" + }, + { + "name": "flippy", + "url": "https://github.com/treeform/flippy.git", + "method": "git", + "tags": [ + "image", + "graphics", + "2d" + ], + "description": "Flippy is a simple 2d image and drawing library.", + "license": "MIT", + "web": "https://github.com/treeform/flippy" + }, + { + "name": "typography", + "url": "https://github.com/treeform/typography.git", + "method": "git", + "tags": [ + "font", + "text", + "2d" + ], + "description": "Fonts, Typesetting and Rasterization.", + "license": "MIT", + "web": "https://github.com/treeform/typography" } ] From ddc84add2f8d3df4a5d3b8059ba35838226fd460 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 14 Aug 2018 07:12:09 -0300 Subject: [PATCH 055/691] Added package webp (#829) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 7114807..44a8e29 100644 --- a/packages.json +++ b/packages.json @@ -10247,6 +10247,17 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-espeak" }, + { + "name": "webp", + "url": "https://github.com/juancarlospaco/nim-webp", + "method": "git", + "tags": [ + "webp" + ], + "description": "WebP Tools wrapper for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-webp" + }, { "name": "print", "url": "https://github.com/treeform/print.git", From b7368164591ffc35304a856d699dce0d4288821d Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Tue, 14 Aug 2018 17:15:19 +0700 Subject: [PATCH 056/691] Added package uibuilder (#828) --- packages.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/packages.json b/packages.json index 44a8e29..ddf9ac3 100644 --- a/packages.json +++ b/packages.json @@ -10247,6 +10247,31 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-espeak" }, + { + "name": "uibuilder", + "url": "https://github.com/ba0f3/uibuilder.nim", + "method": "git", + "tags": [ + "ui", + "builder", + "libui", + "designer", + "gtk", + "gnome", + "glade", + "interface", + "gui", + "linux", + "windows", + "osx", + "mac", + "native", + "generator" + ], + "description": "UI building with Gnome's Glade", + "license": "MIT", + "web": "https://github.com/ba0f3/uibuilder.nim" + }, { "name": "webp", "url": "https://github.com/juancarlospaco/nim-webp", From 94d025c143e4a91575d5f5b9722e181a4cdac81a Mon Sep 17 00:00:00 2001 From: oskca Date: Tue, 14 Aug 2018 18:18:01 +0800 Subject: [PATCH 057/691] Added package wstp (#830) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ddf9ac3..7d445d2 100644 --- a/packages.json +++ b/packages.json @@ -10247,6 +10247,20 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-espeak" }, + { + "name": "wstp", + "url": "https://github.com/oskca/nim-wstp", + "method": "git", + "tags": [ + "wolfram", + "mathematica", + "bindings", + "wstp" + ], + "description": "Nim bindings for WSTP", + "license": "MIT", + "web": "https://github.com/oskca/nim-wstp" + }, { "name": "uibuilder", "url": "https://github.com/ba0f3/uibuilder.nim", From 46445c2307818e45f650289eef3bce9c0adb5d32 Mon Sep 17 00:00:00 2001 From: ThomasTJdev Date: Wed, 15 Aug 2018 18:20:22 +0200 Subject: [PATCH 058/691] Added nimblegui --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7d445d2..ee4e8a6 100644 --- a/packages.json +++ b/packages.json @@ -10347,5 +10347,18 @@ "description": "Fonts, Typesetting and Rasterization.", "license": "MIT", "web": "https://github.com/treeform/typography" + }, + { + "name": "nimblegui", + "url": "https://github.com/ThomasTJdev/nim_nimble_gui", + "method": "git", + "tags": [ + "nimble", + "gui", + "packages" + ], + "description": "A simple GUI front for Nimble.", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_nimble_gui" } ] From d5f873a91586af368e64136829a97a964c72ba95 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 15 Aug 2018 18:14:40 -0300 Subject: [PATCH 059/691] Added package xdo (#832) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index ee4e8a6..fcc029e 100644 --- a/packages.json +++ b/packages.json @@ -10348,6 +10348,23 @@ "license": "MIT", "web": "https://github.com/treeform/typography" }, + { + "name": "xdo", + "url": "https://github.com/juancarlospaco/nim-xdo", + "method": "git", + "tags": [ + "automation", + "linux", + "gui", + "keyboard", + "mouse", + "typing", + "clicker" + ], + "description": "Nim GUI Automation Linux, simulate user interaction, mouse and keyboard.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-xdo" + }, { "name": "nimblegui", "url": "https://github.com/ThomasTJdev/nim_nimble_gui", From 76ecde78ce6d86757e71bc8ed16f3a775f1fd698 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Aug 2018 09:12:15 +0700 Subject: [PATCH 060/691] Added package xml --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index fcc029e..70c988b 100644 --- a/packages.json +++ b/packages.json @@ -10377,5 +10377,22 @@ "description": "A simple GUI front for Nimble.", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_nimble_gui" + }, + { + "name": "xml", + "url": "https://github.com/ba0f3/xml.nim", + "method": "git", + "tags": [ + "xml", + "parser", + "compile", + "tokenizer", + "nim", + "html", + "cdata" + ], + "description": "Pure Nim XML parser", + "license": "MIT", + "web": "https://github.com/ba0f3/xml.nim" } ] From 3d65accf90d1de6c07aa4901443d0fbc47532bf3 Mon Sep 17 00:00:00 2001 From: ReneSac Date: Fri, 17 Aug 2018 07:14:33 -0300 Subject: [PATCH 061/691] Added package memviews (#825) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 70c988b..326d635 100644 --- a/packages.json +++ b/packages.json @@ -10234,6 +10234,22 @@ "license": "MIT", "web": "https://github.com/ReneSac/c_alikes" }, + { + "name": "memviews", + "url": "https://github.com/ReneSac/memviews", + "method": "git", + "tags": [ + "library", + "slice", + "slicing", + "shallow", + "array", + "vector" + ], + "description": "Unsafe in-place slicing", + "license": "MIT", + "web": "https://github.com/ReneSac/memviews" + }, { "name": "espeak", "url": "https://github.com/juancarlospaco/nim-espeak", From 3298232482586bd96719f9ba562aa47b2f95991b Mon Sep 17 00:00:00 2001 From: Ruslan Prokopchuk Date: Sun, 19 Aug 2018 09:04:53 +1000 Subject: [PATCH 062/691] Added package soundio --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 326d635..e182596 100644 --- a/packages.json +++ b/packages.json @@ -10410,5 +10410,21 @@ "description": "Pure Nim XML parser", "license": "MIT", "web": "https://github.com/ba0f3/xml.nim" + }, + { + "name": "soundio", + "url": "https://github.com/ul/soundio", + "method": "git", + "tags": [ + "library", + "wrapper", + "binding", + "audio", + "sound", + "media", + "io" + ], + "description": "Bindings for libsoundio", + "license": "MIT" } ] From ec89412a53ab3f85fac1be8e2404219e96614af5 Mon Sep 17 00:00:00 2001 From: treeform Date: Mon, 20 Aug 2018 19:06:13 -0700 Subject: [PATCH 063/691] Add Miniz library. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e182596..f46460f 100644 --- a/packages.json +++ b/packages.json @@ -10426,5 +10426,18 @@ ], "description": "Bindings for libsoundio", "license": "MIT" + }, + { + "name": "miniz", + "url": "https://github.com/treeform/miniz", + "method": "git", + "tags": [ + "zlib", + "zip", + "wrapper", + "compression" + ], + "description": "Bindings for Miniz lib.", + "license": "MIT" } ] From f55cd5422dc1b98ed4fe01ade2210a73ecb6b320 Mon Sep 17 00:00:00 2001 From: muxueqz Date: Wed, 22 Aug 2018 09:15:49 +0000 Subject: [PATCH 064/691] Added package nim_cjson --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index f46460f..8b4634d 100644 --- a/packages.json +++ b/packages.json @@ -10439,5 +10439,17 @@ ], "description": "Bindings for Miniz lib.", "license": "MIT" + }, + { + "name": "nim_cjson", + "url": "https://github.com/muxueqz/nim_cjson", + "method": "git", + "tags": [ + "cjson", + "json" + ], + "description": "cjson wrapper for Nim", + "license": "MIT", + "web": "https://github.com/muxueqz/nim_cjson" } ] From 0f619315b019cf3b14a19e4c573bab7957ed063d Mon Sep 17 00:00:00 2001 From: Ryan Cotter Date: Fri, 24 Aug 2018 04:49:05 +0800 Subject: [PATCH 065/691] Add package nimobserver (#837) * Added package nimobserver * Update packages.json --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8b4634d..0d45d43 100644 --- a/packages.json +++ b/packages.json @@ -10451,5 +10451,18 @@ "description": "cjson wrapper for Nim", "license": "MIT", "web": "https://github.com/muxueqz/nim_cjson" + }, + { + "name": "nimobserver", + "url": "https://github.com/Tangdongle/nimobserver", + "method": "git", + "tags": [ + "observer", + "patterns", + "library" + ], + "description": "An implementation of the observer pattern", + "license": "MIT", + "web": "https://github.com/Tangdongle/nimobserver" } ] From 3f8935d70d9346079a603a5bba04a9397c37edf1 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sat, 25 Aug 2018 16:39:54 -0300 Subject: [PATCH 066/691] Added package overpass (#838) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0d45d43..fe0baac 100644 --- a/packages.json +++ b/packages.json @@ -10464,5 +10464,19 @@ "description": "An implementation of the observer pattern", "license": "MIT", "web": "https://github.com/Tangdongle/nimobserver" + }, + { + "name": "overpass", + "url": "https://github.com/juancarlospaco/nim-overpass", + "method": "git", + "tags": [ + "openstreetmap", + "overpass", + "multisync", + "async" + ], + "description": "OpenStreetMap Overpass API Lib", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-overpass" } ] From 4dc73a156cdd1c6db95809ff7b7a1ef648697c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Nihlg=C3=A5rd?= Date: Sun, 26 Aug 2018 17:46:28 +0200 Subject: [PATCH 067/691] Update packages.json (#840) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fe0baac..82e2704 100644 --- a/packages.json +++ b/packages.json @@ -10465,6 +10465,19 @@ "license": "MIT", "web": "https://github.com/Tangdongle/nimobserver" }, + { + "name": "systimes", + "url": "https://github.com/GULPF/systimes", + "method": "git", + "tags": [ + "time", + "timezone", + "datetime" + ], + "description": "An alternative DateTime implementation", + "license": "MIT", + "web": "https://github.com/GULPF/systimes" + }, { "name": "overpass", "url": "https://github.com/juancarlospaco/nim-overpass", From ef839d0c4b8464ae80747ae79c34c171f8af194d Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 26 Aug 2018 12:52:54 -0300 Subject: [PATCH 068/691] Added package nominatim (#839) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 82e2704..0e8aa93 100644 --- a/packages.json +++ b/packages.json @@ -10465,6 +10465,20 @@ "license": "MIT", "web": "https://github.com/Tangdongle/nimobserver" }, + { + "name": "nominatim", + "url": "https://github.com/juancarlospaco/nim-nominatim", + "method": "git", + "tags": [ + "openstreetmap", + "nominatim", + "multisync", + "async" + ], + "description": "OpenStreetMap Nominatim API Lib for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-nominatim" + }, { "name": "systimes", "url": "https://github.com/GULPF/systimes", From 80bfc1b82d3b2e83dc2bd7082229ed9e85eca1d7 Mon Sep 17 00:00:00 2001 From: Bung <535670947@qq.com> Date: Mon, 27 Aug 2018 01:59:33 +0800 Subject: [PATCH 069/691] Add package daemonim (#842) * Added package daemonim * Update packages.json --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 0e8aa93..f18b92e 100644 --- a/packages.json +++ b/packages.json @@ -10505,5 +10505,17 @@ "description": "OpenStreetMap Overpass API Lib", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-overpass" + }, + { + "name": "daemonim", + "url": "https://github.com/bung87/daemon", + "method": "git", + "tags": [ + "unix", + "library" + ], + "description": "daemonizer for Unix, Linux and OS X", + "license": "MIT", + "web": "https://github.com/bung87/daemon" } ] From 894267579a3e6f898b693cbb2a1a40ab91179018 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 27 Aug 2018 14:13:49 +0200 Subject: [PATCH 070/691] Remove package monero --- packages.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packages.json b/packages.json index c310557..85b550d 100644 --- a/packages.json +++ b/packages.json @@ -7467,19 +7467,6 @@ "license": "BSD", "web": "https://github.com/Skrylar/rfc3339" }, - { - "name": "monero", - "url": "https://github.com/ehmry/nim-monero", - "method": "git", - "tags": [ - "monero", - "cryptonote", - "vanity" - ], - "description": "Libraries and utilites related to Monero, a CryptoNote cryptocurrency.", - "license": "MIT", - "web": "https://github.com/ehmry/nim-monero" - }, { "name": "db_presto", "url": "https://github.com/Bennyelg/nimPresto", From a3153c8771bb24bfcf0272c1fc2fc4968334244d Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 27 Aug 2018 10:25:33 -0300 Subject: [PATCH 071/691] Added package openstreetmap (#843) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index f18b92e..385d2ba 100644 --- a/packages.json +++ b/packages.json @@ -10506,6 +10506,21 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-overpass" }, + { + "name": "openstreetmap", + "url": "https://github.com/juancarlospaco/nim-openstreetmap", + "method": "git", + "tags": [ + "openstreetmap", + "multisync", + "async", + "geo", + "map" + ], + "description": "OpenStreetMap API Lib for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-openstreetmap" + }, { "name": "daemonim", "url": "https://github.com/bung87/daemon", From bc55ce19c1d9accd22742e4e229dd1d3051e226c Mon Sep 17 00:00:00 2001 From: Bung <535670947@qq.com> Date: Tue, 28 Aug 2018 21:28:53 +0800 Subject: [PATCH 072/691] Add package finalseg (#845) * Added package finalseg * Update packages.json --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 385d2ba..7de016b 100644 --- a/packages.json +++ b/packages.json @@ -10532,5 +10532,18 @@ "description": "daemonizer for Unix, Linux and OS X", "license": "MIT", "web": "https://github.com/bung87/daemon" + }, + { + "name": "finalseg", + "url": "https://github.com/bung87/finalseg", + "method": "git", + "tags": [ + "library", + "chinese", + "words" + ], + "description": "jieba's finalseg port to nim", + "license": "MIT", + "web": "https://github.com/bung87/finalseg" } ] From ebbaf60c28fc6d7064451aa414e3e12ff36963d8 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 31 Aug 2018 16:36:54 -0300 Subject: [PATCH 073/691] Added package openweathermap (#847) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 220dada..600ef84 100644 --- a/packages.json +++ b/packages.json @@ -10520,6 +10520,21 @@ "license": "MIT", "web": "https://github.com/bung87/daemon" }, + { + "name": "openweathermap", + "url": "https://github.com/juancarlospaco/nim-openweathermap", + "method": "git", + "tags": [ + "OpenWeatherMap", + "weather", + "CreativeCommons", + "OpenData", + "multisync" + ], + "description": "OpenWeatherMap API Lib for Nim, Free world wide Creative Commons & Open Data Licensed Weather data", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-openweathermap" + }, { "name": "finalseg", "url": "https://github.com/bung87/finalseg", From 9c8944301f1a76d05d51e3c40f0b5e39de52ac6b Mon Sep 17 00:00:00 2001 From: fragcolor-xyz-bot <42759250+fragcolor-xyz-bot@users.noreply.github.com> Date: Sat, 1 Sep 2018 04:50:33 +0900 Subject: [PATCH 074/691] Added package nimtorch (#846) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 600ef84..4c43312 100644 --- a/packages.json +++ b/packages.json @@ -10520,6 +10520,24 @@ "license": "MIT", "web": "https://github.com/bung87/daemon" }, + { + "name": "nimtorch", + "url": "https://github.com/fragcolor-xyz/nimtorch", + "method": "git", + "tags": [ + "machine-learning", + "nn", + "neural", + "networks", + "cuda", + "wasm", + "pytorch", + "torch" + ], + "description": "A nim flavor of pytorch", + "license": "MIT", + "web": "https://github.com/fragcolor-xyz/nimtorch" + }, { "name": "openweathermap", "url": "https://github.com/juancarlospaco/nim-openweathermap", From 02ecacf6fb0d782aa3385d5f41fcdf156565107f Mon Sep 17 00:00:00 2001 From: treeform Date: Fri, 31 Aug 2018 23:38:26 -0700 Subject: [PATCH 075/691] Add openAL package. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4c43312..996954a 100644 --- a/packages.json +++ b/packages.json @@ -10565,5 +10565,17 @@ "description": "jieba's finalseg port to nim", "license": "MIT", "web": "https://github.com/bung87/finalseg" + }, + { + "name": "openal", + "url": "https://github.com/treeform/openal", + "method": "git", + "tags": [ + "sound", + "OpenAL", + "wrapper" + ], + "description": "An OpenAL wrapper.", + "license": "MIT" } ] From 21ea79499bf827fbe8d27203aabb01d82aeae37d Mon Sep 17 00:00:00 2001 From: Luke Parker <25259837+kayabaNerve@users.noreply.github.com> Date: Sun, 2 Sep 2018 14:05:38 -0500 Subject: [PATCH 076/691] Add ec_events. (#850) * Add events. * Rename events to ec_events. * Remove extra comma. --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 996954a..4b8675a 100644 --- a/packages.json +++ b/packages.json @@ -10577,5 +10577,16 @@ ], "description": "An OpenAL wrapper.", "license": "MIT" + }, + { + "name": "ec_events", + "url": "https://github.com/EmberCrypto/ec_events", + "method": "git", + "tags": [ + "events", + "emitter" + ], + "description": "Event Based Programming for Nim.", + "license": "MIT" } ] From 505cc1fed4c515e96dde032766e791665b198e91 Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Thu, 6 Sep 2018 16:53:05 -0600 Subject: [PATCH 077/691] add genoiser --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4b8675a..5d5fc05 100644 --- a/packages.json +++ b/packages.json @@ -7767,6 +7767,19 @@ "license": "Apache License 2.0", "web": "https://github.com/edubart/arraymancer-vision" }, + { + "name": "genoiser", + "url": "https://github.com/brentp/genoiser", + "method": "git", + "tags": [ + "bam", + "cram", + "vcf", + "genomics" + ], + "description": "functions to tracks for genomics data files", + "license": "MIT" + }, { "name": "hts", "url": "https://github.com/brentp/hts-nim", From f65b3ee7a8e880f5a61fde168e9811b4d0af7241 Mon Sep 17 00:00:00 2001 From: Ward Date: Sat, 8 Sep 2018 21:58:07 +0800 Subject: [PATCH 078/691] Update packages.json (#851) * Update packages.json * Update packages.json --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 5d5fc05..a1f050e 100644 --- a/packages.json +++ b/packages.json @@ -10601,5 +10601,20 @@ ], "description": "Event Based Programming for Nim.", "license": "MIT" + }, + { + "name": "wNim", + "url": "https://github.com/khchen/wNim", + "method": "git", + "tags": [ + "library", + "windows", + "gui", + "ui" + ], + "description": "Nim's Windows GUI Framework.", + "license": "MIT", + "web": "https://github.com/khchen/wNim", + "doc": "https://khchen.github.io/wNim/wNim.html" } ] From 3b40d902f893687d31d07aa681e849591f1b981e Mon Sep 17 00:00:00 2001 From: "Ahmed T. Youssef" Date: Mon, 10 Sep 2018 13:35:18 +0200 Subject: [PATCH 079/691] Added package redisparser --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index a1f050e..c9a1af4 100644 --- a/packages.json +++ b/packages.json @@ -10616,5 +10616,19 @@ "license": "MIT", "web": "https://github.com/khchen/wNim", "doc": "https://khchen.github.io/wNim/wNim.html" + }, + { + "name": "redisparser", + "url": "https://github.com/xmonader/nim-redisparser", + "method": "git", + "tags": [ + "redis", + "resp", + "parser", + "protocol" + ], + "description": "RESP(REdis Serialization Protocol) Serialization for Nim", + "license": "Apache2", + "web": "https://github.com/xmonader/nim-redisparser" } ] From 2e7a8fb50bee24db38374b9d9726f583ebd2fbef Mon Sep 17 00:00:00 2001 From: "Ahmed T. Youssef" Date: Tue, 11 Sep 2018 10:21:45 +0200 Subject: [PATCH 080/691] Added package redisclient --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c9a1af4..c716d1e 100644 --- a/packages.json +++ b/packages.json @@ -10630,5 +10630,19 @@ "description": "RESP(REdis Serialization Protocol) Serialization for Nim", "license": "Apache2", "web": "https://github.com/xmonader/nim-redisparser" + }, + { + "name": "redisclient", + "url": "https://github.com/xmonader/nim-redisclient", + "method": "git", + "tags": [ + "redis", + "client", + "protocol", + "resp" + ], + "description": "Redis client for Nim", + "license": "Apache2", + "web": "https://github.com/xmonader/nim-redisclient" } ] From 6752c75d52702b119193a6ead37f7191dcf282f2 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Thu, 13 Sep 2018 15:43:33 -0300 Subject: [PATCH 081/691] Added package hackpad --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages.json b/packages.json index c716d1e..94da0d1 100644 --- a/packages.json +++ b/packages.json @@ -10644,5 +10644,25 @@ "description": "Redis client for Nim", "license": "Apache2", "web": "https://github.com/xmonader/nim-redisclient" + }, + { + "name": "hackpad", + "url": "https://github.com/juancarlospaco/nim-hackpad", + "method": "git", + "tags": [ + "web", + "jester", + "lan", + "wifi", + "hackathon", + "hackatton", + "pastebin", + "crosscompilation", + "teaching", + "zip" + ], + "description": "Hackathon Web Scratchpad for teaching Nim on events using Wifi with limited or no Internet", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-hackpad" } ] From 541a0043672cecc054c8d34220593aa4e6893c4e Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sat, 15 Sep 2018 17:26:10 +0300 Subject: [PATCH 082/691] Add asyncdispatch2 and eth_common --- packages.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 94da0d1..b670ab9 100644 --- a/packages.json +++ b/packages.json @@ -3630,7 +3630,7 @@ "tags": [ "event", "future", - "asyncdispath" + "asyncdispatch" ], "description": "Asynchronous event loop for progaming with MVC", "license": "MIT", @@ -5931,6 +5931,25 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-json-rpc" }, + { + "name": "asyncdispatch2", + "url": "https://github.com/status-im/nim-asyncdispatch2", + "method": "git", + "tags": [ + "library", + "networking", + "async", + "asynchronous", + "eventloop", + "timers", + "sendfile", + "tcp", + "udp" + ], + "description": "Experimental fork of Nim's asyncdispatch", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-asyncdispatch2" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", @@ -5957,6 +5976,18 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-keys" }, + { + "name": "eth_common", + "url": "https://github.com/status-im/nim-eth-common", + "method": "git", + "tags": [ + "library", + "ethereum" + ], + "description": "Definitions of various data structures used in the Ethereum eco-system", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-eth-common" + }, { "name": "ethash", "url": "https://github.com/status-im/nim-ethash", From 450cd238b13c19fa8df45e61faf1409f88e48cc5 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sat, 15 Sep 2018 17:34:58 +0300 Subject: [PATCH 083/691] add httputils --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b670ab9..aff13e3 100644 --- a/packages.json +++ b/packages.json @@ -6046,6 +6046,19 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-keccak-tiny" }, + { + "name": "httputils", + "url": "https://github.com/status-im/nim-http-utils", + "method": "git", + "tags": [ + "http", + "parsers", + "protocols" + ], + "description": "Common utilities for implementing HTTP servers", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-http-utils" + }, { "name": "rocksdb", "url": "https://github.com/status-im/nim-rocksdb", From 86963834d15c60f6cbec118eb6a9a6c1049c826f Mon Sep 17 00:00:00 2001 From: M4RC3L0 Date: Mon, 17 Sep 2018 19:19:19 +0100 Subject: [PATCH 084/691] Added package redux_nim --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index aff13e3..934b5b5 100644 --- a/packages.json +++ b/packages.json @@ -10708,5 +10708,17 @@ "description": "Hackathon Web Scratchpad for teaching Nim on events using Wifi with limited or no Internet", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-hackpad" + }, + { + "name": "redux_nim", + "url": "https://github.com/M4RC3L05/redux-nim", + "method": "git", + "tags": [ + "", + "" + ], + "description": "Redux Implementation in nim", + "license": "MIT", + "web": "https://github.com/M4RC3L05/redux-nim" } ] From 7859be4c807e8e36ea66a144496187ac018b3740 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Tue, 18 Sep 2018 09:47:24 -0300 Subject: [PATCH 085/691] Added package calibre --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 934b5b5..1162b27 100644 --- a/packages.json +++ b/packages.json @@ -10720,5 +10720,18 @@ "description": "Redux Implementation in nim", "license": "MIT", "web": "https://github.com/M4RC3L05/redux-nim" + }, + { + "name": "calibre", + "url": "https://github.com/juancarlospaco/nim-calibre", + "method": "git", + "tags": [ + "calibre", + "ebook", + "database" + ], + "description": "Calibre Database Lib for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-calibre" } ] From ac971e0d2c231a21b00f3490976ea91f8baef952 Mon Sep 17 00:00:00 2001 From: Adrian Veith Date: Wed, 19 Sep 2018 17:27:52 +0200 Subject: [PATCH 086/691] Added package nimcb --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1162b27..c2b387a 100644 --- a/packages.json +++ b/packages.json @@ -10733,5 +10733,17 @@ "description": "Calibre Database Lib for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-calibre" + }, + { + "name": "nimcb", + "url": "https://github.com/AdrianV/nimcb", + "method": "git", + "tags": [ + "c++-builder", + "msbuild" + ], + "description": "Integrate nim projects in the C++Builder build process", + "license": "MIT", + "web": "https://github.com/AdrianV/nimcb" } ] From 9b5fd257bd6935197367f132096a1691e28568d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowak?= Date: Thu, 20 Sep 2018 00:22:46 +0200 Subject: [PATCH 087/691] Added package simpledecimal (#860) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1162b27..379dcc9 100644 --- a/packages.json +++ b/packages.json @@ -10721,6 +10721,18 @@ "license": "MIT", "web": "https://github.com/M4RC3L05/redux-nim" }, + { + "name": "simpledecimal", + "url": "https://github.com/pigmej/nim-simple-decimal", + "method": "git", + "tags": [ + "decimal", + "library" + ], + "description": "A simple decimal library", + "license": "MIT", + "web": "https://github.com/pigmej/nim-simple-decimal" + }, { "name": "calibre", "url": "https://github.com/juancarlospaco/nim-calibre", From af7ffda6c5444822b3b8d1ad2fb9cc7fe61f2fca Mon Sep 17 00:00:00 2001 From: Eli Date: Thu, 20 Sep 2018 23:23:14 -0400 Subject: [PATCH 088/691] Add finals packges --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 5a96d1d..1500d82 100644 --- a/packages.json +++ b/packages.json @@ -10757,5 +10757,14 @@ "description": "Integrate nim projects in the C++Builder build process", "license": "MIT", "web": "https://github.com/AdrianV/nimcb" + }, + { + "name": "finals", + "url": "https://github.com/quelklef/nim-finals", + "method": "git", + "tags": ["types"], + "description": "Transparently declare single-set attributes on types.", + "license": "MIT", + "web": "https://github.com/Quelklef/nim-finals" } ] From 203ce2f00e5f414ec51872ea80e7379f9c690414 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sat, 22 Sep 2018 06:40:59 -0300 Subject: [PATCH 089/691] Fix psutil (#861) * Fix psutil, point to new maintained fork, original author credits remain, an explanation is also added, if original author ever comes back feel free to revert back. * Sync with Master, Fix URL --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 1500d82..183c9f4 100644 --- a/packages.json +++ b/packages.json @@ -5849,7 +5849,7 @@ }, { "name": "psutil", - "url": "https://github.com/johnscillieri/psutil-nim", + "url": "https://github.com/juancarlospaco/psutil-nim", "method": "git", "tags": [ "psutil", @@ -5859,7 +5859,7 @@ "disk", "cpu" ], - "description": "psutil is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network)", + "description": "psutil is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network). Since 2018 maintained by Juan Carlos because was abandoned.", "license": "BSD", "web": "https://github.com/johnscillieri/psutil-nim" }, From a9b81b6a793da495efa6b4764dff3903e5177405 Mon Sep 17 00:00:00 2001 From: Lee Braiden Date: Sat, 22 Sep 2018 18:10:38 +0100 Subject: [PATCH 090/691] Add nimrun package --- packages.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages.json b/packages.json index 183c9f4..4e2e5cd 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,26 @@ [ + { + "name": "nimrun", + "url": "https://github.com/lee-b/nimrun", + "method": "git", + "tags": [ + "shebang", + "unix", + "linux", + "bsd", + "mac", + "shell", + "script", + "nimble", + "nimcr", + "compile", + "run", + "standalone" + ], + "description": "Shebang frontend for running nim code as scripts. Does not require .nim extensions.", + "license": "MIT", + "web": "https://github.com/lee-b/nimrun" + }, { "name": "sequtils2", "url": "https://github.com/Michedev/sequtils2", From be9160b4a593bcb8ed06a57deb16935178f0b37f Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Sun, 23 Sep 2018 08:57:49 -0300 Subject: [PATCH 091/691] Added package tinyfiledialogs --- packages.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 183c9f4..51bb0db 100644 --- a/packages.json +++ b/packages.json @@ -10762,9 +10762,29 @@ "name": "finals", "url": "https://github.com/quelklef/nim-finals", "method": "git", - "tags": ["types"], + "tags": [ + "types" + ], "description": "Transparently declare single-set attributes on types.", "license": "MIT", "web": "https://github.com/Quelklef/nim-finals" + }, + { + "name": "tinyfiledialogs", + "url": "https://github.com/juancarlospaco/nim-tinyfiledialogs", + "method": "git", + "tags": [ + "gui", + "wrapper", + "gtk", + "qt", + "linux", + "windows", + "mac", + "osx" + ], + "description": "TinyFileDialogs for Nim.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-tinyfiledialogs" } ] From 4c5ff2e959fcc2aa74feeaa18e281324067d1637 Mon Sep 17 00:00:00 2001 From: Yoshihiro Tanaka Date: Mon, 24 Sep 2018 10:00:41 +0900 Subject: [PATCH 092/691] Add spotify --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 26b2677..e7d4b62 100644 --- a/packages.json +++ b/packages.json @@ -10808,5 +10808,16 @@ "description": "TinyFileDialogs for Nim.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-tinyfiledialogs" + }, + { + "name": "spotify", + "url": "https://github.com/CORDEA/spotify", + "method": "git", + "tags": [ + "spotify" + ], + "description": "A Nim wrapper for the Spotify Web API", + "license": "Apache License 2.0", + "web": "https://github.com/CORDEA/spotify" } ] From 45563c34efb9ecb4694515d90a4f5613d792e6cd Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 25 Sep 2018 10:22:58 -0300 Subject: [PATCH 093/691] Added package printdebug (#867) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 26b2677..b288464 100644 --- a/packages.json +++ b/packages.json @@ -10791,6 +10791,20 @@ "license": "MIT", "web": "https://github.com/Quelklef/nim-finals" }, + { + "name": "printdebug", + "url": "https://github.com/juancarlospaco/nim-printdebug", + "method": "git", + "tags": [ + "debug", + "print", + "helper", + "util" + ], + "description": "Print Debug for Nim, tiny 3 lines Lib, C Target", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-printdebug" + }, { "name": "tinyfiledialogs", "url": "https://github.com/juancarlospaco/nim-tinyfiledialogs", From faa38dc6f8a64779fab10bfd1fe79e9ab0f4c4ef Mon Sep 17 00:00:00 2001 From: andri lim Date: Tue, 25 Sep 2018 22:44:17 +0700 Subject: [PATCH 094/691] add nim-noise package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 26b2677..454a870 100644 --- a/packages.json +++ b/packages.json @@ -10808,5 +10808,18 @@ "description": "TinyFileDialogs for Nim.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-tinyfiledialogs" + }, + { + "name": "noise", + "url": "https://github.com/jangko/nim-noise", + "method": "git", + "tags": [ + "linenoise", + "commandline", + "repl" + ], + "description": "Nim implementation of linenoise command line editor", + "license": "MIT", + "web": "https://github.com/jangko/nim-noise" } ] From bb0b9ce135eeac46d39d11e18790e0994ee1917d Mon Sep 17 00:00:00 2001 From: Giovanni Petrantoni Date: Sat, 29 Sep 2018 23:00:22 -0700 Subject: [PATCH 095/691] Add torch package variation to nimtorch (#866) * Add torch package variation to nimtorch * fix torch entry --- packages.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages.json b/packages.json index 194920c..64d5b41 100644 --- a/packages.json +++ b/packages.json @@ -10601,6 +10601,10 @@ }, { "name": "nimtorch", + "alias": "torch" + }, + { + "name": "torch", "url": "https://github.com/fragcolor-xyz/nimtorch", "method": "git", "tags": [ From bab520bb74e9032eba8a8335b223d81ccf613181 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Mon, 1 Oct 2018 05:51:03 +0200 Subject: [PATCH 096/691] Add package criterion (#871) * Added package criterion * Update packages.json --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 64d5b41..50db6a5 100644 --- a/packages.json +++ b/packages.json @@ -10850,5 +10850,16 @@ "description": "Nim implementation of linenoise command line editor", "license": "MIT", "web": "https://github.com/jangko/nim-noise" + }, + { + "name": "criterion", + "url": "https://github.com/LemonBoy/criterion.nim", + "method": "git", + "tags": [ + "benchmark" + ], + "description": "Statistic-driven microbenchmark framework", + "license": "MIT", + "web": "https://github.com/LemonBoy/criterion.nim" } ] From 71f44f12b8b07ab7eedf69e0e44491d1b38ef0fd Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Mon, 1 Oct 2018 10:52:58 +0700 Subject: [PATCH 097/691] Add package proxyproto (#873) * Added package proxyproto * Update packages.json --- packages.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/packages.json b/packages.json index 50db6a5..2185813 100644 --- a/packages.json +++ b/packages.json @@ -10851,6 +10851,31 @@ "license": "MIT", "web": "https://github.com/jangko/nim-noise" }, + { + "name": "proxyproto", + "url": "https://github.com/ba0f3/libproxy.nim", + "method": "git", + "tags": [ + "proxy", + "protocol", + "proxy-protocol", + "haproxy", + "tcp", + "ipv6", + "ipv4", + "linux", + "unix", + "hook", + "load-balancer", + "socket", + "udp", + "ipv6-support", + "preload" + ], + "description": "PROXY Protocol enabler for aged programs", + "license": "MIT", + "web": "https://github.com/ba0f3/libproxy.nim" + }, { "name": "criterion", "url": "https://github.com/LemonBoy/criterion.nim", From 354bb9a55b7b9c32ba0fb5678991c15293714a6e Mon Sep 17 00:00:00 2001 From: Albert Safin Date: Mon, 1 Oct 2018 11:15:05 +0700 Subject: [PATCH 098/691] Add package ndb --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 2185813..a8d91da 100644 --- a/packages.json +++ b/packages.json @@ -10886,5 +10886,20 @@ "description": "Statistic-driven microbenchmark framework", "license": "MIT", "web": "https://github.com/LemonBoy/criterion.nim" + }, + { + "name": "ndb", + "url": "https://github.com/xzfc/ndb.nim", + "method": "git", + "tags": [ + "binding", + "database", + "db", + "library", + "sqlite" + ], + "description": "A db_sqlite fork with a proper typing", + "license": "MIT", + "web": "https://github.com/xzfc/ndb.nim" } ] From 0bf059d9d2ddd8cd6c676b09b7666c5f8603cb14 Mon Sep 17 00:00:00 2001 From: Anirudh Date: Tue, 2 Oct 2018 09:08:45 +0530 Subject: [PATCH 099/691] Add nanoid package (#875) * Add nanoid * Fix bad JSON --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index a8d91da..23626f2 100644 --- a/packages.json +++ b/packages.json @@ -10887,6 +10887,17 @@ "license": "MIT", "web": "https://github.com/LemonBoy/criterion.nim" }, + { + "name": "nanoid", + "url": "https://github.com/icyphox/nanoid.nim", + "method": "git", + "tags": [ + "nanoid", "random", "generator" + ], + "description": "The Nim implementation of NanoID", + "license": "MIT", + "web": "https://github.com/icyphox/nanoid.nim" + }, { "name": "ndb", "url": "https://github.com/xzfc/ndb.nim", From d81f6547370241c42a66af97bf333c38c61dc03d Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Tue, 2 Oct 2018 14:46:30 +0200 Subject: [PATCH 100/691] Added package dtoa --- packages.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 23626f2..975a01f 100644 --- a/packages.json +++ b/packages.json @@ -10892,7 +10892,9 @@ "url": "https://github.com/icyphox/nanoid.nim", "method": "git", "tags": [ - "nanoid", "random", "generator" + "nanoid", + "random", + "generator" ], "description": "The Nim implementation of NanoID", "license": "MIT", @@ -10912,5 +10914,23 @@ "description": "A db_sqlite fork with a proper typing", "license": "MIT", "web": "https://github.com/xzfc/ndb.nim" + }, + { + "name": "dtoa", + "url": "https://github.com/LemonBoy/dtoa.nim", + "method": "git", + "tags": [ + "algorithms", + "serialization", + "fast", + "grisu", + "dtoa", + "double", + "float", + "string" + ], + "description": "Port of Milo Yip's fast dtoa() implementation", + "license": "MIT", + "web": "https://github.com/LemonBoy/dtoa.nim" } ] From 65bc32cd166851f04ee10d2145d6037ab6325f17 Mon Sep 17 00:00:00 2001 From: genotrance Date: Wed, 3 Oct 2018 23:12:35 -0500 Subject: [PATCH 101/691] Added package nimmonocypher (#877) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 975a01f..502c004 100644 --- a/packages.json +++ b/packages.json @@ -10915,6 +10915,22 @@ "license": "MIT", "web": "https://github.com/xzfc/ndb.nim" }, + { + "name": "nimmonocypher", + "url": "https://github.com/genotrance/nimmonocypher", + "method": "git", + "tags": [ + "monocypher", + "crypto", + "crypt", + "hash", + "sha512", + "wrapper" + ], + "description": "monocypher wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimmonocypher" + }, { "name": "dtoa", "url": "https://github.com/LemonBoy/dtoa.nim", From 32985af367f63dacd3c278b721fb9c0a9f207281 Mon Sep 17 00:00:00 2001 From: Luca Guzzon Date: Fri, 5 Oct 2018 05:35:25 +0200 Subject: [PATCH 102/691] Repository relocation (#880) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 502c004..f2c665d 100644 --- a/packages.json +++ b/packages.json @@ -8143,14 +8143,14 @@ }, { "name": "simpleAST", - "url": "https://github.com/lguzzon/simpleAST", + "url": "https://github.com/lguzzon-NIM/simpleAST", "method": "git", "tags": [ "ast" ], "description": "Simple AST in NIM", "license": "MIT", - "web": "https://github.com/lguzzon/simpleAST" + "web": "https://github.com/lguzzon-NIM/simpleAST" }, { "name": "timerpool", From 87ee4c56d760a2072411aea31bdd0a2928b3156c Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Thu, 4 Oct 2018 21:39:34 -0600 Subject: [PATCH 103/691] Added package github_release (#878) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index f2c665d..693c1b8 100644 --- a/packages.json +++ b/packages.json @@ -10915,6 +10915,21 @@ "license": "MIT", "web": "https://github.com/xzfc/ndb.nim" }, + { + "name": "github_release", + "url": "https://github.com/kdheepak/github-release", + "method": "git", + "tags": [ + "github", + "release", + "upload", + "create", + "delete" + ], + "description": "github-release package", + "license": "MIT", + "web": "https://github.com/kdheepak/github-release" + }, { "name": "nimmonocypher", "url": "https://github.com/genotrance/nimmonocypher", From 6d810ba02fc57275d610c711766175c9c9228938 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Fri, 5 Oct 2018 15:33:53 -0500 Subject: [PATCH 104/691] Added package nimtess2 --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 693c1b8..cf94d39 100644 --- a/packages.json +++ b/packages.json @@ -10963,5 +10963,19 @@ "description": "Port of Milo Yip's fast dtoa() implementation", "license": "MIT", "web": "https://github.com/LemonBoy/dtoa.nim" + }, + { + "name": "nimtess2", + "url": "https://github.com/genotrance/nimtess2", + "method": "git", + "tags": [ + "glu", + "tesselator", + "libtess2", + "opengl" + ], + "description": "Nim wrapper for libtess2", + "license": "MIT", + "web": "https://github.com/genotrance/nimtess2" } ] From 40da43570e335d5c00e34807c9328df790fe51f7 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Sun, 7 Oct 2018 15:52:30 -0400 Subject: [PATCH 105/691] Added package ntangle (#882) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index cf94d39..087324b 100644 --- a/packages.json +++ b/packages.json @@ -10964,6 +10964,21 @@ "license": "MIT", "web": "https://github.com/LemonBoy/dtoa.nim" }, + { + "name": "ntangle", + "url": "https://github.com/OrgTangle/ntangle", + "method": "git", + "tags": [ + "literate-programming", + "org-mode", + "org", + "tangling", + "emacs" + ], + "description": "Command-line utility for Tangling of Org mode documents", + "license": "MIT", + "web": "https://github.com/OrgTangle/ntangle" + }, { "name": "nimtess2", "url": "https://github.com/genotrance/nimtess2", From e34027e77501dd2dd893342f3a5444e89f5345a4 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 9 Oct 2018 22:09:18 +0700 Subject: [PATCH 106/691] Added package sequoia --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 087324b..45fee4b 100644 --- a/packages.json +++ b/packages.json @@ -10992,5 +10992,19 @@ "description": "Nim wrapper for libtess2", "license": "MIT", "web": "https://github.com/genotrance/nimtess2" + }, + { + "name": "sequoia", + "url": "https://github.com/ba0f3/sequoia.nim", + "method": "git", + "tags": [ + "sequoia", + "pgp", + "openpgp", + "wrapper" + ], + "description": "Sequoia PGP wrapper for Nim", + "license": "GPLv3", + "web": "https://github.com/ba0f3/sequoia.nim" } ] From 8922834496b229dddaf5e1e61bc2359e5ea3a164 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Tue, 9 Oct 2018 15:10:15 -0400 Subject: [PATCH 107/691] Remove the unnecessary "nim" tags Ref: https://github.com/nim-lang/packages/issues/399#issuecomment-243021190 --- packages.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages.json b/packages.json index 45fee4b..28daf8a 100644 --- a/packages.json +++ b/packages.json @@ -9021,7 +9021,6 @@ "tags": [ "Excel", "wrapper", - "nim", "xlsx" ], "description": "libxslxwriter wrapper for Nim", @@ -10469,7 +10468,6 @@ "parser", "compile", "tokenizer", - "nim", "html", "cdata" ], From 154665cbf99caf52dbb97133596843449be9ba30 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Tue, 9 Oct 2018 15:00:37 -0400 Subject: [PATCH 108/691] Add the xmldom and xmldomparser packages from graveyard --- packages.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/packages.json b/packages.json index 45fee4b..411c1ba 100644 --- a/packages.json +++ b/packages.json @@ -11006,5 +11006,32 @@ "description": "Sequoia PGP wrapper for Nim", "license": "GPLv3", "web": "https://github.com/ba0f3/sequoia.nim" + }, + { + "name": "xmldom", + "url": "https://github.com/nim-lang/graveyard?subdir=xmldom", + "method": "git", + "tags": [ + "graveyard", + "xml", + "dom" + ], + "description": "Implementation of XML DOM Level 2 Core specification (http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html)", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/xmldom" + }, + { + "name": "xmldomparser", + "url": "https://github.com/nim-lang/graveyard?subdir=xmldomparser", + "method": "git", + "tags": [ + "graveyard", + "xml", + "dom", + "parser" + ], + "description": "Parses an XML Document into a XML DOM Document representation.", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/xmldomparser" } ] From 761ef622e36c247ebd009ae3109829390caa82c2 Mon Sep 17 00:00:00 2001 From: "Ahmed T. Youssef" Date: Thu, 11 Oct 2018 21:09:18 +0200 Subject: [PATCH 109/691] Added package witai (#887) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 4378da0..f9ae103 100644 --- a/packages.json +++ b/packages.json @@ -11005,6 +11005,22 @@ "license": "GPLv3", "web": "https://github.com/ba0f3/sequoia.nim" }, + { + "name": "witai", + "url": "https://github.com/xmonader/witai-nim", + "method": "git", + "tags": [ + "witai", + "wit.ai", + "client", + "speech", + "freetext", + "voice" + ], + "description": "wit.ai client", + "license": "MIT", + "web": "https://github.com/xmonader/witai-nim" + }, { "name": "xmldom", "url": "https://github.com/nim-lang/graveyard?subdir=xmldom", From 53721b3504aae3c751ce8cf58c94fb848eb6416d Mon Sep 17 00:00:00 2001 From: Jabba Laci Date: Thu, 11 Oct 2018 21:10:22 +0200 Subject: [PATCH 110/691] Added package pykot (#888) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f9ae103..2d96c6b 100644 --- a/packages.json +++ b/packages.json @@ -11005,6 +11005,19 @@ "license": "GPLv3", "web": "https://github.com/ba0f3/sequoia.nim" }, + { + "name": "pykot", + "url": "https://github.com/jabbalaci/nimpykot", + "method": "git", + "tags": [ + "library", + "python", + "kotlin" + ], + "description": "Porting some Python / Kotlin features to Nim", + "license": "MIT", + "web": "https://github.com/jabbalaci/nimpykot" + }, { "name": "witai", "url": "https://github.com/xmonader/witai-nim", From 35be6017f4326e0554bd0091c031eb613b694d2f Mon Sep 17 00:00:00 2001 From: Andrew Burns Date: Fri, 12 Oct 2018 11:37:47 -0700 Subject: [PATCH 111/691] Added package asciigraph --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 2d96c6b..829e7d0 100644 --- a/packages.json +++ b/packages.json @@ -11060,5 +11060,19 @@ "description": "Parses an XML Document into a XML DOM Document representation.", "license": "MIT", "web": "https://github.com/nim-lang/graveyard/tree/master/xmldomparser" + }, + { + "name": "asciigraph", + "url": "https://github.com/KeepCoolWithCoolidge/asciigraph", + "method": "git", + "tags": [ + "graph", + "plot", + "terminal", + "io" + ], + "description": "Console ascii line charts in pure nim", + "license": "MIT", + "web": "https://github.com/KeepCoolWithCoolidge/asciigraph" } ] From 254f57abcc7c69c0b263672764a18d7d736675a4 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Sat, 13 Oct 2018 22:16:51 -0700 Subject: [PATCH 112/691] Added package rexpaint --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 829e7d0..be9d326 100644 --- a/packages.json +++ b/packages.json @@ -11074,5 +11074,18 @@ "description": "Console ascii line charts in pure nim", "license": "MIT", "web": "https://github.com/KeepCoolWithCoolidge/asciigraph" + }, + { + "name": "rexpaint", + "url": "https://github.com/irskep/rexpaint_nim", + "method": "git", + "tags": [ + "rexpaint", + "roguelike", + "xp" + ], + "description": "REXPaint .xp parser", + "license": "MIT", + "web": "https://github.com/irskep/rexpaint_nim" } ] From 67d25cbeee4e9464456d945cb1e3b0b65ae08b84 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Sat, 13 Oct 2018 22:49:16 -0700 Subject: [PATCH 113/691] Added package bearlibterminal --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 829e7d0..eb0a115 100644 --- a/packages.json +++ b/packages.json @@ -11074,5 +11074,20 @@ "description": "Console ascii line charts in pure nim", "license": "MIT", "web": "https://github.com/KeepCoolWithCoolidge/asciigraph" + }, + { + "name": "bearlibterminal", + "url": "https://github.com/irskep/BearLibTerminal-Nim", + "method": "git", + "tags": [ + "roguelike", + "bearlibterminal", + "tcod", + "libtcod", + "tdl" + ], + "description": "Wrapper for the C[++] library BearLibTerminal", + "license": "MIT", + "web": "https://github.com/irskep/BearLibTerminal-Nim" } ] From c84de2bcf40ec03b053ebaf79d2d342a83f6b031 Mon Sep 17 00:00:00 2001 From: Steve Landey Date: Sat, 13 Oct 2018 22:49:53 -0700 Subject: [PATCH 114/691] Tweak to tag list --- packages.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages.json b/packages.json index eb0a115..042096d 100644 --- a/packages.json +++ b/packages.json @@ -11081,6 +11081,7 @@ "method": "git", "tags": [ "roguelike", + "terminal", "bearlibterminal", "tcod", "libtcod", From ab231e8333fc10ab0e1ca6b648870896a6f25817 Mon Sep 17 00:00:00 2001 From: skilchen Date: Mon, 15 Oct 2018 21:40:26 +0200 Subject: [PATCH 115/691] unpublish nimcalcal, calendar --- packages.json | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/packages.json b/packages.json index fe4d371..da082f6 100644 --- a/packages.json +++ b/packages.json @@ -7344,18 +7344,6 @@ "license": "MIT", "web": "https://github.com/trustable-code/NiGui" }, - { - "name": "nimcalcal", - "url": "https://github.com/skilchen/nimcalcal", - "method": "git", - "tags": [ - "calendar", - "library" - ], - "description": "nimcalcal - PyCalCal translated to Nim, Calendrical Calculations from Reingold/Dershowitz", - "license": "MIT", - "web": "http://www3.cs.stonybrook.edu/~algorith/implement/reingold/implement.shtml" - }, { "name": "currying", "url": "https://github.com/t8m8/currying", @@ -7541,19 +7529,6 @@ "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_slacklib" }, - { - "name": "calendar", - "url": "https://github.com/skilchen/calendar", - "method": "git", - "tags": [ - "calendar", - "dates", - "library" - ], - "description": "calendar.py from Pythons stdlib translated to Nim", - "license": "MIT", - "web": "https://docs.python.org/2/library/calendar.html" - }, { "name": "wiringPiNim", "url": "https://github.com/ThomasTJdev/nim_wiringPiNim", From 4707b6059da02ecbd9e0017f972ac1d738927b0f Mon Sep 17 00:00:00 2001 From: Huy Doan Date: Tue, 16 Oct 2018 13:23:58 +0700 Subject: [PATCH 116/691] Added package ngxcmod --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fe4d371..cd7e689 100644 --- a/packages.json +++ b/packages.json @@ -11103,5 +11103,19 @@ "description": "REXPaint .xp parser", "license": "MIT", "web": "https://github.com/irskep/rexpaint_nim" + }, + { + "name": "ngxcmod", + "url": "https://github.com/ba0f3/ngxcmod.nim", + "method": "git", + "tags": [ + "nginx", + "module", + "nginx-c-function", + "wrapper" + ], + "description": "High level wrapper for build nginx module w/ nginx-c-function", + "license": "MIT", + "web": "https://github.com/ba0f3/ngxcmod.nim" } ] From 31745725369353b5e3e38d7f9afdec275975f6a2 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 16 Oct 2018 03:17:07 +0300 Subject: [PATCH 117/691] Add package_visible_types --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fe4d371..70e688b 100644 --- a/packages.json +++ b/packages.json @@ -5925,6 +5925,19 @@ "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-etcd-client" }, + { + "name": "package_visible_types", + "url": "https://github.com/zah/nim-package-visible-types", + "method": "git", + "tags": [ + "library", + "packages", + "visibility" + ], + "description": "A hacky helper lib for authoring Nim packages with package-level visiblity", + "license": "MIT", + "web": "https://github.com/zah/nim-package-visible-types" + }, { "name": "ranges", "url": "https://github.com/status-im/nim-ranges", From 9f6d852d5f1bd4cd017111a29759d18945f1ad66 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Wed, 17 Oct 2018 15:28:32 -0300 Subject: [PATCH 118/691] Added package usagov --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 2d99d1d..2e49d80 100644 --- a/packages.json +++ b/packages.json @@ -11130,5 +11130,17 @@ "description": "High level wrapper for build nginx module w/ nginx-c-function", "license": "MIT", "web": "https://github.com/ba0f3/ngxcmod.nim" + }, + { + "name": "usagov", + "url": "https://github.com/juancarlospaco/nim-usagov", + "method": "git", + "tags": [ + "gov", + "opendata" + ], + "description": "USA Code.Gov MultiSync API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-usagov" } ] From a1857ce9ced0689c69e15f00be86c67a3fc8ceba Mon Sep 17 00:00:00 2001 From: Jabba Laci Date: Wed, 17 Oct 2018 21:38:39 +0200 Subject: [PATCH 119/691] Added package rodcli (#898) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 2d99d1d..859d3ad 100644 --- a/packages.json +++ b/packages.json @@ -11117,6 +11117,23 @@ "license": "MIT", "web": "https://github.com/irskep/rexpaint_nim" }, + { + "name": "rodcli", + "url": "https://github.com/jabbalaci/NimCliHelper", + "method": "git", + "tags": [ + "cli", + "compile", + "run", + "command-line", + "init", + "project", + "skeleton" + ], + "description": "making Nim development easier in the command-line", + "license": "MIT", + "web": "https://github.com/jabbalaci/NimCliHelper" + }, { "name": "ngxcmod", "url": "https://github.com/ba0f3/ngxcmod.nim", From e15115d7d5018021eb794020308097ed2231fe76 Mon Sep 17 00:00:00 2001 From: Soasme Date: Sat, 20 Oct 2018 06:32:02 +1300 Subject: [PATCH 120/691] Added package markdown (#899) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0bbaafc..235cbb1 100644 --- a/packages.json +++ b/packages.json @@ -11134,5 +11134,19 @@ "description": "USA Code.Gov MultiSync API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-usagov" + }, + { + "name": "markdown", + "url": "https://github.com/soasme/nim-markdown", + "method": "git", + "tags": [ + "markdown", + "md", + "docs", + "html" + ], + "description": "A Beautiful Markdown Parser in the Nim World.", + "license": "MIT", + "web": "https://github.com/soasme/nim-markdown" } ] From f846a89f843e73116040a856a90e4db4e9c36705 Mon Sep 17 00:00:00 2001 From: ThomasTJdev Date: Sat, 20 Oct 2018 21:34:50 +0200 Subject: [PATCH 121/691] Add nimtomd --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 235cbb1..f3e15fc 100644 --- a/packages.json +++ b/packages.json @@ -11148,5 +11148,17 @@ "description": "A Beautiful Markdown Parser in the Nim World.", "license": "MIT", "web": "https://github.com/soasme/nim-markdown" + }, + { + "name": "nimtomd", + "url": "https://github.com/ThomasTJdev/nimtomd", + "method": "git", + "tags": [ + "markdown", + "md" + ], + "description": "Convert a Nim file or string to Markdown", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nimtomd" } ] From f685da1e2195482a570d6cae3ccdee8e115ba180 Mon Sep 17 00:00:00 2001 From: h3rald Date: Sun, 21 Oct 2018 15:17:09 +0200 Subject: [PATCH 122/691] Added package nifty --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index f3e15fc..e232b13 100644 --- a/packages.json +++ b/packages.json @@ -11160,5 +11160,17 @@ "description": "Convert a Nim file or string to Markdown", "license": "MIT", "web": "https://github.com/ThomasTJdev/nimtomd" + }, + { + "name": "nifty", + "url": "https://github.com/h3rald/nifty", + "method": "git", + "tags": [ + "package-manager", + "script-runner" + ], + "description": "A decentralized (pseudo) package manager and script runner.", + "license": "MIT", + "web": "https://github.com/h3rald/nifty" } ] From f3695d6daa176b8e30429b00b00cbe1db50df2c9 Mon Sep 17 00:00:00 2001 From: Jabba Laci Date: Tue, 23 Oct 2018 18:35:04 +0200 Subject: [PATCH 123/691] Added package urlshortener --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index e232b13..45e5d77 100644 --- a/packages.json +++ b/packages.json @@ -11172,5 +11172,22 @@ "description": "A decentralized (pseudo) package manager and script runner.", "license": "MIT", "web": "https://github.com/h3rald/nifty" + }, + { + "name": "urlshortener", + "url": "https://github.com/jabbalaci/UrlShortener", + "method": "git", + "tags": [ + "url", + "shorten", + "shortener", + "bitly", + "cli", + "shrink", + "shrinker" + ], + "description": "A URL shortener cli app. using bit.ly", + "license": "MIT", + "web": "https://github.com/jabbalaci/UrlShortener" } ] From 6416e16578f5da662e1f3b6ba35baa8b3eae8706 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Thu, 25 Oct 2018 10:26:34 -0300 Subject: [PATCH 124/691] Added package georefar --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 45e5d77..40fe4b4 100644 --- a/packages.json +++ b/packages.json @@ -11189,5 +11189,21 @@ "description": "A URL shortener cli app. using bit.ly", "license": "MIT", "web": "https://github.com/jabbalaci/UrlShortener" + }, + { + "name": "georefar", + "url": "https://github.com/juancarlospaco/nim-georefar", + "method": "git", + "tags": [ + "geo", + "openstreetmap", + "async", + "multisync", + "opendata", + "gov" + ], + "description": "GeoRef Argentina Government MultiSync API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-georefar" } ] From 317ded1dd43ad8b89f28056229c142b247471458 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 26 Oct 2018 19:19:04 -0300 Subject: [PATCH 125/691] Added package crosscompile (#893) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 40fe4b4..1259490 100644 --- a/packages.json +++ b/packages.json @@ -11092,6 +11092,18 @@ "license": "MIT", "web": "https://github.com/irskep/rexpaint_nim" }, + { + "name": "crosscompile", + "url": "https://github.com/juancarlospaco/nim-crosscompile", + "method": "git", + "tags": [ + "crosscompile", + "compile" + ], + "description": "Crosscompile Nim source code into multiple targets on Linux with this proc.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-crosscompile" + }, { "name": "rodcli", "url": "https://github.com/jabbalaci/NimCliHelper", From ecc06f7acc6c71a64809954d04017980d5df7979 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 27 Oct 2018 10:53:14 +0100 Subject: [PATCH 126/691] Adds sugerror. (Merges #902 manually). --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1259490..fb7b565 100644 --- a/packages.json +++ b/packages.json @@ -11217,5 +11217,17 @@ "description": "GeoRef Argentina Government MultiSync API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-georefar" + }, + { + "name": "sugerror", + "url": "https://github.com/quelklef/nim-sugerror", + "method": "git", + "tags": [ + "errors", + "expr" + ], + "description": "Terse and composable error handling.", + "license": "MIT", + "web": "https://github.com/quelklef/nim-sugerror" } ] From 5525a50a74ae788ad27d8cac9eefe5421d436e51 Mon Sep 17 00:00:00 2001 From: ThomasTJdev Date: Sat, 27 Oct 2018 14:26:22 +0200 Subject: [PATCH 127/691] Add sermon --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fb7b565..4a6d4d2 100644 --- a/packages.json +++ b/packages.json @@ -11229,5 +11229,19 @@ "description": "Terse and composable error handling.", "license": "MIT", "web": "https://github.com/quelklef/nim-sugerror" + }, + { + "name": "sermon", + "url": "https://github.com/ThomasTJdev/nim_sermon", + "method": "git", + "tags": [ + "monitor", + "storage", + "memory", + "process" + ], + "description": "Monitor the state and memory of processes and URL response.", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_sermon" } ] From 9591bc1654d7939031dad99838ecd763a004ff90 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sat, 27 Oct 2018 19:00:46 +0200 Subject: [PATCH 128/691] Add nim-prompt; Normalize several tags to a single "command-line" tag --- packages.json | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/packages.json b/packages.json index 4a6d4d2..5da1b3c 100644 --- a/packages.json +++ b/packages.json @@ -94,12 +94,12 @@ "method": "git", "tags": [ "library", - "commandline", + "command-line", "arguments", "switches", "parsing" ], - "description": "Provides a complex commandline parser", + "description": "Provides a complex command-line parser", "license": "MIT", "web": "https://github.com/Xe/argument_parser" }, @@ -109,7 +109,7 @@ "method": "git", "tags": [ "library", - "commandline", + "command-line", "sound", "recycle", "os" @@ -879,7 +879,7 @@ "method": "git", "tags": [ "library", - "commandline", + "command-line", "arguments", "switches", "parsing", @@ -930,7 +930,7 @@ "tags": [ "rmdir", "awesome", - "commandline" + "command-line" ], "description": "Command to remove acceptably empty directories.", "license": "MIT", @@ -1426,7 +1426,7 @@ "url": "https://github.com/Araq/gh_nimrod_doc_pages", "method": "git", "tags": [ - "commandline", + "command-line", "web", "automation", "documentation" @@ -2126,7 +2126,7 @@ "url": "https://github.com/docopt/docopt.nim", "method": "git", "tags": [ - "commandline", + "command-line", "arguments", "parsing", "library" @@ -2802,9 +2802,10 @@ "method": "git", "tags": [ "linenoise", + "readline", "library", "wrapper", - "commandline" + "command-line" ], "description": "Wrapper for linenoise, a free, self-contained alternative to GNU readline.", "license": "BSD", @@ -3423,7 +3424,7 @@ "url": "https://github.com/Xe/vardene", "method": "git", "tags": [ - "command line", + "command-line", "tool", "compiler" ], @@ -4327,7 +4328,7 @@ "method": "git", "tags": [ "library", - "commandline", + "command-line", "arguments", "switches", "parsing", @@ -5860,7 +5861,7 @@ "library", "wrapper", "termbox", - "commandline", + "command-line", "ui", "tui", "gui" @@ -6471,7 +6472,7 @@ "method": "git", "tags": [ "cmd", - "command", + "command-line", "prompt", "interactive" ], @@ -9564,7 +9565,7 @@ "method": "git", "tags": [ "sha1", - "commandline", + "command-line", "utilities" ], "description": "Rename files to their sha1sums", @@ -10118,7 +10119,7 @@ "url": "https://github.com/Calinou/clr", "method": "git", "tags": [ - "commandline", + "command-line", "color", "rgb", "hsl", @@ -10830,13 +10831,27 @@ "method": "git", "tags": [ "linenoise", - "commandline", + "readline", + "command-line", "repl" ], "description": "Nim implementation of linenoise command line editor", "license": "MIT", "web": "https://github.com/jangko/nim-noise" }, + { + "name": "prompt", + "url": "https://github.com/surf1nb1rd/nim-prompt", + "method": "git", + "tags": [ + "command-line", + "readline", + "repl" + ], + "description": "Feature-rich readline replacement", + "license": "BSD2", + "web": "https://github.com/surf1nb1rd/nim-prompt" + }, { "name": "proxyproto", "url": "https://github.com/ba0f3/libproxy.nim", From 50675d3c049b758edc92438f44305e3d4662f116 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 29 Oct 2018 19:16:19 -0300 Subject: [PATCH 129/691] Added package usigar (#907) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 5da1b3c..d13769c 100644 --- a/packages.json +++ b/packages.json @@ -11217,6 +11217,21 @@ "license": "MIT", "web": "https://github.com/jabbalaci/UrlShortener" }, + { + "name": "usigar", + "url": "https://github.com/juancarlospaco/nim-usigar", + "method": "git", + "tags": [ + "geo", + "opendata", + "openstreemap", + "multisync", + "async" + ], + "description": "USIG Argentina Government MultiSync API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-usigar" + }, { "name": "georefar", "url": "https://github.com/juancarlospaco/nim-georefar", From 17d35624b83ddd620402b264bcec10ea9f53f860 Mon Sep 17 00:00:00 2001 From: Wolfgang Schuster Date: Wed, 31 Oct 2018 15:10:41 -0600 Subject: [PATCH 130/691] Add package arksys (#913) * Added package arksys * Update packages.json --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index d13769c..0be1cd9 100644 --- a/packages.json +++ b/packages.json @@ -11273,5 +11273,17 @@ "description": "Monitor the state and memory of processes and URL response.", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_sermon" + }, + { + "name": "arksys", + "url": "https://github.com/wolfadex/arksys", + "method": "git", + "tags": [ + "ECS", + "library" + ], + "description": "An entity component system package", + "license": "MIT", + "web": "https://github.com/wolfadex/arksys" } ] From 416b3933fba1877105263ef2da5db44051c136de Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 31 Oct 2018 21:19:04 +0000 Subject: [PATCH 131/691] Merges #904 manually. --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0be1cd9..54a3aa2 100644 --- a/packages.json +++ b/packages.json @@ -11285,5 +11285,19 @@ "description": "An entity component system package", "license": "MIT", "web": "https://github.com/wolfadex/arksys" + }, + { + "name": "coco", + "url": "https://github.com/samuelroy/coco", + "method": "git", + "tags": [ + "code", + "coverage", + "test" + ], + "description": "Code coverage CLI + library for Nim using LCOV", + "license": "MIT", + "web": "https://github.com/samuelroy/coco", + "doc": "https://samuelroy.github.io/coco/" } ] From 264b8cf97cc7bd354a7679ac7eff0487c70f5403 Mon Sep 17 00:00:00 2001 From: Benjamin Frady Date: Wed, 31 Oct 2018 19:10:45 -0400 Subject: [PATCH 132/691] adding nimetry module --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 54a3aa2..312f06e 100644 --- a/packages.json +++ b/packages.json @@ -11299,5 +11299,19 @@ "license": "MIT", "web": "https://github.com/samuelroy/coco", "doc": "https://samuelroy.github.io/coco/" + }, + { + "name": "nimetry", + "url": "https://github.com/ijneb/nimetry", + "method": "git", + "tags": [ + "plot", + "graph", + "chart" + ], + "description": "Plotting module in pure nim", + "license": "CC0", + "web": "https://github.com/ijneb/nimetry", + "doc": "https://ijneb.github.io/nimetry" } ] From 923ac6ffb66872575c225b49b58258e0b58b41c8 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 1 Nov 2018 16:59:43 -0300 Subject: [PATCH 133/691] Cleanout, No new package (#914) * Clean out packages.json, no new packages added. * Clean out packages.json, no new packages added. --- packages.json | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/packages.json b/packages.json index 54a3aa2..163e2cd 100644 --- a/packages.json +++ b/packages.json @@ -116,7 +116,7 @@ ], "description": "Too awesome procs to be included in nimrod.os module", "license": "MIT", - "web": "http://github.com/Araq/genieos/" + "web": "https://github.com/Araq/genieos/" }, { "name": "jester", @@ -437,7 +437,7 @@ "nx" ], "description": "A port of libnx to Nim", - "license": "The Unlicense", + "license": "Unlicense", "web": "https://github.com/jyapayne/nim-libnx" }, { @@ -773,7 +773,7 @@ ], "description": "Cover Art Archive API wrapper", "license": "MIT", - "web": "http://github.com/achesak/nim-coverartarchive" + "web": "https://github.com/achesak/nim-coverartarchive" }, { "name": "nim-ogg", @@ -1856,7 +1856,7 @@ "openssl" ], "description": "Wrapper for OpenSSL's EVP interface", - "license": "OpenSSL License and SSLeay License", + "license": "OpenSSL and SSLeay", "web": "https://github.com/cowboy-coders/nim-openssl-evp" }, { @@ -3419,19 +3419,6 @@ "license": "MIT", "web": "https://github.com/tulayang/httpform" }, - { - "name": "vardene", - "url": "https://github.com/Xe/vardene", - "method": "git", - "tags": [ - "command-line", - "tool", - "compiler" - ], - "description": "A simple tool to manage multiple installs of Nim.", - "license": "MIT", - "web": "https://christine.website/projects/Vardene" - }, { "name": "quadtree", "url": "https://github.com/Nycto/QuadtreeNim", @@ -4702,7 +4689,7 @@ "timer" ], "description": "Micro benchmarking tool to measure speed of code, with the goal of optimizing it.", - "license": "Apache License, Version 2.0", + "license": "Apache Version 2.0", "web": "https://github.com/ivankoster/nimbench" }, { @@ -6105,7 +6092,7 @@ "database" ], "description": "A wrapper for Facebook's RocksDB, an embeddable, persistent key-value store for fast storage", - "license": "Apache License 2.0 or GPLv2", + "license": "Apache 2.0 or GPLv2", "web": "https://github.com/status-im/nim-rocksdb" }, { @@ -6253,7 +6240,7 @@ "wrapper" ], "description": "A wrapper for stb_image and stb_image_write.", - "license": "Unlicense (Public Domain)", + "license": "Unlicense", "web": "https://gitlab.com/define-private-public/stb_image-Nim" }, { @@ -6822,7 +6809,7 @@ "font" ], "description": "Low level wrapper for the fontconfig library.", - "license": "Fontconfig License", + "license": "Fontconfig", "web": "https://github.com/Parashurama/fontconfig" }, { @@ -9158,7 +9145,7 @@ "variadic" ], "description": "Loop efficiently over a variadic number of containers", - "license": "MIT or Apache License 2.0", + "license": "MIT or Apache 2.0", "web": "https://github.com/numforge/loopfusion" }, { @@ -10076,8 +10063,7 @@ "x86", "windows", "linux", - "unix", - "" + "unix" ], "description": "subhook wrapper", "license": "BSD2", @@ -10727,8 +10713,7 @@ "url": "https://github.com/M4RC3L05/redux-nim", "method": "git", "tags": [ - "", - "" + "redux" ], "description": "Redux Implementation in nim", "license": "MIT", From 61ddc93db8bb3e5c9579ab8206f1fae6334e265e Mon Sep 17 00:00:00 2001 From: andri lim Date: Fri, 2 Nov 2018 22:12:01 +0700 Subject: [PATCH 134/691] add snappy package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 796f984..f462c6a 100644 --- a/packages.json +++ b/packages.json @@ -11298,5 +11298,18 @@ "license": "CC0", "web": "https://github.com/ijneb/nimetry", "doc": "https://ijneb.github.io/nimetry" + }, + { + "name": "snappy", + "url": "https://github.com/jangko/snappy", + "method": "git", + "tags": [ + "compression", + "snappy", + "lzw" + ], + "description": "Nim implementation of Snappy compression algorithm", + "license": "MIT", + "web": "https://github.com/jangko/snappy" } ] From 7d762dd4d935aa68332ded696df10f8cea600c83 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Sat, 3 Nov 2018 18:41:21 -0300 Subject: [PATCH 135/691] Added package osrm --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index f462c6a..b22bc95 100644 --- a/packages.json +++ b/packages.json @@ -11311,5 +11311,22 @@ "description": "Nim implementation of Snappy compression algorithm", "license": "MIT", "web": "https://github.com/jangko/snappy" + }, + { + "name": "osrm", + "url": "https://github.com/juancarlospaco/nim-osrm", + "method": "git", + "tags": [ + "openstreetmap", + "geo", + "gis", + "opendata", + "routing", + "async", + "multisync" + ], + "description": "Open Source Routing Machine for OpenStreetMap API Lib and App", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-osrm" } ] From e7d1778811cce23225efc8298e72ee829df4e937 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Mon, 5 Nov 2018 14:35:55 -0300 Subject: [PATCH 136/691] Added package css_html_minify --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b22bc95..6974a7d 100644 --- a/packages.json +++ b/packages.json @@ -11328,5 +11328,18 @@ "description": "Open Source Routing Machine for OpenStreetMap API Lib and App", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-osrm" + }, + { + "name": "css_html_minify", + "url": "https://github.com/juancarlospaco/nim-css-html-minify", + "method": "git", + "tags": [ + "css", + "html", + "minify" + ], + "description": "HTML & CSS Minify Lib & App based on Regexes & parallel MultiReplaces", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-css-html-minify" } ] From 251adb925f1acbdc9b1397c4d0a843daa1765bd7 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 5 Nov 2018 17:33:52 -0300 Subject: [PATCH 137/691] Add package seriesdetiempoar (#908) * Added package seriesdetiempoar * Update packages.json --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index b22bc95..ff7f815 100644 --- a/packages.json +++ b/packages.json @@ -11202,6 +11202,20 @@ "license": "MIT", "web": "https://github.com/jabbalaci/UrlShortener" }, + { + "name": "seriesdetiempoar", + "url": "https://github.com/juancarlospaco/nim-seriesdetiempoar", + "method": "git", + "tags": [ + "async", + "multisync", + "gov", + "opendata" + ], + "description": "Series de Tiempo de Argentina Government MultiSync API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-seriesdetiempoar" + }, { "name": "usigar", "url": "https://github.com/juancarlospaco/nim-usigar", From 29c3804ea3278d8832e23e21326ad29545f142a2 Mon Sep 17 00:00:00 2001 From: Kobi Date: Mon, 5 Nov 2018 22:37:06 +0200 Subject: [PATCH 138/691] Add package vmvc (#911) * Added package vmvc * added url and web for vmvc * a more fitting description * Update packages.json --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 0405e37..f85f863 100644 --- a/packages.json +++ b/packages.json @@ -11273,6 +11273,18 @@ "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_sermon" }, + { + "name": "vmvc", + "url": "https://github.com/kobi2187/vmvc", + "method": "git", + "tags": [ + "vmvc", + "dci" + ], + "description": "a skeleton/structure for a variation on the mvc pattern, similar to dci. For command line and gui programs. it's a middle ground between rapid application development and handling software complexity.", + "license": "MIT", + "web": "https://github.com/kobi2187/vmvc" + }, { "name": "arksys", "url": "https://github.com/wolfadex/arksys", From ebe1becd6f49d2c13cdbe467f81cb59746e35ba0 Mon Sep 17 00:00:00 2001 From: Leonardo Mariscal Date: Tue, 6 Nov 2018 13:46:20 -0600 Subject: [PATCH 139/691] Changed links to proper repos and tags --- packages.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages.json b/packages.json index f85f863..61779aa 100644 --- a/packages.json +++ b/packages.json @@ -8913,19 +8913,19 @@ }, { "name": "nimgl", - "url": "https://github.com/cavariux/nimgl", + "url": "https://github.com/lmariscal/nimgl", "method": "git", "tags": [ "glfw", - "glew", - "math", + "imgui", "opengl", "bindings", - "gl" + "gl", + "graphics" ], "description": "Nim Game Library", "license": "MIT", - "web": "https://github.com/cavariux/nimgl" + "web": "https://github.com/lmariscal/nimgl" }, { "name": "inim", @@ -9918,7 +9918,7 @@ }, { "name": "figures", - "url": "https://github.com/cavariux/figures", + "url": "https://github.com/lmariscal/figures", "method": "git", "tags": [ "unicode", @@ -9927,7 +9927,7 @@ ], "description": "unicode symbols", "license": "MIT", - "web": "https://github.com/cavariux/figures" + "web": "https://github.com/lmariscal/figures" }, { "name": "ur", From 5c61f51e7bba5ad7f46e776c3b90ad7dfa7fcdea Mon Sep 17 00:00:00 2001 From: Anirudh Date: Wed, 7 Nov 2018 02:58:43 +0530 Subject: [PATCH 140/691] Add crap package (#924) * Add crap package * Add missing square brace --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index f85f863..7df656f 100644 --- a/packages.json +++ b/packages.json @@ -11367,5 +11367,19 @@ "description": "HTML & CSS Minify Lib & App based on Regexes & parallel MultiReplaces", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-css-html-minify" + }, + { + "name": "crap", + "url": "https://github.com/icyphox/crap", + "method": "git", + "tags": [ + "rm", + "delete", + "trash", + "files" + ], + "description": "`rm` files without fear", + "license": "MIT", + "web": "https://github.com/icyphox/crap" } ] From a4d77b3e986d7d5aef6c55dd599472e70419b0c3 Mon Sep 17 00:00:00 2001 From: Benjamin Frady Date: Wed, 7 Nov 2018 11:33:59 -0500 Subject: [PATCH 141/691] Add algebra parser & evaluator --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9485971..7187f19 100644 --- a/packages.json +++ b/packages.json @@ -11381,5 +11381,19 @@ "description": "`rm` files without fear", "license": "MIT", "web": "https://github.com/icyphox/crap" + }, + { + "name": "algebra", + "url": "https://github.com/ijneb/nim-algebra", + "method": "git", + "tags": [ + "algebra", + "parse", + "evaluate", + "mathematics" + ], + "description": "Algebraic expression parser and evaluator", + "license": "CC0", + "web": "https://github.com/ijneb/nim-algebra" } ] From d20881d3d9dd042d233e61ea31717ccf789f3e88 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Fri, 9 Nov 2018 16:39:05 -0600 Subject: [PATCH 142/691] Add package result (#889) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7187f19..2b3940c 100644 --- a/packages.json +++ b/packages.json @@ -11049,6 +11049,20 @@ "license": "MIT", "web": "https://github.com/nim-lang/graveyard/tree/master/xmldomparser" }, + { + "name": "result", + "url": "https://github.com/arnetheduck/nim-result", + "method": "git", + "tags": [ + "library", + "result", + "errors", + "functional" + ], + "description": "Friendly, exception-free value-or-error returns, similar to Option[T]", + "license": "MIT", + "web": "https://github.com/arnetheduck/nim-result" + }, { "name": "asciigraph", "url": "https://github.com/KeepCoolWithCoolidge/asciigraph", From 99a682543e0f75ce2a5bea4e6b5f92d6a63d9ef2 Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Sat, 10 Nov 2018 05:51:59 -0700 Subject: [PATCH 143/691] add falas (#912) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 2b3940c..bef1c86 100644 --- a/packages.json +++ b/packages.json @@ -7838,6 +7838,20 @@ "license": "MIT", "web": "https://brentp.github.io/hts-nim/" }, + { + "name": "falas", + "url": "https://github.com/brentp/falas", + "method": "git", + "tags": [ + "assembly", + "dna", + "sequence", + "genomics" + ], + "description": "fragment-aware assembler for short reads", + "license": "MIT", + "web": "https://brentp.github.io/falas/falas.html" + }, { "name": "kmer", "url": "https://github.com/brentp/nim-kmer", From 6142b058b9f38930aad343e4b3e9e2c95c3d27be Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sun, 11 Nov 2018 14:16:44 +0200 Subject: [PATCH 144/691] Add Status's serialization libraries --- packages.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index bef1c86..13c238f 100644 --- a/packages.json +++ b/packages.json @@ -5973,6 +5973,31 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-asyncdispatch2" }, + { + "name": "serialization", + "url": "https://github.com/status-im/nim-serialization", + "method": "git", + "tags": [ + "library", + "serialization" + ], + "description": "A modern and extensible serialization framework for Nim", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-serialization" + }, + { + "name": "json_serialization", + "url": "https://github.com/status-im/nim-json-serialization", + "method": "git", + "tags": [ + "library", + "json", + "serialization" + ], + "description": "Flexible JSON serialization not relying on run-time type information", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-json-serialization" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", @@ -5980,7 +6005,8 @@ "tags": [ "library", "ethereum", - "rlp" + "rlp", + "serialization" ], "description": "RLP serialization library for Nim", "license": "Apache License 2.0", From 8ad6243e0d0c8693332016e64c02f7b7fc51fe89 Mon Sep 17 00:00:00 2001 From: Anirudh Date: Wed, 14 Nov 2018 00:20:55 +0530 Subject: [PATCH 145/691] Added package nicy --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 13c238f..8014290 100644 --- a/packages.json +++ b/packages.json @@ -11449,5 +11449,19 @@ "description": "Algebraic expression parser and evaluator", "license": "CC0", "web": "https://github.com/ijneb/nim-algebra" + }, + { + "name": "nicy", + "url": "https://github.com/icyphox/nicy", + "method": "git", + "tags": [ + "zsh", + "shell", + "prompt", + "git" + ], + "description": "A nice and icy ZSH prompt in Nim", + "license": "MIT", + "web": "https://github.com/icyphox/nicy" } ] From 0addabba6b2893f66231c22226ea886e0dcfc5af Mon Sep 17 00:00:00 2001 From: "Ahmed T. Youssef" Date: Thu, 15 Nov 2018 23:22:06 +0200 Subject: [PATCH 146/691] Added package loadenv (#921) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8014290..ba3791d 100644 --- a/packages.json +++ b/packages.json @@ -11392,6 +11392,19 @@ "license": "MIT", "web": "https://github.com/jangko/snappy" }, + { + "name": "loadenv", + "url": "https://github.com/xmonader/nim-loadenv", + "method": "git", + "tags": [ + "environment", + "variables", + "env" + ], + "description": "load .env variables", + "license": "MIT", + "web": "https://github.com/xmonader/nim-loadenv" + }, { "name": "osrm", "url": "https://github.com/juancarlospaco/nim-osrm", From e9dfc93c5e0a5ae2b6b37fca245d78114ba2f3b6 Mon Sep 17 00:00:00 2001 From: Michael Krauter Date: Fri, 16 Nov 2018 22:48:27 +0100 Subject: [PATCH 147/691] sharedmempool added (#922) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index ba3791d..4fbbb2f 100644 --- a/packages.json +++ b/packages.json @@ -11422,6 +11422,19 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-osrm" }, + { + "name": "sharedmempool", + "url": "https://github.com/mikra01/sharedmempool", + "method": "git", + "tags": [ + "pool", + "memory", + "thread" + ], + "description": "threadsafe memory pool ", + "license": "MIT", + "web": "https://github.com/mikra01/sharedmempool" + }, { "name": "css_html_minify", "url": "https://github.com/juancarlospaco/nim-css-html-minify", From e16ebf7bb8450fbf173e7afc1e3604b182157732 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama <45118249+gmshiba@users.noreply.github.com> Date: Sun, 18 Nov 2018 06:15:04 +0900 Subject: [PATCH 148/691] Add package replim (#931) * Added package replim * Update packages.json --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4fbbb2f..ae32400 100644 --- a/packages.json +++ b/packages.json @@ -11489,5 +11489,18 @@ "description": "A nice and icy ZSH prompt in Nim", "license": "MIT", "web": "https://github.com/icyphox/nicy" + }, + { + "name": "replim", + "url": "https://github.com/gmshiba/replim", + "method": "git", + "tags": [ + "repl", + "binary", + "program" + ], + "description": "most quick REPL of nim", + "license": "MIT", + "web": "https://github.com/gmshiba/replim" } ] From 7115565530f4ae2a1ab3ee754618e50335d8cdbf Mon Sep 17 00:00:00 2001 From: Yoshihiro Tanaka Date: Sun, 18 Nov 2018 15:39:27 +0900 Subject: [PATCH 149/691] Add backoff --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index ae32400..511b1f0 100644 --- a/packages.json +++ b/packages.json @@ -11502,5 +11502,17 @@ "description": "most quick REPL of nim", "license": "MIT", "web": "https://github.com/gmshiba/replim" + }, + { + "name": "backoff", + "url": "https://github.com/CORDEA/backoff", + "method": "git", + "tags": [ + "exponential-backoff", + "backoff" + ], + "description": "Implementation of exponential backoff for nim", + "license": "Apache License 2.0", + "web": "https://github.com/CORDEA/backoff" } ] From 7a33b40539968ec5af6e4430dc49ac7a49509698 Mon Sep 17 00:00:00 2001 From: xmonader Date: Mon, 19 Nov 2018 23:04:54 +0200 Subject: [PATCH 150/691] Added package asciitables --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 511b1f0..6257412 100644 --- a/packages.json +++ b/packages.json @@ -11514,5 +11514,19 @@ "description": "Implementation of exponential backoff for nim", "license": "Apache License 2.0", "web": "https://github.com/CORDEA/backoff" + }, + { + "name": "asciitables", + "url": "https://github.com/xmonader/nim-asciitables", + "method": "git", + "tags": [ + "ascii", + "terminal", + "tables", + "cli" + ], + "description": "terminal ascii tables for nim", + "license": "BSD-3-Clause", + "web": "https://github.com/xmonader/nim-asciitables" } ] From e115d21af1ffe7320f14ef1e3ea4def48cc2f6bb Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Tue, 20 Nov 2018 13:34:24 +0200 Subject: [PATCH 151/691] Add gara lib --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 6257412..713c5d1 100644 --- a/packages.json +++ b/packages.json @@ -11528,5 +11528,17 @@ "description": "terminal ascii tables for nim", "license": "BSD-3-Clause", "web": "https://github.com/xmonader/nim-asciitables" + }, + { + "name": "gara", + "url": "https://github.com/alehander42/gara", + "method": "git", + "tags": [ + "nim", + "pattern" + ], + "description": "A pattern matching library", + "license": "MIT", + "web": "https://github.com/alehander42/gara" } ] From 03b78246c1606aab0edf3c1cb978f87bf4e5daef Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 21 Nov 2018 15:30:46 +0200 Subject: [PATCH 152/691] add confutils --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 6257412..bb15489 100644 --- a/packages.json +++ b/packages.json @@ -5998,6 +5998,18 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-json-serialization" }, + { + "name": "confutils", + "url": "https://github.com/status-im/nim-confutils", + "method": "git", + "tags": [ + "library", + "configuration" + ], + "description": "Simplified handling of command line options and config files", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-confutils" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", From a4b1fabaa6d805cbcf17faa029f6ff4415ec5fb7 Mon Sep 17 00:00:00 2001 From: Chihiro Hasegawa Date: Thu, 22 Nov 2018 08:06:25 +0900 Subject: [PATCH 153/691] Added package nish (#934) --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index a22e1af..459cec7 100644 --- a/packages.json +++ b/packages.json @@ -9307,7 +9307,7 @@ "pqcrypto", "signing" ], - "description": "SPHINCS⁺ stateless hash-based signature scheme", + "description": "SPHINCS\u207A stateless hash-based signature scheme", "license": "MIT", "web": "https://github.com/ehmry/nim-sphincs" }, @@ -11515,6 +11515,18 @@ "license": "MIT", "web": "https://github.com/gmshiba/replim" }, + { + "name": "nish", + "url": "https://github.com/owlinux1000/nish", + "method": "git", + "tags": [ + "nish", + "shell" + ], + "description": "A Toy Shell Application", + "license": "MIT", + "web": "https://github.com/owlinux1000/nish" + }, { "name": "backoff", "url": "https://github.com/CORDEA/backoff", From 952d060762c935b93cea9c4193a6c09dd42e48bc Mon Sep 17 00:00:00 2001 From: treeform Date: Fri, 23 Nov 2018 14:35:10 -0800 Subject: [PATCH 154/691] Adding pg and ws libraries (#938) --- packages.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/packages.json b/packages.json index 459cec7..7505ee4 100644 --- a/packages.json +++ b/packages.json @@ -11564,5 +11564,28 @@ "description": "A pattern matching library", "license": "MIT", "web": "https://github.com/alehander42/gara" + }, + { + "name": "ws", + "url": "https://github.com/treeform/ws", + "method": "git", + "tags": [ + "websocket" + ], + "description": "Simple WebSocket library for nim.", + "license": "MIT", + "web": "https://github.com/treeform/ws" + }, + { + "name": "pg", + "url": "https://github.com/treeform/pg", + "method": "git", + "tags": [ + "postgresql", + "db" + ], + "description": "Very simple PostgreSQL async api for nim.", + "license": "MIT", + "web": "https://github.com/treeform/pg" } ] From 06d399d75edf44b5326a10b818841003e643de85 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 23 Nov 2018 19:38:44 -0300 Subject: [PATCH 155/691] Added package open_elevation (#937) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 7505ee4..99b2522 100644 --- a/packages.json +++ b/packages.json @@ -11553,6 +11553,21 @@ "license": "BSD-3-Clause", "web": "https://github.com/xmonader/nim-asciitables" }, + { + "name": "open_elevation", + "url": "https://github.com/juancarlospaco/nim-open-elevation", + "method": "git", + "tags": [ + "openstreetmap", + "geo", + "elevation", + "multisync", + "async" + ], + "description": "OpenStreetMap Elevation API MultiSync Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-open-elevation" + }, { "name": "gara", "url": "https://github.com/alehander42/gara", From c66eff46e318dc8a6cc6ff13472995319193865d Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Fri, 23 Nov 2018 15:40:26 -0700 Subject: [PATCH 156/691] Add argparse (#915) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 99b2522..84b9435 100644 --- a/packages.json +++ b/packages.json @@ -11213,6 +11213,19 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-usagov" }, + { + "name": "argparse", + "url": "https://github.com/iffy/nim-argparse", + "method": "git", + "tags": [ + "cli", + "argparse", + "optparse" + ], + "description": "WIP strongly-typed argument parser with sub command support", + "license": "MIT", + "doc": "https://www.iffycan.com/nim-argparse/argparse.html" + }, { "name": "markdown", "url": "https://github.com/soasme/nim-markdown", From 8549d54087933a7658dbd4dfe2ab311fce42f691 Mon Sep 17 00:00:00 2001 From: Robert Edwards Date: Sun, 25 Nov 2018 13:53:00 -0500 Subject: [PATCH 157/691] Added niledb. --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 84b9435..3ebca0a 100644 --- a/packages.json +++ b/packages.json @@ -11615,5 +11615,16 @@ "description": "Very simple PostgreSQL async api for nim.", "license": "MIT", "web": "https://github.com/treeform/pg" + }, + { + "name": "niledb", + "url": "https://github.com/JeffersonLab/niledb.git", + "method": "git", + "tags": [ + "db" + ], + "description": "Key/Value storage into a fast file-hash", + "license": "MIT", + "web": "https://github.com/JeffersonLab/niledb.git" } ] From cc3b1f3634eeb16bb61128f603dcdd5fd49290ef Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 26 Nov 2018 15:04:55 +0100 Subject: [PATCH 158/691] Added package haraka (#941) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3ebca0a..906b3f7 100644 --- a/packages.json +++ b/packages.json @@ -11626,5 +11626,17 @@ "description": "Key/Value storage into a fast file-hash", "license": "MIT", "web": "https://github.com/JeffersonLab/niledb.git" + }, + { + "name": "haraka", + "url": "https://github.com/ehmry/nim-haraka", + "method": "git", + "tags": [ + "hash", + "haraka" + ], + "description": "Haraka v2 short-input hash function", + "license": "MIT", + "web": "https://github.com/ehmry/nim-haraka" } ] From 4d03a3d0d46df671597320b3921e1d6ff0865689 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 26 Nov 2018 15:33:32 +0100 Subject: [PATCH 159/691] Added package siphash (#940) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 906b3f7..709f024 100644 --- a/packages.json +++ b/packages.json @@ -11627,6 +11627,18 @@ "license": "MIT", "web": "https://github.com/JeffersonLab/niledb.git" }, + { + "name": "siphash", + "url": "https://github.com/ehmry/nim-siphash", + "method": "git", + "tags": [ + "hash", + "siphash" + ], + "description": "SipHash, a pseudorandom function optimized for short messages.", + "license": "GPLv3", + "web": "https://github.com/ehmry/nim-siphash" + }, { "name": "haraka", "url": "https://github.com/ehmry/nim-haraka", From 3c32b40fdc1e8b7feee0b643fbe1ac5611e8cc0a Mon Sep 17 00:00:00 2001 From: "Shuu.N" Date: Tue, 27 Nov 2018 01:45:59 +0900 Subject: [PATCH 160/691] Added package moe (#946) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 709f024..7b24d9f 100644 --- a/packages.json +++ b/packages.json @@ -11650,5 +11650,20 @@ "description": "Haraka v2 short-input hash function", "license": "MIT", "web": "https://github.com/ehmry/nim-haraka" + }, + { + "name": "moe", + "url": "https://github.com/fox0430/moe", + "method": "git", + "tags": [ + "console", + "command-line", + "editor", + "text", + "cli" + ], + "description": "A command lined based text editor", + "license": "GPLv3", + "web": "https://github.com/fox0430/moe" } ] From 6a9466883524fc342639e7a83e0bd279b2d6c963 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 26 Nov 2018 17:57:00 +0100 Subject: [PATCH 161/691] Added package genode (#942) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 7b24d9f..8b1535b 100644 --- a/packages.json +++ b/packages.json @@ -11651,6 +11651,18 @@ "license": "MIT", "web": "https://github.com/ehmry/nim-haraka" }, + { + "name": "genode", + "url": "https://github.com/ehmry/nim-genode", + "method": "git", + "tags": [ + "genode", + "system" + ], + "description": "System libraries for the Genode Operating System Framework", + "license": "AGPLv3", + "web": "https://github.com/ehmry/nim-genode" + }, { "name": "moe", "url": "https://github.com/fox0430/moe", From 944385a80c74f7e64cf6092dc563396cae0090fa Mon Sep 17 00:00:00 2001 From: Zachary Carter Date: Tue, 27 Nov 2018 02:33:55 -0500 Subject: [PATCH 162/691] Add bgfxdotnim (#943) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 8b1535b..e71744b 100644 --- a/packages.json +++ b/packages.json @@ -11616,6 +11616,22 @@ "license": "MIT", "web": "https://github.com/treeform/pg" }, + { + "name": "bgfxdotnim", + "url": "https://github.com/zacharycarter/bgfx.nim", + "method": "git", + "tags": [ + "bgfx", + "3d", + "vulkan", + "opengl", + "metal", + "directx" + ], + "description": "bindings to bgfx c99 api", + "license": "MIT", + "web": "https://github.com/zacharycarter/bgfx.nim" + }, { "name": "niledb", "url": "https://github.com/JeffersonLab/niledb.git", From 72bc9046c69faa879a678834e311cd140d8fe345 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 27 Nov 2018 04:43:32 -0300 Subject: [PATCH 163/691] Add Gatabase (#947) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e71744b..dd9862a 100644 --- a/packages.json +++ b/packages.json @@ -11693,5 +11693,19 @@ "description": "A command lined based text editor", "license": "GPLv3", "web": "https://github.com/fox0430/moe" + }, + { + "name": "gatabase", + "url": "https://github.com/juancarlospaco/nim-gatabase", + "method": "git", + "tags": [ + "database", + "orm", + "postgres", + "sql" + ], + "description": "Postgres Database ORM for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-gatabase" } ] From 7d0783bfbc64c6d746cb82670e010c72162afe78 Mon Sep 17 00:00:00 2001 From: Michael Hart Date: Fri, 30 Nov 2018 03:07:07 -0500 Subject: [PATCH 164/691] Added package awslambda (#949) --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index dd9862a..4480117 100644 --- a/packages.json +++ b/packages.json @@ -9307,7 +9307,7 @@ "pqcrypto", "signing" ], - "description": "SPHINCS\u207A stateless hash-based signature scheme", + "description": "SPHINCS⁺ stateless hash-based signature scheme", "license": "MIT", "web": "https://github.com/ehmry/nim-sphincs" }, @@ -11707,5 +11707,17 @@ "description": "Postgres Database ORM for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-gatabase" + }, + { + "name": "awslambda", + "url": "https://github.com/lambci/awslambda.nim", + "method": "git", + "tags": [ + "aws", + "lambda" + ], + "description": "A package to compile nim functions for AWS Lambda", + "license": "MIT", + "web": "https://github.com/lambci/awslambda.nim" } ] From 6df91b7c2a7ff24afdf3264ed81b45ccee224d98 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 1 Dec 2018 16:08:22 +0000 Subject: [PATCH 165/691] Adds vec package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4480117..374eadf 100644 --- a/packages.json +++ b/packages.json @@ -11719,5 +11719,18 @@ "description": "A package to compile nim functions for AWS Lambda", "license": "MIT", "web": "https://github.com/lambci/awslambda.nim" + }, + { + "name": "vec", + "url": "https://github.com/dom96/vec", + "method": "git", + "tags": [ + "vector", + "library", + "simple" + ], + "description": "A very simple vector library", + "license": "MIT", + "web": "https://github.com/dom96/vec" } ] From 123992332eb4084673018fc2ee439551d5a949d7 Mon Sep 17 00:00:00 2001 From: Matceporial <36767692+Matceporial@users.noreply.github.com> Date: Sat, 1 Dec 2018 19:42:29 +0300 Subject: [PATCH 166/691] add urand and timespec_get (#950) --- packages.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/packages.json b/packages.json index 374eadf..1186987 100644 --- a/packages.json +++ b/packages.json @@ -11708,6 +11708,31 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-gatabase" }, + { + "name": "timespec_get", + "url": "https://github.com/Matceporial/nim-timespec_get", + "method": "git", + "tags": [ + "time", + "timespec_get" + ], + "description": "Nanosecond-percision time using timespec_get", + "license": "0BSD", + "web": "https://github.com/Matceporial/nim-timespec_get" + }, + { + "name": "urand", + "url": "https://github.com/Matceporial/nim-urand", + "method": "git", + "tags": [ + "random", + "urandom", + "crypto" + ], + "description": "Simple method of obtaining secure random numbers from the OS", + "license": "MIT", + "web": "https://github.com/Matceporial/nim-urand" + }, { "name": "awslambda", "url": "https://github.com/lambci/awslambda.nim", From 788bcf6211843daafb09c30597bf30ae6a07f3c5 Mon Sep 17 00:00:00 2001 From: Zachary Carter Date: Sat, 1 Dec 2018 14:27:06 -0500 Subject: [PATCH 167/691] Added package nimgui (#951) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1186987..75f741f 100644 --- a/packages.json +++ b/packages.json @@ -11757,5 +11757,18 @@ "description": "A very simple vector library", "license": "MIT", "web": "https://github.com/dom96/vec" + }, + { + "name": "nimgui", + "url": "https://github.com/zacharycarter/nimgui", + "method": "git", + "tags": [ + "imgui", + "gui", + "game" + ], + "description": "bindings to cimgui - https://github.com/cimgui/cimgui", + "license": "MIT", + "web": "https://github.com/zacharycarter/nimgui" } ] From c2cd467f65750f0fdd4e4840bf66a63f4d744634 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sun, 2 Dec 2018 14:09:39 +0000 Subject: [PATCH 168/691] Take over LMDB wrapper (#952) The previous project is not maintained and the author agreed: https://github.com/fowlmouth/lmdb.nim/issues/1 --- packages.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index 75f741f..b167605 100644 --- a/packages.json +++ b/packages.json @@ -3371,15 +3371,16 @@ }, { "name": "lmdb", - "url": "https://github.com/fowlmouth/lmdb.nim", + "url": "https://github.com/FedericoCeratto/nim-lmdb", "method": "git", "tags": [ "wrapper", - "lmdb" + "lmdb", + "key-value" ], "description": "A wrapper for LMDB the Lightning Memory-Mapped Database", - "license": "MIT", - "web": "https://github.com/fowlmouth/lmdb.nim" + "license": "OpenLDAP", + "web": "https://github.com/FedericoCeratto/nim-lmdb" }, { "name": "zip", From 369cf81b4ccb2317aa125072259e564e778efa11 Mon Sep 17 00:00:00 2001 From: technicallyagd <43739261+technicallyagd@users.noreply.github.com> Date: Wed, 5 Dec 2018 01:07:30 +0800 Subject: [PATCH 169/691] Add package unpack (#953) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index b167605..2956008 100644 --- a/packages.json +++ b/packages.json @@ -11771,5 +11771,22 @@ "description": "bindings to cimgui - https://github.com/cimgui/cimgui", "license": "MIT", "web": "https://github.com/zacharycarter/nimgui" + }, + { + "name": "unpack", + "url": "https://github.com/technicallyagd/unpack", + "method": "git", + "tags": [ + "unpack", + "seq", + "array", + "object", + "destructuring", + "destructure", + "unpacking" + ], + "description": "Array/Sequence/Object destructuring/unpacking macro", + "license": "MIT", + "web": "https://github.com/technicallyagd/unpack" } ] From 3bde634751c58e9097d161e4b1e91fdebbff9c4c Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Wed, 5 Dec 2018 10:39:16 -0600 Subject: [PATCH 170/691] Added package nimfastText --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 2956008..8c8ea54 100644 --- a/packages.json +++ b/packages.json @@ -11788,5 +11788,19 @@ "description": "Array/Sequence/Object destructuring/unpacking macro", "license": "MIT", "web": "https://github.com/technicallyagd/unpack" + }, + { + "name": "nimfastText", + "url": "https://github.com/genotrance/nimfastText", + "method": "git", + "tags": [ + "fasttext", + "classification", + "text", + "wrapper" + ], + "description": "fastText wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimfastText" } ] From 10f4f2391f803be60adbe433446a493d318310ce Mon Sep 17 00:00:00 2001 From: genotrance Date: Wed, 5 Dec 2018 16:00:54 -0600 Subject: [PATCH 171/691] Added package nimzbar (#919) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 2956008..d9bd2c4 100644 --- a/packages.json +++ b/packages.json @@ -11502,6 +11502,20 @@ "license": "CC0", "web": "https://github.com/ijneb/nim-algebra" }, + { + "name": "nimzbar", + "url": "https://github.com/genotrance/nimzbar", + "method": "git", + "tags": [ + "zbar", + "barcode", + "bar", + "code" + ], + "description": "zbar wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimzbar" + }, { "name": "nicy", "url": "https://github.com/icyphox/nicy", From 2930b5871aa7be954fe0d812e33e166b5481b039 Mon Sep 17 00:00:00 2001 From: Mat Taylor Date: Fri, 7 Dec 2018 01:34:25 -0800 Subject: [PATCH 172/691] Add 'elvis' package (#956) --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index d9bd2c4..111dd3b 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,13 @@ [ + { + "name": "elvis", + "url": "https://github.com/mattaylor/elvis", + "method": "git", + "tags": [ "operator", "elvis", "ternary", "template", "truthy", "falsy", "exception", "none", "null", "nil", "0", "NaN", "coalesce" ], + "description": "The elvis package implements a 'truthy', 'ternary' and a 'coalesce' operator to Nim as syntactic sugar for working with conditional expressions", + "license": "MIT", + "web": "https://github.com/mattaylor/elvis" + }, { "name": "nimrun", "url": "https://github.com/lee-b/nimrun", From f5fc73438aaee944aca4de22da782131cd03296e Mon Sep 17 00:00:00 2001 From: technicallyagd <43739261+technicallyagd@users.noreply.github.com> Date: Mon, 10 Dec 2018 19:38:56 +0800 Subject: [PATCH 173/691] Added package ringDeque (#960) --- packages.json | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 111dd3b..1b064c4 100644 --- a/packages.json +++ b/packages.json @@ -1,13 +1,27 @@ [ - { + { "name": "elvis", "url": "https://github.com/mattaylor/elvis", "method": "git", - "tags": [ "operator", "elvis", "ternary", "template", "truthy", "falsy", "exception", "none", "null", "nil", "0", "NaN", "coalesce" ], + "tags": [ + "operator", + "elvis", + "ternary", + "template", + "truthy", + "falsy", + "exception", + "none", + "null", + "nil", + "0", + "NaN", + "coalesce" + ], "description": "The elvis package implements a 'truthy', 'ternary' and a 'coalesce' operator to Nim as syntactic sugar for working with conditional expressions", "license": "MIT", "web": "https://github.com/mattaylor/elvis" - }, + }, { "name": "nimrun", "url": "https://github.com/lee-b/nimrun", @@ -11811,5 +11825,19 @@ "description": "Array/Sequence/Object destructuring/unpacking macro", "license": "MIT", "web": "https://github.com/technicallyagd/unpack" + }, + { + "name": "ringDeque", + "url": "https://github.com/technicallyagd/ringDeque", + "method": "git", + "tags": [ + "deque", + "DoublyLinkedRing", + "utility", + "python" + ], + "description": "deque implementatoin using DoublyLinkedRing", + "license": "MIT", + "web": "https://github.com/technicallyagd/ringDeque" } ] From b11e98519b2f71fb036ca62b23b6ed81f12a582f Mon Sep 17 00:00:00 2001 From: genotrance Date: Tue, 11 Dec 2018 05:50:28 -0600 Subject: [PATCH 174/691] Added package nimfuzzy (#961) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1b064c4..576fae7 100644 --- a/packages.json +++ b/packages.json @@ -11839,5 +11839,19 @@ "description": "deque implementatoin using DoublyLinkedRing", "license": "MIT", "web": "https://github.com/technicallyagd/ringDeque" + }, + { + "name": "nimfuzzy", + "url": "https://github.com/genotrance/nimfuzzy", + "method": "git", + "tags": [ + "fuzzy", + "search", + "match", + "fts" + ], + "description": "Fuzzy search wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimfuzzy" } ] From 35eede404242beba9b76cade2d24f3722d17a632 Mon Sep 17 00:00:00 2001 From: Mat Taylor Date: Wed, 12 Dec 2018 10:34:08 -0800 Subject: [PATCH 175/691] adding whip server (#964) --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 576fae7..8f511fc 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,14 @@ [ - { + { + "name": "whip", + "url": "https://github.com/mattaylor/whip", + "method": "git", + "tags": [ "http", "rest", "server", "httpbeast", "nest", "fast" ], + "description": "Whip is high performance web application server based on httpbeast a nest for redix tree based routing with some extra opmtizations.", + "license": "MIT", + "web": "https://github.com/mattaylor/whip" + }, + { "name": "elvis", "url": "https://github.com/mattaylor/elvis", "method": "git", From dd998dcd5b3d80950686c7ecd1dbe7f22430897c Mon Sep 17 00:00:00 2001 From: genotrance Date: Thu, 13 Dec 2018 18:20:52 -0600 Subject: [PATCH 176/691] Add tree-sitter and nimterop (#957) --- packages.json | 301 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 301 insertions(+) diff --git a/packages.json b/packages.json index 8f511fc..9d4c25f 100644 --- a/packages.json +++ b/packages.json @@ -11835,6 +11835,307 @@ "license": "MIT", "web": "https://github.com/technicallyagd/unpack" }, + { + "name": "treesitter", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter", + "method": "git", + "tags": [ + "tree-sitter", + "parser", + "language", + "code" + ], + "description": "Nim wrapper of the tree-sitter incremental parsing library", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_agda", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_agda", + "method": "git", + "tags": [ + "tree-sitter", + "agda", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Agda language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_bash", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_bash", + "method": "git", + "tags": [ + "tree-sitter", + "bash", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Bash language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_c", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_c", + "method": "git", + "tags": [ + "tree-sitter", + "c", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for C language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_c_sharp", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_c_sharp", + "method": "git", + "tags": [ + "tree-sitter", + "C#", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for C# language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_cpp", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_cpp", + "method": "git", + "tags": [ + "tree-sitter", + "cpp", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for C++ language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_css", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_css", + "method": "git", + "tags": [ + "tree-sitter", + "css", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for CSS language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_go", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_go", + "method": "git", + "tags": [ + "tree-sitter", + "go", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Go language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_haskell", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_haskell", + "method": "git", + "tags": [ + "tree-sitter", + "haskell", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Haskell language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_html", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_html", + "method": "git", + "tags": [ + "tree-sitter", + "html", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for HTML language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_java", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_java", + "method": "git", + "tags": [ + "tree-sitter", + "java", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Java language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_javascript", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_javascript", + "method": "git", + "tags": [ + "tree-sitter", + "javascript", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Javascript language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_ocaml", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_ocaml", + "method": "git", + "tags": [ + "tree-sitter", + "ocaml", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for OCaml language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_php", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_php", + "method": "git", + "tags": [ + "tree-sitter", + "php", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for PHP language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_python", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_python", + "method": "git", + "tags": [ + "tree-sitter", + "python", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Python language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_ruby", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_ruby", + "method": "git", + "tags": [ + "tree-sitter", + "ruby", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Ruby language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_rust", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_rust", + "method": "git", + "tags": [ + "tree-sitter", + "rust", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Rust language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_scala", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_scala", + "method": "git", + "tags": [ + "tree-sitter", + "scala", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Scala language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "treesitter_typescript", + "url": "https://github.com/genotrance/nimtreesitter?subdir=treesitter_typescript", + "method": "git", + "tags": [ + "tree-sitter", + "typescript", + "parser", + "language", + "code" + ], + "description": "Nim wrapper for Typescript language support within tree-sitter", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, + { + "name": "nimterop", + "url": "https://github.com/genotrance/nimterop", + "method": "git", + "tags": [ + "c", + "c++", + "c2nim", + "interop", + "parser", + "language", + "code" + ], + "description": "Nimterop makes C/C++ interop within Nim seamless", + "license": "MIT", + "web": "https://github.com/genotrance/nimtreesitter" + }, { "name": "ringDeque", "url": "https://github.com/technicallyagd/ringDeque", From 289df8c202735b3bca9b832455ad437dc3197f91 Mon Sep 17 00:00:00 2001 From: "Ahmed T. Youssef" Date: Mon, 17 Dec 2018 14:12:21 +0200 Subject: [PATCH 177/691] Added package nimassets (#965) --- packages.json | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/packages.json b/packages.json index 9d4c25f..b67ddc8 100644 --- a/packages.json +++ b/packages.json @@ -1,14 +1,21 @@ [ - { + { "name": "whip", "url": "https://github.com/mattaylor/whip", "method": "git", - "tags": [ "http", "rest", "server", "httpbeast", "nest", "fast" ], + "tags": [ + "http", + "rest", + "server", + "httpbeast", + "nest", + "fast" + ], "description": "Whip is high performance web application server based on httpbeast a nest for redix tree based routing with some extra opmtizations.", "license": "MIT", "web": "https://github.com/mattaylor/whip" - }, - { + }, + { "name": "elvis", "url": "https://github.com/mattaylor/elvis", "method": "git", @@ -12126,8 +12133,8 @@ "tags": [ "c", "c++", - "c2nim", - "interop", + "c2nim", + "interop", "parser", "language", "code" @@ -12163,5 +12170,19 @@ "description": "Fuzzy search wrapper for Nim", "license": "MIT", "web": "https://github.com/genotrance/nimfuzzy" + }, + { + "name": "nimassets", + "url": "https://github.com/xmonader/nimassets", + "method": "git", + "tags": [ + "assets", + "bundle", + "go-bindata", + "resources" + ], + "description": "bundle your assets to a nim", + "license": "MIT", + "web": "https://github.com/xmonader/nimassets" } ] From b9648edf770aae5cee4fbc1b66773a55f2fead8e Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 19 Dec 2018 12:41:41 +0200 Subject: [PATCH 178/691] add faststreams and std_shims --- packages.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/packages.json b/packages.json index b67ddc8..2651543 100644 --- a/packages.json +++ b/packages.json @@ -6050,6 +6050,33 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-confutils" }, + { + "name": "std_shims", + "url": "https://github.com/status-im/nim-std-shims", + "method": "git", + "tags": [ + "library", + "backports", + "shims" + ], + "description": "APIs available in the latests version of Nim, backported to older stable releases", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-std-shims" + }, + { + "name": "faststreams", + "url": "https://github.com/status-im/nim-faststreams", + "method": "git", + "tags": [ + "library", + "I/O", + "memory-mapping", + "streams" + ], + "description": "RLP serialization library for Nim", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-faststreams" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", From 58de6c4a4ccbc269e8e2b0f55aad1e5bbc0d9792 Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Wed, 19 Dec 2018 18:44:47 +0400 Subject: [PATCH 179/691] Added package loco (#967) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 2651543..b1e1d23 100644 --- a/packages.json +++ b/packages.json @@ -12211,5 +12211,19 @@ "description": "bundle your assets to a nim", "license": "MIT", "web": "https://github.com/xmonader/nimassets" + }, + { + "name": "loco", + "url": "https://github.com/moigagoo/loco", + "method": "git", + "tags": [ + "localization", + "translation", + "internationalization", + "i18n" + ], + "description": "Localization package for Nim.", + "license": "MIT", + "web": "https://github.com/moigagoo/loco" } ] From d62e93b1ce59cd3d342e57ffc5f83b71c2e590e5 Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Thu, 20 Dec 2018 07:26:13 -0700 Subject: [PATCH 180/691] variantkey (#968) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index b1e1d23..fef6877 100644 --- a/packages.json +++ b/packages.json @@ -7914,6 +7914,18 @@ "license": "Apache License 2.0", "web": "https://github.com/edubart/arraymancer-vision" }, + { + "name": "variantkey", + "url": "https://github.com/brentp/variantkey-nim", + "method": "git", + "tags": [ + "vcf", + "variant", + "genomics" + ], + "description": "encode/decode variants to/from uint64", + "license": "MIT" + }, { "name": "genoiser", "url": "https://github.com/brentp/genoiser", From e12f84af10c245f4a43ab94f608337b459861ab0 Mon Sep 17 00:00:00 2001 From: h3rald Date: Fri, 21 Dec 2018 19:01:53 +0100 Subject: [PATCH 181/691] Added package nim_miniz --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fef6877..6d49999 100644 --- a/packages.json +++ b/packages.json @@ -12237,5 +12237,19 @@ "description": "Localization package for Nim.", "license": "MIT", "web": "https://github.com/moigagoo/loco" + }, + { + "name": "nim_miniz", + "url": "https://github.com/h3rald/nim-miniz", + "method": "git", + "tags": [ + "zip", + "compression", + "wrapper", + "miniz" + ], + "description": "Nim wrapper for miniz", + "license": "MIT", + "web": "https://github.com/h3rald/nim-miniz" } ] From 62549677db1c0edb7ef459fa8b96d29465d20c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 27 Dec 2018 12:00:08 +0100 Subject: [PATCH 182/691] "bncurve" package (#970) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 6d49999..39ffeea 100644 --- a/packages.json +++ b/packages.json @@ -12251,5 +12251,17 @@ "description": "Nim wrapper for miniz", "license": "MIT", "web": "https://github.com/h3rald/nim-miniz" + }, + { + "name": "bncurve", + "url": "https://github.com/status-im/nim-bncurve", + "method": "git", + "tags": [ + "library", + "cryptography" + ], + "description": "pure Nim implementation of Barreto-Naehrig pairing-friendly elliptic curve cryptography", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-bncurve" } ] From 2496404a491250214d4a0496ce1f9cbe46ec4984 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 28 Dec 2018 11:12:12 -0300 Subject: [PATCH 183/691] Added package unsplash (#971) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 39ffeea..4aa3879 100644 --- a/packages.json +++ b/packages.json @@ -12263,5 +12263,21 @@ "description": "pure Nim implementation of Barreto-Naehrig pairing-friendly elliptic curve cryptography", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-bncurve" + }, + { + "name": "unsplash", + "url": "https://github.com/juancarlospaco/nim-unsplash", + "method": "git", + "tags": [ + "unsplash", + "photos", + "images", + "async", + "multisync", + "photography" + ], + "description": "Unsplash API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-unsplash" } ] From ccd0fccd7beaa1c56bb796bc6501d469942e0ff2 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 28 Dec 2018 13:55:00 -0300 Subject: [PATCH 184/691] Added package biblioteca_guarrilla (#928) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4aa3879..6592f1d 100644 --- a/packages.json +++ b/packages.json @@ -11580,6 +11580,19 @@ "license": "CC0", "web": "https://github.com/ijneb/nim-algebra" }, + { + "name": "biblioteca_guarrilla", + "url": "https://github.com/juancarlospaco/biblioteca-guarrilla", + "method": "git", + "tags": [ + "books", + "calibre", + "jester" + ], + "description": "Simple web to share books, Calibre, Jester, Spectre CSS, No JavaScript, WebP & ZIP to reduce bandwidth", + "license": "GPL", + "web": "https://github.com/juancarlospaco/biblioteca-guarrilla" + }, { "name": "nimzbar", "url": "https://github.com/genotrance/nimzbar", From 245def8e44c06679b2e02dbad6775f7c99ef52b4 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 30 Dec 2018 10:06:59 -0300 Subject: [PATCH 185/691] Added package steam (#972) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 3d7d87b..f3d43f6 100644 --- a/packages.json +++ b/packages.json @@ -12306,5 +12306,20 @@ "description": "Unsplash API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-unsplash" + }, + { + "name": "steam", + "url": "https://github.com/juancarlospaco/nim-steam", + "method": "git", + "tags": [ + "steam", + "game", + "gaming", + "async", + "multisync" + ], + "description": "Steam API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-steam" } ] From b4dc90c531ea5ff2ba4b5754eb375a20e554c89f Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 30 Dec 2018 14:44:35 -0300 Subject: [PATCH 186/691] Added package itchio (#973) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index f3d43f6..c731cd4 100644 --- a/packages.json +++ b/packages.json @@ -12321,5 +12321,20 @@ "description": "Steam API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-steam" + }, + { + "name": "itchio", + "url": "https://github.com/juancarlospaco/nim-itchio", + "method": "git", + "tags": [ + "itchio", + "game", + "gaming", + "async", + "multisync" + ], + "description": "itch.io API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-itchio" } ] From db60c4b295c4f7ce312b4c42c75bcd3da32d6820 Mon Sep 17 00:00:00 2001 From: MaxUNof Date: Fri, 4 Jan 2019 17:53:17 +0300 Subject: [PATCH 187/691] Update packages.json --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c731cd4..5f54c91 100644 --- a/packages.json +++ b/packages.json @@ -12336,5 +12336,19 @@ "description": "itch.io API Client for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-itchio" + }, + { + "name": "gurl", + "url": "https://github.com/MaxUNof/gurl", + "method": "git", + "tags": [ + "tags", + "http", + "generating", + "url" + ], + "description": "A little lib for generating URL with args.", + "license": "MIT", + "web": "https://github.com/MaxUNof/gurl" } ] From ec99bc7067f9cb8e82f304b480f6a54f5ff10496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Nihlg=C3=A5rd?= Date: Sat, 5 Jan 2019 10:44:50 +0100 Subject: [PATCH 188/691] Add tiny_sqlite (#978) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 5f54c91..189b993 100644 --- a/packages.json +++ b/packages.json @@ -12350,5 +12350,17 @@ "description": "A little lib for generating URL with args.", "license": "MIT", "web": "https://github.com/MaxUNof/gurl" + }, + { + "name": "tiny_sqlite", + "url": "https://github.com/GULPF/tiny_sqlite", + "method": "git", + "tags": [ + "database", + "sqlite" + ], + "description": "A thin SQLite wrapper with proper type safety", + "license": "MIT", + "web": "https://github.com/GULPF/tiny_sqlite" } ] From d77c43bb4d720417770d285a30ce0594e9ac7c23 Mon Sep 17 00:00:00 2001 From: c-blake Date: Sat, 5 Jan 2019 04:57:55 -0500 Subject: [PATCH 189/691] Added package suggest (#976) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 189b993..c316261 100644 --- a/packages.json +++ b/packages.json @@ -12337,6 +12337,19 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-itchio" }, + { + "name": "suggest", + "url": "https://github.com/c-blake/suggest.git", + "method": "git", + "tags": [ + "library", + "spell-check", + "edit-distance" + ], + "description": "mmap-persistent SymSpell spell checking algorithm", + "license": "MIT", + "web": "https://github.com/c-blake/suggest.git" + }, { "name": "gurl", "url": "https://github.com/MaxUNof/gurl", From bae8f01b1f39eeab3709b21dfe228fbdf9be65b1 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama <45118249+gmshiba@users.noreply.github.com> Date: Sat, 5 Jan 2019 19:16:40 +0900 Subject: [PATCH 190/691] Added package nsh (#959) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index c316261..b4bfadf 100644 --- a/packages.json +++ b/packages.json @@ -11894,6 +11894,18 @@ "license": "MIT", "web": "https://github.com/technicallyagd/unpack" }, + { + "name": "nsh", + "url": "https://github.com/gmshiba/nish", + "method": "git", + "tags": [ + "shell", + "repl" + ], + "description": "nsh: Nim SHell(cross platform)", + "license": "MIT", + "web": "https://github.com/gmshiba/nish" + }, { "name": "nimfastText", "url": "https://github.com/genotrance/nimfastText", From f94be6f9720baf8f8459d0ae900686979d44732e Mon Sep 17 00:00:00 2001 From: narimiran Date: Sat, 5 Jan 2019 11:39:51 +0100 Subject: [PATCH 191/691] remove duplicates and alias "nim-*" packages, fixes #954 --- packages.json | 89 +++++++++++---------------------------------------- 1 file changed, 18 insertions(+), 71 deletions(-) diff --git a/packages.json b/packages.json index b4bfadf..3159b83 100644 --- a/packages.json +++ b/packages.json @@ -269,6 +269,10 @@ }, { "name": "nim-locale", + "alias": "locale" + }, + { + "name": "locale", "url": "https://github.com/Amrykid/nim-locale/", "method": "git", "tags": [ @@ -328,16 +332,7 @@ }, { "name": "chipmunk", - "url": "https://github.com/fowlmouth/nimrod-chipmunk/", - "method": "git", - "tags": [ - "library", - "physics", - "game" - ], - "description": "Bindings for Chipmunk2D 6.x physics library (for backwards compatibility)", - "license": "MIT", - "web": "https://github.com/fowlmouth/nimrod-chipmunk" + "alias": "chipmunk6" }, { "name": "chipmunk6", @@ -386,6 +381,10 @@ }, { "name": "nim-ao", + "alias": "ao" + }, + { + "name": "ao", "url": "https://github.com/ephja/nim-ao", "method": "git", "tags": [ @@ -816,20 +815,7 @@ }, { "name": "nim-ogg", - "url": "https://bitbucket.org/BitPuffin/nim-ogg", - "method": "hg", - "tags": [ - "library", - "wrapper", - "binding", - "audio", - "sound", - "video", - "metadata", - "media" - ], - "description": "Binding to libogg", - "license": "CC0" + "alias": "ogg" }, { "name": "ogg", @@ -850,19 +836,7 @@ }, { "name": "nim-vorbis", - "url": "https://bitbucket.org/BitPuffin/nim-vorbis", - "method": "hg", - "tags": [ - "library", - "wrapper", - "binding", - "audio", - "sound", - "metadata", - "media" - ], - "description": "Binding to libvorbis", - "license": "CC0" + "alias": "vorbis" }, { "name": "vorbis", @@ -882,19 +856,7 @@ }, { "name": "nim-portaudio", - "url": "https://bitbucket.org/BitPuffin/nim-portaudio", - "method": "hg", - "tags": [ - "library", - "wrapper", - "binding", - "audio", - "sound", - "media", - "io" - ], - "description": "Binding to portaudio", - "license": "CC0" + "alias": "portaudio" }, { "name": "portaudio", @@ -2013,16 +1975,7 @@ }, { "name": "nim-libclang", - "url": "https://github.com/cowboy-coders/nim-libclang.git", - "method": "git", - "tags": [ - "wrapper", - "bindings", - "clang" - ], - "description": "Please use libclang instead.", - "license": "MIT", - "web": "https://github.com/cowboy-coders/nim-libclang" + "alias": "libclang" }, { "name": "nimqml", @@ -2702,6 +2655,10 @@ }, { "name": "nim-geocoding", + "alias": "geocoding" + }, + { + "name": "geocoding", "url": "https://github.com/saratchandra92/nim-geocoding", "method": "git", "tags": [ @@ -4776,17 +4733,7 @@ }, { "name": "nimyaml", - "url": "https://github.com/flyx/NimYAML", - "method": "git", - "tags": [ - "serialization", - "parsing", - "library", - "yaml" - ], - "description": "YAML 1.2 implementation for Nim", - "license": "MIT", - "web": "http://flyx.github.io/NimYAML/" + "alias": "yaml" }, { "name": "jsmn", From afdefde4e02ab5b16c89d3532089199e8f41e9ff Mon Sep 17 00:00:00 2001 From: geotre Date: Sat, 5 Jan 2019 14:10:20 +0000 Subject: [PATCH 192/691] Added package wren (#977) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b4bfadf..abf8c61 100644 --- a/packages.json +++ b/packages.json @@ -12376,6 +12376,19 @@ "license": "MIT", "web": "https://github.com/MaxUNof/gurl" }, + { + "name": "wren", + "url": "https://github.com/geotre/wren", + "method": "git", + "tags": [ + "wren", + "scripting", + "interpreter" + ], + "description": "A nim wrapper for Wren, an embedded scripting language", + "license": "MIT", + "web": "https://github.com/geotre/wren" + }, { "name": "tiny_sqlite", "url": "https://github.com/GULPF/tiny_sqlite", From 4969f2cebd117dac52b5b24f51c4353258a8bc5b Mon Sep 17 00:00:00 2001 From: zah Date: Sun, 6 Jan 2019 12:28:20 +0200 Subject: [PATCH 193/691] Update the description of bncurve (#981) --- packages.json | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/packages.json b/packages.json index abf8c61..8f5f21a 100644 --- a/packages.json +++ b/packages.json @@ -6077,6 +6077,21 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-faststreams" }, + { + "name": "bncurve", + "url": "https://github.com/status-im/nim-bncurve", + "method": "git", + "tags": [ + "library", + "cryptography", + "barreto-naehrig", + "eliptic-curves", + "pairing" + ], + "description": "Nim Barreto-Naehrig pairing-friendly elliptic curve implementation", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-bncurve" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", @@ -12291,18 +12306,6 @@ "license": "MIT", "web": "https://github.com/h3rald/nim-miniz" }, - { - "name": "bncurve", - "url": "https://github.com/status-im/nim-bncurve", - "method": "git", - "tags": [ - "library", - "cryptography" - ], - "description": "pure Nim implementation of Barreto-Naehrig pairing-friendly elliptic curve cryptography", - "license": "Apache License 2.0", - "web": "https://github.com/status-im/nim-bncurve" - }, { "name": "unsplash", "url": "https://github.com/juancarlospaco/nim-unsplash", From ae1254f9424df8c5181053af6f36ac2b4cd5ff53 Mon Sep 17 00:00:00 2001 From: momf Date: Mon, 7 Jan 2019 14:08:34 +0000 Subject: [PATCH 194/691] remove msqueue (#982) --- packages.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/packages.json b/packages.json index 0158ca1..e820631 100644 --- a/packages.json +++ b/packages.json @@ -9096,21 +9096,6 @@ "license": "MIT", "web": "https://github.com/KeepCoolWithCoolidge/nimlibxlsxwriter" }, - { - "name": "msqueue", - "url": "https://github.com/2vg/MSQueue", - "method": "git", - "tags": [ - "algorithm", - "queue", - "MichaelScott", - "fast", - "concurrent" - ], - "description": "Michael-Scott queue implemented in Nim", - "license": "MIT", - "web": "https://github.com/2vg/MSQueue" - }, { "name": "nimclutter", "url": "https://github.com/KeepCoolWithCoolidge/nimclutter", From b447a2584604ac2592a08f08b24c1bf34d3ad4f1 Mon Sep 17 00:00:00 2001 From: PMunch Date: Tue, 8 Jan 2019 16:55:48 +0100 Subject: [PATCH 195/691] Add nimlsp package (#980) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e820631..5d5fc8c 100644 --- a/packages.json +++ b/packages.json @@ -1160,6 +1160,19 @@ "license": "MIT", "web": "https://github.com/PMunch/jsonschema" }, + { + "name": "nimlsp", + "url": "https://github.com/PMunch/nimlsp", + "method": "git", + "tags": [ + "lsp", + "nimsuggest", + "editor" + ], + "description": "Language Server Protocol implementation for Nim", + "license": "MIT", + "web": "https://github.com/PMunch/nimlsp" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", From fc4a1761a5149737a4d46f5228b2fff58926330f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Wed, 9 Jan 2019 06:56:12 +0100 Subject: [PATCH 196/691] Add sqlbuilder (#983) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 5d5fc8c..954a011 100644 --- a/packages.json +++ b/packages.json @@ -12348,5 +12348,17 @@ "description": "A thin SQLite wrapper with proper type safety", "license": "MIT", "web": "https://github.com/GULPF/tiny_sqlite" + }, + { + "name": "sqlbuilder", + "url": "https://github.com/ThomasTJdev/nim_sqlbuilder", + "method": "git", + "tags": [ + "sql", + "sqlbuilder" + ], + "description": "A SQLbuilder with support for NULL values", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_sqlbuilder" } ] From 79a4452e1d1e7716875d3fcbfd5a94954de91fdd Mon Sep 17 00:00:00 2001 From: Miran Date: Wed, 9 Jan 2019 19:04:06 +0100 Subject: [PATCH 197/691] no nil strings anymore (#985) Looks good --- package_scanner.nim | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/package_scanner.nim b/package_scanner.nim index 0a8a572..78c4f0b 100644 --- a/package_scanner.nim +++ b/package_scanner.nim @@ -25,7 +25,6 @@ import sets import strutils const - LICENSES = @[ "Allegro 4 Giftware", "Apache License 2.0", @@ -47,7 +46,6 @@ const "ISC", "Unlicense" ] - VCS_TYPES = @["git", "hg"] proc canFetchNimbleRepository(name: string, urlJson: JsonNode): bool = @@ -80,57 +78,43 @@ proc verifyAlias(pdata: JsonNode, result: var int) = # TODO: Verify that 'alias' points to a known package. proc check(): int = - var - name: string - + var name: string echo "" - - let - pkg_list = parseJson(readFile(getCurrentDir() / "packages.json")) - + let pkg_list = parseJson(readFile(getCurrentDir() / "packages.json")) var names = initSet[string]() for pdata in pkg_list: - name = if pdata.hasKey("name"): pdata["name"].str else: nil + name = if pdata.hasKey("name"): pdata["name"].str else: "" if pdata.hasKey("alias"): verifyAlias(pdata, result) else: - if name.isNil: + if name == "": echo "E: missing package name" result.inc() - elif not pdata.hasKey("method"): echo "E: ", name, " has no method" result.inc() - elif not (pdata["method"].str in VCS_TYPES): echo "E: ", name, " has an unknown method: ", pdata["method"].str result.inc() - elif not pdata.hasKey("url"): echo "E: ", name, " has no URL" result.inc() - elif pdata.hasKey("web") and not canFetchNimbleRepository(name, pdata["web"]): result.inc() - elif not pdata.hasKey("tags"): echo "E: ", name, " has no tags" result.inc() - elif not pdata.hasKey("description"): echo "E: ", name, " has no description" result.inc() - elif not pdata.hasKey("license"): echo "E: ", name, " has no license" result.inc() - elif pdata["url"].str.normalize.startsWith("git://github.com/"): echo "E: ", name, " has an insecure git:// URL instead of https://" result.inc() - else: # Other warnings should go here if not (pdata["license"].str in LICENSES): From e3de528df4ad2266dc62c88af195c3f9288e4929 Mon Sep 17 00:00:00 2001 From: Miran Date: Thu, 10 Jan 2019 16:15:26 +0100 Subject: [PATCH 198/691] add four packages from graveyard (#984) --- packages.json | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/packages.json b/packages.json index 954a011..3927c77 100644 --- a/packages.json +++ b/packages.json @@ -12360,5 +12360,57 @@ "description": "A SQLbuilder with support for NULL values", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_sqlbuilder" + }, + { + "name": "subexes", + "url": "https://github.com/nim-lang/graveyard?subdir=subexes", + "method": "git", + "tags": [ + "graveyard", + "subexes", + "substitution expression" + ], + "description": "Nim support for substitution expressions", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/subexes" + }, + { + "name": "scgi", + "url": "https://github.com/nim-lang/graveyard?subdir=scgi", + "method": "git", + "tags": [ + "graveyard", + "scgi", + "cgi" + ], + "description": "Helper procs for SCGI applications", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/scgi" + }, + { + "name": "smtp", + "url": "https://github.com/nim-lang/graveyard?subdir=smtp", + "method": "git", + "tags": [ + "graveyard", + "smtp", + "mail" + ], + "description": "SMTP client protocol", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/smtp" + }, + { + "name": "oids", + "url": "https://github.com/nim-lang/graveyard?subdir=oids", + "method": "git", + "tags": [ + "graveyard", + "oid", + "oids" + ], + "description": "Nim OID support", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/oids" } ] From 08962ed96e7eb697fd0f3893beb9910b11dea4da Mon Sep 17 00:00:00 2001 From: Miran Date: Fri, 11 Jan 2019 09:40:10 +0100 Subject: [PATCH 199/691] smtp and oids are staying in stdlib (#986) --- packages.json | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/packages.json b/packages.json index 3927c77..9b5dcee 100644 --- a/packages.json +++ b/packages.json @@ -12386,31 +12386,5 @@ "description": "Helper procs for SCGI applications", "license": "MIT", "web": "https://github.com/nim-lang/graveyard/tree/master/scgi" - }, - { - "name": "smtp", - "url": "https://github.com/nim-lang/graveyard?subdir=smtp", - "method": "git", - "tags": [ - "graveyard", - "smtp", - "mail" - ], - "description": "SMTP client protocol", - "license": "MIT", - "web": "https://github.com/nim-lang/graveyard/tree/master/smtp" - }, - { - "name": "oids", - "url": "https://github.com/nim-lang/graveyard?subdir=oids", - "method": "git", - "tags": [ - "graveyard", - "oid", - "oids" - ], - "description": "Nim OID support", - "license": "MIT", - "web": "https://github.com/nim-lang/graveyard/tree/master/oids" } ] From bef7049275063df35dae0a9cdedf285479ce577d Mon Sep 17 00:00:00 2001 From: Miran Date: Sat, 12 Jan 2019 17:53:26 +0100 Subject: [PATCH 200/691] add remaining graveyard packages (#987) --- packages.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/packages.json b/packages.json index 9b5dcee..4c09bd3 100644 --- a/packages.json +++ b/packages.json @@ -12374,6 +12374,45 @@ "license": "MIT", "web": "https://github.com/nim-lang/graveyard/tree/master/subexes" }, + { + "name": "complex", + "url": "https://github.com/nim-lang/graveyard?subdir=complex", + "method": "git", + "tags": [ + "graveyard", + "complex", + "math" + ], + "description": "The ex-stdlib module complex.", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/complex" + }, + { + "name": "fsmonitor", + "url": "https://github.com/nim-lang/graveyard?subdir=fsmonitor", + "method": "git", + "tags": [ + "graveyard", + "fsmonitor", + "asyncio" + ], + "description": "The ex-stdlib module fsmonitor.", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/fsmonitor" + }, + { + "name": "cookies", + "url": "https://github.com/nim-lang/graveyard?subdir=cookies", + "method": "git", + "tags": [ + "graveyard", + "cookies", + "parsing" + ], + "description": "Helper procs for parsing cookies", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/cookies" + }, { "name": "scgi", "url": "https://github.com/nim-lang/graveyard?subdir=scgi", From 601445e2738a99ed74fe815688f145cd2d9fe8d4 Mon Sep 17 00:00:00 2001 From: Nouredine Hussain Date: Sun, 13 Jan 2019 18:28:51 +0100 Subject: [PATCH 201/691] Added package cppstl (#988) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4c09bd3..fd68a6e 100644 --- a/packages.json +++ b/packages.json @@ -12425,5 +12425,18 @@ "description": "Helper procs for SCGI applications", "license": "MIT", "web": "https://github.com/nim-lang/graveyard/tree/master/scgi" + }, + { + "name": "cppstl", + "url": "https://github.com/BigEpsilon/nim-cppstl", + "method": "git", + "tags": [ + "c++", + "stl", + "bindings" + ], + "description": "Bindings for the C++ Standard Template Library (STL)", + "license": "MIT", + "web": "https://github.com/BigEpsilon/nim-cppstl" } ] From 332c32febe63594c003ecbed9a55cb25a16b7355 Mon Sep 17 00:00:00 2001 From: Caleb Winston Date: Mon, 14 Jan 2019 09:42:52 -0800 Subject: [PATCH 202/691] Adding pipelines framework (#990) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index fd68a6e..442cbde 100644 --- a/packages.json +++ b/packages.json @@ -12438,5 +12438,21 @@ "description": "Bindings for the C++ Standard Template Library (STL)", "license": "MIT", "web": "https://github.com/BigEpsilon/nim-cppstl" + }, + { + "name": "pipelines", + "url": "https://github.com/calebwin/pipelines", + "method": "git", + "tags": [ + "python", + "pipeline", + "pipelines", + "data", + "parallel" + ], + "description": "A tiny framework & language for crafting massively parallel data pipelines", + "license": "MIT", + "web": "https://github.com/calebwin/pipelines", + "doc": "https://github.com/calebwin/pipelines" } ] From 6640778d0c206249afdf46316a087282c3096286 Mon Sep 17 00:00:00 2001 From: SilliBird <6666242+sillibird@users.noreply.github.com> Date: Tue, 15 Jan 2019 13:44:47 -0500 Subject: [PATCH 203/691] Added package nimhq (#991) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 442cbde..5d547d5 100644 --- a/packages.json +++ b/packages.json @@ -12454,5 +12454,18 @@ "license": "MIT", "web": "https://github.com/calebwin/pipelines", "doc": "https://github.com/calebwin/pipelines" + }, + { + "name": "nimhq", + "url": "https://github.com/sillibird/nimhq", + "method": "git", + "tags": [ + "library", + "api", + "client" + ], + "description": "HQ Trivia API wrapper for Nim", + "license": "MIT", + "web": "https://github.com/sillibird/nimhq" } ] From 40f9db16319a0d211cefcc1a890a3759cf652d53 Mon Sep 17 00:00:00 2001 From: Riderfighter <33171826+Riderfighter@users.noreply.github.com> Date: Wed, 16 Jan 2019 22:12:17 -0800 Subject: [PATCH 204/691] Added package binio (#992) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5d547d5..b70e7ee 100644 --- a/packages.json +++ b/packages.json @@ -12467,5 +12467,18 @@ "description": "HQ Trivia API wrapper for Nim", "license": "MIT", "web": "https://github.com/sillibird/nimhq" + }, + { + "name": "binio", + "url": "https://github.com/Riderfighter/binio", + "method": "git", + "tags": [ + "structured", + "byte", + "data" + ], + "description": "Package for packing and unpacking byte data", + "license": "MIT", + "web": "https://github.com/Riderfighter/binio" } ] From 5d1f483181ffb68b3030a962d7a26987fb2d4b8b Mon Sep 17 00:00:00 2001 From: Luke Parker <25259837+kayabaNerve@users.noreply.github.com> Date: Sun, 20 Jan 2019 23:52:40 -0600 Subject: [PATCH 205/691] Update packages previously under EmberCrypto to their new locations/names. (#994) --- packages.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index b70e7ee..dc17c3e 100644 --- a/packages.json +++ b/packages.json @@ -10120,7 +10120,7 @@ }, { "name": "BN", - "url": "https://github.com/EmberCrypto/BN", + "url": "https://github.com/MerosCrypto/BN", "method": "git", "tags": [ "bignumber", @@ -10727,7 +10727,11 @@ }, { "name": "ec_events", - "url": "https://github.com/EmberCrypto/ec_events", + "alias": "mc_events" + }, + { + "name": "mc_events", + "url": "https://github.com/MerosCrypto/mc_events", "method": "git", "tags": [ "events", From 7ae577f0cc949e6757231b392c2dac3529d53703 Mon Sep 17 00:00:00 2001 From: ryukoposting <44929006+ryukoposting@users.noreply.github.com> Date: Mon, 21 Jan 2019 23:26:31 -0600 Subject: [PATCH 206/691] Added package ladder (#995) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index dc17c3e..c4fc48e 100644 --- a/packages.json +++ b/packages.json @@ -12484,5 +12484,21 @@ "description": "Package for packing and unpacking byte data", "license": "MIT", "web": "https://github.com/Riderfighter/binio" + }, + { + "name": "ladder", + "url": "https://gitlab.com/ryukoposting/nim-ladder", + "method": "git", + "tags": [ + "ladder", + "logic", + "PLC", + "state", + "machine", + "ryukoposting" + ], + "description": "Ladder logic macros for Nim", + "license": "Apache-2.0", + "web": "https://gitlab.com/ryukoposting/nim-ladder" } ] From 95b3dbd3c079c0a96d77071ca4c8353868049f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Wollenschl=C3=A4ger?= Date: Tue, 22 Jan 2019 14:58:26 +0900 Subject: [PATCH 207/691] Add nimline (#996) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index c4fc48e..5e047dc 100644 --- a/packages.json +++ b/packages.json @@ -10292,6 +10292,21 @@ "license": "MIT", "web": "https://github.com/fragcolor-xyz/fragments" }, + { + "name": "nimline", + "url": "https://github.com/fragcolor-xyz/nimline", + "method": "git", + "tags": [ + "c", + "c++", + "interop", + "ffi", + "wrappers" + ], + "description": "Wrapper-less C/C++ interop for Nim", + "license": "MIT", + "web": "https://github.com/fragcolor-xyz/nimline" + }, { "name": "nim_telegram_bot", "url": "https://github.com/juancarlospaco/nim-telegram-bot", From 51d196b620e54f761aacbaeea1816c6c4df19615 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Sun, 27 Jan 2019 22:08:01 +0100 Subject: [PATCH 208/691] Added package cassette --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 5e047dc..c5464fc 100644 --- a/packages.json +++ b/packages.json @@ -12515,5 +12515,20 @@ "description": "Ladder logic macros for Nim", "license": "Apache-2.0", "web": "https://gitlab.com/ryukoposting/nim-ladder" + }, + { + "name": "cassette", + "url": "https://github.com/LemonBoy/cassette", + "method": "git", + "tags": [ + "http", + "network", + "test", + "mock", + "requests" + ], + "description": "Record and replay your HTTP sessions!", + "license": "MIT", + "web": "https://github.com/LemonBoy/cassette" } ] From 9daf798427aaed3074e8a1d883a1a74f610bebbe Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 28 Jan 2019 05:33:00 -0300 Subject: [PATCH 209/691] Added package nimterlingua (#998) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c5464fc..bbee309 100644 --- a/packages.json +++ b/packages.json @@ -12530,5 +12530,19 @@ "description": "Record and replay your HTTP sessions!", "license": "MIT", "web": "https://github.com/LemonBoy/cassette" + }, + { + "name": "nimterlingua", + "url": "https://github.com/juancarlospaco/nim-internimgua", + "method": "git", + "tags": [ + "internationalization", + "i18n", + "localization", + "translation" + ], + "description": "Internationalization at Compile Time for Nim. Macro to translate unmodified code from 1 INI file. NimScript compatible.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-internimgua" } ] From d0409a6b9d25fd2158ac38a419ddfada56ed1c10 Mon Sep 17 00:00:00 2001 From: Ico Doornekamp Date: Mon, 28 Jan 2019 11:26:44 +0100 Subject: [PATCH 210/691] Added package with (#999) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index bbee309..716153e 100644 --- a/packages.json +++ b/packages.json @@ -12544,5 +12544,17 @@ "description": "Internationalization at Compile Time for Nim. Macro to translate unmodified code from 1 INI file. NimScript compatible.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-internimgua" + }, + { + "name": "with", + "url": "https://github.com/zevv/with", + "method": "git", + "tags": [ + "with", + "macro" + ], + "description": "Simple 'with' macro for Nim", + "license": "MIT", + "web": "https://github.com/zevv/with" } ] From 9c3f46fdfad02d4d7628c2795c586af9fef2b3f1 Mon Sep 17 00:00:00 2001 From: ryukoposting <44929006+ryukoposting@users.noreply.github.com> Date: Thu, 31 Jan 2019 01:05:07 -0600 Subject: [PATCH 211/691] Add package lastfm (#1000) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 716153e..82a5cbd 100644 --- a/packages.json +++ b/packages.json @@ -12556,5 +12556,22 @@ "description": "Simple 'with' macro for Nim", "license": "MIT", "web": "https://github.com/zevv/with" + }, + { + "name": "lastfm", + "url": "https://gitlab.com/ryukoposting/lastfm-nim", + "method": "git", + "tags": [ + "last.fm", + "lastfm", + "music", + "metadata", + "api", + "async", + "ryukoposting" + ], + "description": "Last.FM API breakouts (documentation: http://ryuk.ooo/nimdocs/lastfm/lastfm.html)", + "license": "Apache-2.0", + "web": "https://gitlab.com/ryukoposting/lastfm-nim" } ] From f2d0e8101f83c9d4561bf3d9f63e14c939dc1264 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 31 Jan 2019 16:06:58 -0300 Subject: [PATCH 212/691] Added package firejail (#1001) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 82a5cbd..bc94ec5 100644 --- a/packages.json +++ b/packages.json @@ -12573,5 +12573,24 @@ "description": "Last.FM API breakouts (documentation: http://ryuk.ooo/nimdocs/lastfm/lastfm.html)", "license": "Apache-2.0", "web": "https://gitlab.com/ryukoposting/lastfm-nim" + }, + { + "name": "firejail", + "url": "https://github.com/juancarlospaco/nim-firejail", + "method": "git", + "tags": [ + "firejail", + "security", + "linux", + "isolation", + "container", + "infosec", + "hardened", + "sandbox", + "docker" + ], + "description": "Firejail wrapper for Nim, Isolate your Production App before its too late!", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-firejail" } ] From 34c3dcfd921b7d9c4751da8285281eac3613f3b6 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 6 Feb 2019 17:04:17 +0100 Subject: [PATCH 213/691] Add a new nim-eth package that deprecates the previous smaller Status packages --- packages.json | 63 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 25 deletions(-) diff --git a/packages.json b/packages.json index bc94ec5..520c4c5 100644 --- a/packages.json +++ b/packages.json @@ -6033,7 +6033,7 @@ "memory-mapping", "streams" ], - "description": "RLP serialization library for Nim", + "description": "Nearly zero-overhead input/output streams for Nim", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-faststreams" }, @@ -6053,16 +6053,39 @@ "web": "https://github.com/status-im/nim-bncurve" }, { - "name": "rlp", - "url": "https://github.com/status-im/nim-rlp", + "name": "eth", + "url": "https://github.com/status-im/nim-eth", "method": "git", "tags": [ "library", "ethereum", + "p2p", + "devp2p", + "rplx", + "networking", + "whisper", + "swarm", "rlp", - "serialization" + "cryptography", + "trie", + "patricia-trie", + "keyfile", + "wallet", + "bloom", + "bloom-filter" ], - "description": "RLP serialization library for Nim", + "description": "A collection of Ethereum related libraries", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-eth" + }, + { + "name": "rlp", + "url": "https://github.com/status-im/nim-rlp", + "method": "git", + "tags": [ + "deprecated" + ], + "description": "Deprecated RLP serialization library for Nim (now part of the 'eth' module)", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-rlp" }, @@ -6071,11 +6094,9 @@ "url": "https://github.com/status-im/nim-eth-keys", "method": "git", "tags": [ - "library", - "ethereum", - "cryptography" + "deprecated" ], - "description": "A reimplementation in pure Nim of eth-keys, the common API for Ethereum key operations.", + "description": "A deprecated reimplementation in pure Nim of eth-keys, the common API for Ethereum key operations (now part of the 'eth' package).", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-keys" }, @@ -6111,12 +6132,9 @@ "url": "https://github.com/status-im/nim-eth-bloom", "method": "git", "tags": [ - "library", - "ethereum", - "bloom", - "bloom-filter" + "deprecated" ], - "description": "Ethereum bloom filter", + "description": "Ethereum bloom filter (deprecated, now part of the 'eth' package)", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-bloom" }, @@ -6193,12 +6211,9 @@ "url": "https://github.com/status-im/nim-eth-trie", "method": "git", "tags": [ - "library", - "ethereum", - "trie", - "patricia-trie" + "deprecated" ], - "description": "Merkle Patricia Tries as specified by Ethereum", + "description": "Merkle Patricia Tries as specified by Ethereum (deprecated, now part of the 'eth' package)", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-trie" }, @@ -6207,6 +6222,7 @@ "url": "https://github.com/status-im/nim-eth-p2p", "method": "git", "tags": [ + "deprecated", "library", "ethereum", "p2p", @@ -6216,7 +6232,7 @@ "whisper", "swarm" ], - "description": "Implementation of the Ethereum suite of P2P protocols", + "description": "Deprecated implementation of the Ethereum suite of P2P protocols (now part of the 'eth' package)", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-p2p" }, @@ -6225,12 +6241,9 @@ "url": "https://github.com/status-im/nim-eth-keyfile", "method": "git", "tags": [ - "library", - "ethereum", - "keyfile", - "wallet" + "deprecated" ], - "description": "Library for handling Ethereum private keys and wallets", + "description": "A deprecated library for handling Ethereum private keys and wallets (now part of the 'eth' package)", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth-keyfile" }, From d6845504615dec908296c88cdb1e86b4ea6b5bc3 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 6 Feb 2019 17:24:40 +0100 Subject: [PATCH 214/691] Add Chronos --- packages.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index 520c4c5..a5efc71 100644 --- a/packages.json +++ b/packages.json @@ -5955,8 +5955,8 @@ "web": "https://github.com/status-im/nim-json-rpc" }, { - "name": "asyncdispatch2", - "url": "https://github.com/status-im/nim-asyncdispatch2", + "name": "chronos", + "url": "https://github.com/status-im/nim-chronos", "method": "git", "tags": [ "library", @@ -5969,9 +5969,13 @@ "tcp", "udp" ], - "description": "Experimental fork of Nim's asyncdispatch", + "description": "An efficient library for asynchronous programming", "license": "Apache License 2.0", - "web": "https://github.com/status-im/nim-asyncdispatch2" + "web": "https://github.com/status-im/nim-chronos" + }, + { + "name": "asyncdispatch2", + "alias": "chronos" }, { "name": "serialization", From dae61764704b6af6497547b304fde40bae2bcde3 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Wed, 6 Feb 2019 20:24:27 +0100 Subject: [PATCH 215/691] Added package compactdict (#1003) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index a5efc71..315d5d3 100644 --- a/packages.json +++ b/packages.json @@ -12609,5 +12609,20 @@ "description": "Firejail wrapper for Nim, Isolate your Production App before its too late!", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-firejail" + }, + { + "name": "compactdict", + "url": "https://github.com/LemonBoy/compactdict", + "method": "git", + "tags": [ + "dictionary", + "hashtable", + "data-structure", + "hash", + "compact" + ], + "description": "A compact dictionary implementation", + "license": "MIT", + "web": "https://github.com/LemonBoy/compactdict" } ] From 03eb331729ad17c8393420019f05d68d9c2968ef Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Wed, 6 Feb 2019 20:38:48 +0100 Subject: [PATCH 216/691] Added package jstin (#1004) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 315d5d3..55125dd 100644 --- a/packages.json +++ b/packages.json @@ -12610,6 +12610,21 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-firejail" }, + { + "name": "jstin", + "url": "https://github.com/LemonBoy/jstin", + "method": "git", + "tags": [ + "json", + "serialize", + "deserialize", + "easy", + "simple" + ], + "description": "JS {de,}serialization as it says on the tin", + "license": "MIT", + "web": "https://github.com/LemonBoy/jstin" + }, { "name": "compactdict", "url": "https://github.com/LemonBoy/compactdict", From 01d8bed1adff971fde287423d8b2fd9e3009aadd Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 7 Feb 2019 11:53:47 +0100 Subject: [PATCH 217/691] Add blscurve --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 55125dd..9f8bb8c 100644 --- a/packages.json +++ b/packages.json @@ -6082,6 +6082,20 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth" }, + { + "name": "blscurve", + "url": "https://github.com/status-im/nim-blscurve", + "method": "git", + "tags": [ + "library", + "cryptography", + "bls", + "aggregated-signatures" + ], + "description": "Nim implementation of Barreto-Lynn-Scott (BLS) curve BLS12-381.", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-blscurve" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", From 9c3ee00f44e59464d33e4bab395ce090f7b33c1c Mon Sep 17 00:00:00 2001 From: Ico Doornekamp Date: Fri, 8 Feb 2019 21:52:18 +0100 Subject: [PATCH 218/691] Added package z3 (#1006) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 9f8bb8c..3f42c4a 100644 --- a/packages.json +++ b/packages.json @@ -12653,5 +12653,22 @@ "description": "A compact dictionary implementation", "license": "MIT", "web": "https://github.com/LemonBoy/compactdict" + }, + { + "name": "z3", + "url": "https://github.com/zevv/nimz3", + "method": "git", + "tags": [ + "Z3", + "sat", + "smt", + "theorem", + "prover", + "solver", + "optimization" + ], + "description": "Nim Z3 theorem prover bindings", + "license": "MIT", + "web": "https://github.com/zevv/nimz3" } ] From a8b7349a14d8f9f1b48737c826a68c81bd24f82d Mon Sep 17 00:00:00 2001 From: Miran Date: Sat, 9 Feb 2019 12:43:21 +0100 Subject: [PATCH 219/691] cookies will stay the part of stdlib (#1007) --- packages.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packages.json b/packages.json index 3f42c4a..3c0d87b 100644 --- a/packages.json +++ b/packages.json @@ -12450,19 +12450,6 @@ "license": "MIT", "web": "https://github.com/nim-lang/graveyard/tree/master/fsmonitor" }, - { - "name": "cookies", - "url": "https://github.com/nim-lang/graveyard?subdir=cookies", - "method": "git", - "tags": [ - "graveyard", - "cookies", - "parsing" - ], - "description": "Helper procs for parsing cookies", - "license": "MIT", - "web": "https://github.com/nim-lang/graveyard/tree/master/cookies" - }, { "name": "scgi", "url": "https://github.com/nim-lang/graveyard?subdir=scgi", From 64755d00adf98640908fa2858fb655bd88b3d20f Mon Sep 17 00:00:00 2001 From: muxueqz Date: Tue, 12 Feb 2019 14:43:47 +0800 Subject: [PATCH 220/691] Added package remarker_light (#1008) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3c0d87b..ffd5bfa 100644 --- a/packages.json +++ b/packages.json @@ -12657,5 +12657,18 @@ "description": "Nim Z3 theorem prover bindings", "license": "MIT", "web": "https://github.com/zevv/nimz3" + }, + { + "name": "remarker_light", + "url": "https://github.com/muxueqz/remarker_light", + "method": "git", + "tags": [ + "remark", + "slideshow", + "markdown" + ], + "description": "remarker_light is a command line tool for building a remark-based slideshow page very easily.", + "license": "GPL-2.0", + "web": "https://github.com/muxueqz/remarker_light" } ] From 6d4da67067d041a1e8d40e64d16c2b85458a58c5 Mon Sep 17 00:00:00 2001 From: Jacob Doyelle Yates Date: Mon, 18 Feb 2019 12:08:32 -0800 Subject: [PATCH 221/691] Update packages.json - Added nim-nmap (#1010) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ffd5bfa..b17e53b 100644 --- a/packages.json +++ b/packages.json @@ -12670,5 +12670,19 @@ "description": "remarker_light is a command line tool for building a remark-based slideshow page very easily.", "license": "GPL-2.0", "web": "https://github.com/muxueqz/remarker_light" + }, + { + "name": "nim-nmap", + "url": "https://github.com/blmvxer/nim-nmap", + "method": "git", + "tags": [ + "nmap", + "networking", + "network mapper", + "blmvxer" + ], + "description": "A pure implementaion of nmap for nim.", + "license": "MIT", + "web": "https://github.com/blmvxer/nim-nmap" } ] From d3723175e023a8a69cd06ea6b0d0c3bbaa91875d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20D=C3=B6ring?= Date: Tue, 19 Feb 2019 17:58:50 +0100 Subject: [PATCH 222/691] Added package fancygl (#1011) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index b17e53b..677da8e 100644 --- a/packages.json +++ b/packages.json @@ -12680,9 +12680,22 @@ "networking", "network mapper", "blmvxer" - ], + ], "description": "A pure implementaion of nmap for nim.", "license": "MIT", "web": "https://github.com/blmvxer/nim-nmap" + }, + { + "name": "fancygl", + "url": "https://github.com/krux02/opengl-sandbox", + "method": "git", + "tags": [ + "opengl", + "rendering", + "dsl" + ], + "description": "nice way of handling render code", + "license": "MIT", + "web": "https://github.com/krux02/opengl-sandbox" } ] From 77bfbbe86de810e06be0144b6468f6b8a05a4a4b Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 24 Feb 2019 07:56:53 -0300 Subject: [PATCH 223/691] Added package libravatar --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 677da8e..18e5099 100644 --- a/packages.json +++ b/packages.json @@ -12697,5 +12697,19 @@ "description": "nice way of handling render code", "license": "MIT", "web": "https://github.com/krux02/opengl-sandbox" + }, + { + "name": "libravatar", + "url": "https://github.com/juancarlospaco/nim-libravatar", + "method": "git", + "tags": [ + "libravatar", + "gravatar", + "avatar", + "federated" + ], + "description": "Libravatar library for Nim, Gravatar alternative. Libravatar is an open source free federated avatar api & service.", + "license": "PPL", + "web": "https://github.com/juancarlospaco/nim-libravatar" } ] From 6afe3b7c6b37955a12baca43d93ca3b971760d0e Mon Sep 17 00:00:00 2001 From: Bo Lingen Date: Sun, 24 Feb 2019 05:04:28 -0600 Subject: [PATCH 224/691] remove readme link to Nim "library overview" (#1013) * remove readme link to Nim "library overview" The referenced section was removed from Nim's documentation. * Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d889e63..e4b7cf9 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ This is a central listing of all packages for [Nimble](https://github.com/nim-lang/nimble), a package manager for the [Nim programming language](http://nim-lang.org). -An overview of all Nimble packages is available in the -[library documentation](https://nim-lang.org/docs/lib.html#nimble). +An overview of all the package is available at https://nimble.directory. NOTE: The packages listed here are not peer-reviewed or otherwise screened. We try to keep the list up-to-date but we cannot guarantee quality or maturity of the packages. From d5b731224c0b5ec934120689817b3cc15d870676 Mon Sep 17 00:00:00 2001 From: Marc Azar <43026186+MarcAzar@users.noreply.github.com> Date: Sun, 24 Feb 2019 17:08:51 +0200 Subject: [PATCH 225/691] Added Bip Buffer package (#1015) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 18e5099..443f8d9 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,19 @@ [ + { + "name": "BipBuffer", + "url": "https://github.com/MarcAzar/BipBuffer", + "method": "git", + "tags": [ + "Bip Buffer", + "Circular", + "Ring", + "Buffer", + "nim" + ], + "description": "A Nim implementation of Simon Cooke's Bip Buffer. A type of circular buffer ensuring contiguous blocks of memory", + "license": "MIT", + "web": "https://github.com/MarcAzar/BipBuffer" + }, { "name": "whip", "url": "https://github.com/mattaylor/whip", From 0350579bdbdde98e34a0173775748f731fef7f3c Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Wed, 27 Feb 2019 16:42:47 +0400 Subject: [PATCH 226/691] Added package norm (#1017) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 443f8d9..b329fea 100644 --- a/packages.json +++ b/packages.json @@ -12726,5 +12726,18 @@ "description": "Libravatar library for Nim, Gravatar alternative. Libravatar is an open source free federated avatar api & service.", "license": "PPL", "web": "https://github.com/juancarlospaco/nim-libravatar" + }, + { + "name": "norm", + "url": "https://github.com/moigagoo/norm", + "method": "git", + "tags": [ + "orm", + "db", + "database" + ], + "description": "Nim ORM.", + "license": "MIT", + "web": "https://github.com/moigagoo/norm" } ] From ce9b5a7fe2703fe673b135e59378b02cf2a1f4b3 Mon Sep 17 00:00:00 2001 From: Marc Azar <43026186+MarcAzar@users.noreply.github.com> Date: Wed, 27 Feb 2019 16:43:34 +0200 Subject: [PATCH 227/691] Added Cyclic Polynomial Hash package (#1019) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index b329fea..c83fc39 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,19 @@ [ + { + "name": "Cyclic-Polynomial-Hash", + "url": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash", + "method": "git", + "tags": [ + "Cyclic", + "Hash", + "BuzHash", + "Rolling", + "n-gram" + ], + "description": "A Nim implementation of a Cyclic Polynomial Hash, aka BuzHash", + "license": "MIT", + "web": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash" + }, { "name": "BipBuffer", "url": "https://github.com/MarcAzar/BipBuffer", From 9ff4c3e16767858968b877ea333c8e2dcb7de8dd Mon Sep 17 00:00:00 2001 From: Ephiiz <36703779+Ephiiz@users.noreply.github.com> Date: Thu, 28 Feb 2019 08:44:33 -0500 Subject: [PATCH 228/691] Added package simple_vector (#1020) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index c83fc39..4827850 100644 --- a/packages.json +++ b/packages.json @@ -12754,5 +12754,17 @@ "description": "Nim ORM.", "license": "MIT", "web": "https://github.com/moigagoo/norm" + }, + { + "name": "simple_vector", + "url": "https://github.com/Ephiiz/simple_vector", + "method": "git", + "tags": [ + "vector", + "simple_vector" + ], + "description": "Simple vector library for nim-lang.", + "license": "GNU Lesser General Public License v2.1", + "web": "https://github.com/Ephiiz/simple_vector" } ] From 1386f97f726f31757fca594741d3e611b491156e Mon Sep 17 00:00:00 2001 From: treeform Date: Sat, 2 Mar 2019 12:04:47 -0800 Subject: [PATCH 229/691] Add netpipe library. (#1022) Netpipe is a reliable UDP connection for Nim. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4827850..f502608 100644 --- a/packages.json +++ b/packages.json @@ -12766,5 +12766,17 @@ "description": "Simple vector library for nim-lang.", "license": "GNU Lesser General Public License v2.1", "web": "https://github.com/Ephiiz/simple_vector" + }, + { + "name": "netpipe", + "url": "https://github.com/treeform/netpipe/", + "method": "git", + "tags": [ + "networking", + "udp" + ], + "description": "Netpipe is a reliable UDP connection for Nim.", + "license": "MIT", + "web": "https://github.com/treeform/netpipe/" } ] From c4a40ef338327ae98918255bc26ab52aabe4cf89 Mon Sep 17 00:00:00 2001 From: ryukoposting <44929006+ryukoposting@users.noreply.github.com> Date: Sun, 3 Mar 2019 00:52:43 -0600 Subject: [PATCH 230/691] Added package fnv (#1023) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index f502608..df17dd9 100644 --- a/packages.json +++ b/packages.json @@ -12778,5 +12778,23 @@ "description": "Netpipe is a reliable UDP connection for Nim.", "license": "MIT", "web": "https://github.com/treeform/netpipe/" + }, + { + "name": "fnv", + "url": "https://gitlab.com/ryukoposting/nim-fnv", + "method": "git", + "tags": [ + "fnv", + "fnv1a", + "fnv1", + "fnv-1a", + "fnv-1", + "fnv0", + "fnv-0", + "ryukoposting" + ], + "description": "FNV-1 and FNV-1a non-cryptographic hash functions (documentation hosted at: http://ryuk.ooo/nimdocs/fnv/fnv.html)", + "license": "Apache-2.0", + "web": "https://gitlab.com/ryukoposting/nim-fnv" } ] From 6362a7e432ce0e112dc490b033cbfbba7674eea7 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Fri, 8 Mar 2019 00:09:37 +0000 Subject: [PATCH 231/691] Flag mofuw as abandoned https://github.com/2vg/mofuw has been archived --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index df17dd9..7040f9f 100644 --- a/packages.json +++ b/packages.json @@ -9054,7 +9054,8 @@ "tags": [ "web", "http", - "framework" + "framework", + "abandoned" ], "description": "mofuw is *MO*re *F*aster, *U*ltra *W*ebserver", "license": "MIT", From 7e1a2a79278629fa17c0407b69674b0a3f902c25 Mon Sep 17 00:00:00 2001 From: ThomasTJdev Date: Sat, 9 Mar 2019 05:34:07 +0100 Subject: [PATCH 232/691] Updated license --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index df17dd9..6f91974 100644 --- a/packages.json +++ b/packages.json @@ -9695,7 +9695,7 @@ "binary" ], "description": "A website management tool. Run the file and access your webpage.", - "license": "GPLv3", + "license": "PPL", "web": "https://nimwc.org/" }, { From ae942272b505a91826d6193707214dab159e8c4f Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 12 Mar 2019 15:12:08 +0200 Subject: [PATCH 233/691] Add libp2p --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index df17dd9..9da3043 100644 --- a/packages.json +++ b/packages.json @@ -6126,6 +6126,21 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-blscurve" }, + { + "name": "libp2p", + "url": "https://github.com/status-im/nim-libp2p", + "method": "git", + "tags": [ + "library", + "networking", + "libp2p", + "ipfs", + "ethereum" + ], + "description": "libp2p implementation in Nim", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-libp2p" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", From 581527fb1e4a041143747884a42b81239f68178d Mon Sep 17 00:00:00 2001 From: Xabier Bello Date: Thu, 14 Mar 2019 21:51:35 +0100 Subject: [PATCH 234/691] Added package notify (#1029) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 95844d5..bc5f057 100644 --- a/packages.json +++ b/packages.json @@ -12811,5 +12811,18 @@ "description": "FNV-1 and FNV-1a non-cryptographic hash functions (documentation hosted at: http://ryuk.ooo/nimdocs/fnv/fnv.html)", "license": "Apache-2.0", "web": "https://gitlab.com/ryukoposting/nim-fnv" + }, + { + "name": "notify", + "url": "https://github.com/xbello/notify-nim", + "method": "git", + "tags": [ + "notify", + "libnotify", + "library" + ], + "description": "A wrapper to notification libraries", + "license": "MIT", + "web": "https://github.com/xbello/notify-nim" } ] From 0610648bfb132751115241e8fd12c37a92c6c48c Mon Sep 17 00:00:00 2001 From: StefanSalewski Date: Fri, 15 Mar 2019 20:35:34 +0100 Subject: [PATCH 235/691] Added package minmaxheap (#1030) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index bc5f057..6b6f345 100644 --- a/packages.json +++ b/packages.json @@ -12824,5 +12824,18 @@ "description": "A wrapper to notification libraries", "license": "MIT", "web": "https://github.com/xbello/notify-nim" + }, + { + "name": "minmaxheap", + "url": "https://github.com/stefansalewski/minmaxheap", + "method": "git", + "tags": [ + "minmaxheap", + "heap", + "priorityqueue" + ], + "description": "MinMaxHeap", + "license": "MIT", + "web": "https://github.com/stefansalewski/minmaxheap" } ] From 1e26ae2fdd4b8964584466eadf5249fc49fc915a Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sun, 17 Mar 2019 16:23:00 +0000 Subject: [PATCH 236/691] Add dashing library (#1031) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6b6f345..7825f81 100644 --- a/packages.json +++ b/packages.json @@ -12837,5 +12837,18 @@ "description": "MinMaxHeap", "license": "MIT", "web": "https://github.com/stefansalewski/minmaxheap" + }, + { + "name": "dashing", + "url": "https://github.com/FedericoCeratto/nim-dashing", + "method": "git", + "tags": [ + "library", + "pure", + "terminal" + ], + "description": "Terminal dashboards.", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-dashing" } ] From 0b07710df8bb81972c34971cb4030c7aadb4cfb4 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 19 Mar 2019 07:52:18 -0300 Subject: [PATCH 237/691] Added package html_tools (#1033) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7825f81..6dc68da 100644 --- a/packages.json +++ b/packages.json @@ -12850,5 +12850,18 @@ "description": "Terminal dashboards.", "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-dashing" + }, + { + "name": "html_tools", + "url": "https://github.com/juancarlospaco/nim-html-tools", + "method": "git", + "tags": [ + "html", + "validation", + "frontend" + ], + "description": "HTML5 Tools for Nim, all Templates, No CSS, No Libs, No JS Framework", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-html-tools" } ] From 8306ca5c51be4868b07ca0d339be48e8ee530f9b Mon Sep 17 00:00:00 2001 From: Marc Azar <43026186+MarcAzar@users.noreply.github.com> Date: Tue, 19 Mar 2019 13:16:31 +0200 Subject: [PATCH 238/691] Marc azar patch 1 (#1032) * Added Cyclic Polynomial Hash package * Add BitVector package. * Update website pages of BipBuffer and Cyclic-Polynomial-Hash packages. --- packages.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 6dc68da..754df4c 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "BitVector", + "url": "https://github.com/MarcAzar/BitVector", + "method": "git", + "tags": [ + "Bit", + "Array", + "Vector", + "Bloom" + ], + "description": "A high performance Nim implementation of BitVector with base SomeUnsignedInt(i.e: uint8-64) with support for slices, and seq supported operations", + "license": "MIT", + "web": "https://marcazar.github.io/BitVector" + }, { "name": "Cyclic-Polynomial-Hash", "url": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash", @@ -12,7 +26,7 @@ ], "description": "A Nim implementation of a Cyclic Polynomial Hash, aka BuzHash", "license": "MIT", - "web": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash" + "web": "https://marcazar.github.io/Cyclic-Polynomial-Hash" }, { "name": "BipBuffer", @@ -27,7 +41,7 @@ ], "description": "A Nim implementation of Simon Cooke's Bip Buffer. A type of circular buffer ensuring contiguous blocks of memory", "license": "MIT", - "web": "https://github.com/MarcAzar/BipBuffer" + "web": "https://marcazar.github.io/BipBuffer" }, { "name": "whip", From 7cadaf339c00431912250789d746e03d4e845636 Mon Sep 17 00:00:00 2001 From: Ico Doornekamp Date: Tue, 19 Mar 2019 18:50:25 +0100 Subject: [PATCH 239/691] Added package npeg (#1034) --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages.json b/packages.json index 754df4c..48395ad 100644 --- a/packages.json +++ b/packages.json @@ -12877,5 +12877,25 @@ "description": "HTML5 Tools for Nim, all Templates, No CSS, No Libs, No JS Framework", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-html-tools" + }, + { + "name": "npeg", + "url": "https://github.com/zevv/npeg", + "method": "git", + "tags": [ + "PEG", + "parser", + "parsing", + "regexp", + "regular", + "grammar", + "lexer", + "lexing", + "pattern", + "matching" + ], + "description": "a PEG library", + "license": "MIT", + "web": "https://github.com/zevv/npeg" } ] From 0c95258d920a783b325e72710e44f14f81f74f21 Mon Sep 17 00:00:00 2001 From: Solitude Date: Thu, 21 Mar 2019 08:01:28 +0200 Subject: [PATCH 240/691] Add pinggraph (#1035) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 48395ad..fda3927 100644 --- a/packages.json +++ b/packages.json @@ -12897,5 +12897,17 @@ "description": "a PEG library", "license": "MIT", "web": "https://github.com/zevv/npeg" + }, + { + "name": "pinggraph", + "url": "https://github.com/SolitudeSF/pinggraph", + "method": "git", + "tags": [ + "ping", + "terminal" + ], + "description": "Simple terminal ping graph", + "license": "MIT", + "web": "https://github.com/SolitudeSF/pinggraph" } ] From c9d7f9e3ceb8a154758b8f0cda0b0b9a2366dd88 Mon Sep 17 00:00:00 2001 From: endes123321 Date: Thu, 21 Mar 2019 20:45:37 +0000 Subject: [PATCH 241/691] Update packages.json (#1036) added nimcdl package --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fda3927..acaf5df 100644 --- a/packages.json +++ b/packages.json @@ -12909,5 +12909,19 @@ "description": "Simple terminal ping graph", "license": "MIT", "web": "https://github.com/SolitudeSF/pinggraph" + }, + { + "name": "nimcdl", + "url": "https://gitlab.com/endes123321/nimcdl", + "method": "git", + "tags": [ + "circuit", + "HDL", + "PCB", + "DSL" + ], + "description": "Circuit Design language made in Nim", + "license": "GPLv3", + "web": "https://gitlab.com/endes123321/nimcdl" } ] From 1458bb35dce804d00428b8013e52691c64c57232 Mon Sep 17 00:00:00 2001 From: MrZoraman Date: Sat, 23 Mar 2019 23:41:20 -0700 Subject: [PATCH 242/691] Updated Omnilog's license (#1037) In the packages.json it was listed as MIT but on their git repo the license is LGPLv3. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index acaf5df..5feb3cb 100644 --- a/packages.json +++ b/packages.json @@ -4127,7 +4127,7 @@ "logs" ], "description": "Advanced logging library for Nim with structured logging, formatters, filters and writers.", - "license": "MIT", + "license": "LGPLv3", "web": "https://github.com/nim-appkit/omnilog" }, { From 966405781323b5a171368228c9bfd44db72bde50 Mon Sep 17 00:00:00 2001 From: Konstantin Kuchinin <4642651+coocheenin@users.noreply.github.com> Date: Tue, 26 Mar 2019 15:56:31 +0300 Subject: [PATCH 243/691] Added package easymail (#1038) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 5feb3cb..6c45711 100644 --- a/packages.json +++ b/packages.json @@ -12923,5 +12923,19 @@ "description": "Circuit Design language made in Nim", "license": "GPLv3", "web": "https://gitlab.com/endes123321/nimcdl" + }, + { + "name": "easymail", + "url": "https://github.com/coocheenin/easymail", + "method": "git", + "tags": [ + "email", + "sendmail", + "net", + "mail" + ], + "description": "wrapper for the sendmail command", + "license": "MIT", + "web": "https://github.com/coocheenin/easymail" } ] From 23f5bbb57b88abcd1e9b44f76d91f6c64b5a3f44 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 27 Mar 2019 06:11:32 +0000 Subject: [PATCH 244/691] Added package nim-libgd (#1040) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 6c45711..1547584 100644 --- a/packages.json +++ b/packages.json @@ -12937,5 +12937,20 @@ "description": "wrapper for the sendmail command", "license": "MIT", "web": "https://github.com/coocheenin/easymail" + }, + { + "name": "nim-libgd", + "url": "https://github.com/mrhdias/nim-libgd", + "method": "git", + "tags": [ + "image", + "graphics", + "wrapper", + "libgd", + "2d" + ], + "description": "Nim Wrapper for LibGD 2.x", + "license": "MIT", + "web": "https://github.com/mrhdias/nim-libgd" } ] From 6fc31c691b84573b54f4dc7b1cc638938d40ffff Mon Sep 17 00:00:00 2001 From: SilliBird <6666242+sillibird@users.noreply.github.com> Date: Wed, 27 Mar 2019 03:02:54 -0400 Subject: [PATCH 245/691] Added package luhncheck (#1041) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1547584..6bec1e0 100644 --- a/packages.json +++ b/packages.json @@ -12938,6 +12938,18 @@ "license": "MIT", "web": "https://github.com/coocheenin/easymail" }, + { + "name": "luhncheck", + "url": "https://github.com/sillibird/luhncheck", + "method": "git", + "tags": [ + "library", + "algorithm" + ], + "description": "Implementation of Luhn algorithm in nim.", + "license": "MIT", + "web": "https://github.com/sillibird/luhncheck" + }, { "name": "nim-libgd", "url": "https://github.com/mrhdias/nim-libgd", From fa8d67769c20d9dd9edfc1d6c9202b86d6d848ec Mon Sep 17 00:00:00 2001 From: Fabian Keller Date: Thu, 28 Mar 2019 06:24:42 +0100 Subject: [PATCH 246/691] Added package closure_methods (#1042) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 6bec1e0..474a53f 100644 --- a/packages.json +++ b/packages.json @@ -12964,5 +12964,20 @@ "description": "Nim Wrapper for LibGD 2.x", "license": "MIT", "web": "https://github.com/mrhdias/nim-libgd" + }, + { + "name": "closure_methods", + "url": "https://github.com/bluenote10/closure_methods", + "method": "git", + "tags": [ + "macro", + "inheritance", + "oop", + "closure", + "methods" + ], + "description": "Macro for building OOP class hierarchies based on closure methods.", + "license": "MIT", + "web": "https://github.com/bluenote10/closure_methods" } ] From e5f6cf402dc8b71e6ade2c04d61b44f4ff80e01b Mon Sep 17 00:00:00 2001 From: zer0-star <32029533+zer0-star@users.noreply.github.com> Date: Sun, 31 Mar 2019 15:12:54 +0900 Subject: [PATCH 247/691] Added package nim_curry (#1045) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 474a53f..37df222 100644 --- a/packages.json +++ b/packages.json @@ -12979,5 +12979,19 @@ "description": "Macro for building OOP class hierarchies based on closure methods.", "license": "MIT", "web": "https://github.com/bluenote10/closure_methods" + }, + { + "name": "nim_curry", + "url": "https://github.com/zer0-star/nim-curry", + "method": "git", + "tags": [ + "library", + "functional", + "macro", + "currying" + ], + "description": "Provides a macro to curry function", + "license": "MIT", + "web": "https://github.com/zer0-star/nim-curry" } ] From 66f02e96b18cd70a952cec2dc66a514aaf138ef9 Mon Sep 17 00:00:00 2001 From: jiro Date: Tue, 2 Apr 2019 21:56:47 +0900 Subject: [PATCH 248/691] Add package eastasianwidth1106 (#1046) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 37df222..ce805c0 100644 --- a/packages.json +++ b/packages.json @@ -12993,5 +12993,18 @@ "description": "Provides a macro to curry function", "license": "MIT", "web": "https://github.com/zer0-star/nim-curry" + }, + { + "name": "eastasianwidth", + "url": "https://github.com/jiro4989/eastasianwidth", + "method": "git", + "tags": [ + "library", + "text", + "east_asian_width" + ], + "description": "eastasianwidth is library for EastAsianWidth.", + "license": "MIT", + "web": "https://github.com/jiro4989/eastasianwidth" } ] From 164bf8890e065a0d96ecb4f8d81cc4c4a88c82b4 Mon Sep 17 00:00:00 2001 From: Solitude Date: Wed, 3 Apr 2019 08:28:52 +0300 Subject: [PATCH 249/691] add colorcol package (#1047) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ce805c0..6e5a3e4 100644 --- a/packages.json +++ b/packages.json @@ -13006,5 +13006,19 @@ "description": "eastasianwidth is library for EastAsianWidth.", "license": "MIT", "web": "https://github.com/jiro4989/eastasianwidth" + }, + { + "name": "colorcol", + "url": "https://github.com/SolitudeSF/colorcol", + "method": "git", + "tags": [ + "kakoune", + "plugin", + "color", + "preview" + ], + "description": "Kakoune plugin for color preview", + "license": "MIT", + "web": "https://github.com/SolitudeSF/colorcol" } ] From 842c005d4727eebb29b18f858e3c4e9fac114a9a Mon Sep 17 00:00:00 2001 From: Lolo Iccl Date: Thu, 4 Apr 2019 21:21:33 +0900 Subject: [PATCH 250/691] Added package nimly (#1048) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 6e5a3e4..bf8fec0 100644 --- a/packages.json +++ b/packages.json @@ -13020,5 +13020,17 @@ "description": "Kakoune plugin for color preview", "license": "MIT", "web": "https://github.com/SolitudeSF/colorcol" + }, + { + "name": "nimly", + "url": "https://github.com/loloiccl/nimly", + "method": "git", + "tags": [ + "v0.0.0", + "v0.1.0" + ], + "description": "A lexer generator and parser generator package work in Nim.", + "license": "GPL-3.0", + "web": "https://github.com/loloiccl/nimly" } ] From 6902b76fb05512ff9a4a6f3cb57415077a8a3241 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sun, 7 Apr 2019 08:14:20 +0100 Subject: [PATCH 251/691] Add fswatch package (#1049) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index bf8fec0..72f4f79 100644 --- a/packages.json +++ b/packages.json @@ -13032,5 +13032,19 @@ "description": "A lexer generator and parser generator package work in Nim.", "license": "GPL-3.0", "web": "https://github.com/loloiccl/nimly" + }, + { + "name": "fswatch", + "url": "https://github.com/FedericoCeratto/nim-fswatch", + "method": "git", + "tags": [ + "fswatch", + "fsmonitor", + "libfswatch", + "filesystem" + ], + "description": "Wrapper for the fswatch library.", + "license": "GPL-3.0", + "web": "https://github.com/FedericoCeratto/nim-fswatch" } ] From 11f2c44038d40414babc989f03560afb5f720c6e Mon Sep 17 00:00:00 2001 From: Marc Azar <43026186+MarcAzar@users.noreply.github.com> Date: Mon, 8 Apr 2019 10:22:50 +0300 Subject: [PATCH 252/691] add rolling hash (#1044) --- packages.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index 72f4f79..2e8516b 100644 --- a/packages.json +++ b/packages.json @@ -14,19 +14,23 @@ "web": "https://marcazar.github.io/BitVector" }, { - "name": "Cyclic-Polynomial-Hash", - "url": "https://github.com/MarcAzar/Cyclic-Polynomial-Hash", + "name": "RollingHash", + "url": "https://github.com/MarcAzar/RollingHash", "method": "git", "tags": [ "Cyclic", "Hash", "BuzHash", "Rolling", + "Rabin", + "Karp", + "CRC", + "Fingerprint", "n-gram" ], - "description": "A Nim implementation of a Cyclic Polynomial Hash, aka BuzHash", + "description": "A high performance Nim implementation of a Cyclic Polynomial Hash, aka BuzHash, and the Rabin-Karp algorithm", "license": "MIT", - "web": "https://marcazar.github.io/Cyclic-Polynomial-Hash" + "web": "https://marcazar.github.io/RollingHash" }, { "name": "BipBuffer", From cc175ec92e80cfe5ebbec61d94ae5b134278853c Mon Sep 17 00:00:00 2001 From: lihaifeng <10214028@qq.com> Date: Mon, 8 Apr 2019 23:44:19 +0800 Subject: [PATCH 253/691] Update packages.json (#1050) Add `parseini` library. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 2e8516b..b3c2d6c 100644 --- a/packages.json +++ b/packages.json @@ -13050,5 +13050,17 @@ "description": "Wrapper for the fswatch library.", "license": "GPL-3.0", "web": "https://github.com/FedericoCeratto/nim-fswatch" + }, + { + "name": "parseini", + "url": "https://github.com/lihf8515/parseini", + "method": "git", + "tags": [ + "parseini", + "nim" + ], + "description": "A high-performance ini parse library for nim.", + "license": "MIT", + "web": "https://github.com/lihf8515/parseini" } ] From a2c6f9d3503b1ee50b0693dc55efec5fe93117b4 Mon Sep 17 00:00:00 2001 From: Lolo Iccl Date: Thu, 11 Apr 2019 14:16:55 +0900 Subject: [PATCH 254/691] modify tags of nimly (#1054) --- packages.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index b3c2d6c..ef72c9c 100644 --- a/packages.json +++ b/packages.json @@ -13030,8 +13030,12 @@ "url": "https://github.com/loloiccl/nimly", "method": "git", "tags": [ - "v0.0.0", - "v0.1.0" + "BNF", + "EBNF", + "lexer", + "parser", + "lexer-generator", + "parser-generator" ], "description": "A lexer generator and parser generator package work in Nim.", "license": "GPL-3.0", From a96db6e76c99501607551afa62867851b68a04b1 Mon Sep 17 00:00:00 2001 From: "Ahmed T. Youssef" Date: Thu, 11 Apr 2019 20:44:20 +0200 Subject: [PATCH 255/691] Added package sonic (#1055) --- packages.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/packages.json b/packages.json index 2764c13..daac4fd 100644 --- a/packages.json +++ b/packages.json @@ -13031,12 +13031,12 @@ "url": "https://github.com/loloiccl/nimly", "method": "git", "tags": [ - "BNF", - "EBNF", - "lexer", - "parser", - "lexer-generator", - "parser-generator" + "BNF", + "EBNF", + "lexer", + "parser", + "lexer-generator", + "parser-generator" ], "description": "A lexer generator and parser generator package work in Nim.", "license": "GPL-3.0", @@ -13067,5 +13067,20 @@ "description": "A high-performance ini parse library for nim.", "license": "MIT", "web": "https://github.com/lihf8515/parseini" + }, + { + "name": "sonic", + "url": "https://github.com/xmonader/nim-sonic-client", + "method": "git", + "tags": [ + "sonic", + "search", + "backend", + "index", + "client" + ], + "description": "client for sonic search backend", + "license": "MIT", + "web": "https://github.com/xmonader/nim-sonic-client" } ] From b92b3fee62af12ad7426b8bf804de7bab7399c0e Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Fri, 12 Apr 2019 19:08:20 +0100 Subject: [PATCH 256/691] Add nim-science (#1056) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index daac4fd..fa14117 100644 --- a/packages.json +++ b/packages.json @@ -13082,5 +13082,19 @@ "description": "client for sonic search backend", "license": "MIT", "web": "https://github.com/xmonader/nim-sonic-client" + }, + { + "name": "science", + "url": "https://github.com/ruivieira/nim-science", + "method": "git", + "tags": [ + "science", + "algebra", + "statistics", + "math" + ], + "description": "A library for scientific computations in pure Nim", + "license": "Apache License 2.0", + "web": "https://github.com/ruivieira/nim-science" } ] From 5f30a80a0057010eda96a2f5006236602bb4c915 Mon Sep 17 00:00:00 2001 From: jiro Date: Sat, 13 Apr 2019 21:53:49 +0900 Subject: [PATCH 257/691] Add package gameoflife (#1057) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index fa14117..f31764b 100644 --- a/packages.json +++ b/packages.json @@ -13096,5 +13096,17 @@ "description": "A library for scientific computations in pure Nim", "license": "Apache License 2.0", "web": "https://github.com/ruivieira/nim-science" + }, + { + "name": "gameoflife", + "url": "https://github.com/jiro4989/gameoflife", + "method": "git", + "tags": [ + "gameoflife", + "library" + ], + "description": "gameoflife is library for Game of Life.", + "license": "MIT", + "web": "https://github.com/jiro4989/gameoflife" } ] From 29da914c1d4a750ccc3a0a2af63aa639b4606487 Mon Sep 17 00:00:00 2001 From: Fabian Keller Date: Sun, 14 Apr 2019 09:48:52 +0200 Subject: [PATCH 258/691] change required for closure_methods renaming (#1058) --- packages.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index f31764b..a1e6b76 100644 --- a/packages.json +++ b/packages.json @@ -12972,10 +12972,15 @@ }, { "name": "closure_methods", - "url": "https://github.com/bluenote10/closure_methods", + "alias": "oop_utils" + }, + { + "name": "oop_utils", + "url": "https://github.com/bluenote10/oop_utils", "method": "git", "tags": [ "macro", + "class", "inheritance", "oop", "closure", From c18149370b27265a8d3a645d7e0d96c688828e3e Mon Sep 17 00:00:00 2001 From: Victoria Guevara Date: Sun, 14 Apr 2019 17:08:30 +0300 Subject: [PATCH 259/691] Added package conio (#1064) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index a1e6b76..d20a15a 100644 --- a/packages.json +++ b/packages.json @@ -13113,5 +13113,18 @@ "description": "gameoflife is library for Game of Life.", "license": "MIT", "web": "https://github.com/jiro4989/gameoflife" + }, + { + "name": "conio", + "url": "https://github.com/guevara-chan/conio", + "method": "git", + "tags": [ + "console", + "terminal", + "io" + ], + "description": ".NET-inspired lightweight terminal library", + "license": "MIT", + "web": "https://github.com/guevara-chan/conio" } ] From b09956c08f3411aa174fbf5cb995d82f3e82f84d Mon Sep 17 00:00:00 2001 From: Ico Doornekamp Date: Sun, 14 Apr 2019 21:32:46 +0200 Subject: [PATCH 260/691] Updated description for NPeg (#1065) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index d20a15a..0766363 100644 --- a/packages.json +++ b/packages.json @@ -12899,7 +12899,7 @@ "pattern", "matching" ], - "description": "a PEG library", + "description": "PEG (Parsing Expression Grammars) string matching library for Nim", "license": "MIT", "web": "https://github.com/zevv/npeg" }, From e45dae304f54eff5cea65e3d2d96d0b369518ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Mon, 15 Apr 2019 08:40:43 +0200 Subject: [PATCH 261/691] add "nat_traversal" (#1066) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 0766363..8d18a2d 100644 --- a/packages.json +++ b/packages.json @@ -13126,5 +13126,17 @@ "description": ".NET-inspired lightweight terminal library", "license": "MIT", "web": "https://github.com/guevara-chan/conio" + }, + { + "name": "nat_traversal", + "url": "https://github.com/status-im/nim-nat-traversal", + "method": "git", + "tags": [ + "library", + "wrapper" + ], + "description": "miniupnpc and libnatpmp wrapper", + "license": "Apache License 2.0 or MIT", + "web": "https://github.com/status-im/nim-nat-traversal" } ] From df2d36fd6f722aecb91c79bb4a3c05e9a0860ec5 Mon Sep 17 00:00:00 2001 From: Jairo Date: Thu, 18 Apr 2019 19:09:57 +0200 Subject: [PATCH 262/691] Added package jsutils --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 8d18a2d..cfb1dad 100644 --- a/packages.json +++ b/packages.json @@ -13138,5 +13138,16 @@ "description": "miniupnpc and libnatpmp wrapper", "license": "Apache License 2.0 or MIT", "web": "https://github.com/status-im/nim-nat-traversal" + }, + { + "name": "jsutils", + "url": "https://github.com/kidandcat/jsutils", + "method": "git", + "tags": [ + "v0.1.0" + ], + "description": "Utils to work with javascript", + "license": "MIT", + "web": "https://github.com/kidandcat/jsutils" } ] From 6cbd19f263a476780eca7e0ae7bb4af3aad12a46 Mon Sep 17 00:00:00 2001 From: Jairo Date: Thu, 18 Apr 2019 20:04:46 +0200 Subject: [PATCH 263/691] Update packages.json --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index cfb1dad..754a855 100644 --- a/packages.json +++ b/packages.json @@ -13144,7 +13144,8 @@ "url": "https://github.com/kidandcat/jsutils", "method": "git", "tags": [ - "v0.1.0" + "library", + "javascript" ], "description": "Utils to work with javascript", "license": "MIT", From 5a15aad6f7d7d780a310415ecf9158e1f156af8e Mon Sep 17 00:00:00 2001 From: jiro4989 Date: Sun, 21 Apr 2019 10:34:53 +0900 Subject: [PATCH 264/691] Added package pnm --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 754a855..cb090ab 100644 --- a/packages.json +++ b/packages.json @@ -13150,5 +13150,18 @@ "description": "Utils to work with javascript", "license": "MIT", "web": "https://github.com/kidandcat/jsutils" + }, + { + "name": "pnm", + "url": "https://github.com/jiro4989/pnm", + "method": "git", + "tags": [ + "pnm", + "image", + "library" + ], + "description": "pnm is library for PNM (Portable AnyMap).", + "license": "MIT", + "web": "https://github.com/jiro4989/pnm" } ] From 1eb98daf8d6767ffd75ccc3d2ca012e2b38c6644 Mon Sep 17 00:00:00 2001 From: jiro Date: Tue, 23 Apr 2019 14:43:38 +0900 Subject: [PATCH 265/691] Added package ski (#1070) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index cb090ab..a58a06a 100644 --- a/packages.json +++ b/packages.json @@ -13163,5 +13163,18 @@ "description": "pnm is library for PNM (Portable AnyMap).", "license": "MIT", "web": "https://github.com/jiro4989/pnm" + }, + { + "name": "ski", + "url": "https://github.com/jiro4989/ski", + "method": "git", + "tags": [ + "ski", + "combinator", + "library" + ], + "description": "ski is library for SKI combinator.", + "license": "MIT", + "web": "https://github.com/jiro4989/ski" } ] From 38f46ad19759a20c17be5cba161685d582348b7d Mon Sep 17 00:00:00 2001 From: jrfondren <41455523+jrfondren@users.noreply.github.com> Date: Tue, 23 Apr 2019 01:27:32 -0500 Subject: [PATCH 266/691] Added package getr (#1069) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index a58a06a..cd7a9cb 100644 --- a/packages.json +++ b/packages.json @@ -13151,6 +13151,18 @@ "license": "MIT", "web": "https://github.com/kidandcat/jsutils" }, + { + "name": "getr", + "url": "https://github.com/jrfondren/getr-nim", + "method": "git", + "tags": [ + "benchmark", + "utility" + ], + "description": "Benchmarking wrapper around getrusage()", + "license": "MIT", + "web": "https://github.com/jrfondren/getr-nim" + }, { "name": "pnm", "url": "https://github.com/jiro4989/pnm", From 6ce24cb665890d6182ac966f32d1bcdebbebbca1 Mon Sep 17 00:00:00 2001 From: Solitude Date: Thu, 25 Apr 2019 09:03:41 +0300 Subject: [PATCH 267/691] Add imageman package (#1071) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index cd7a9cb..d079f8b 100644 --- a/packages.json +++ b/packages.json @@ -13188,5 +13188,19 @@ "description": "ski is library for SKI combinator.", "license": "MIT", "web": "https://github.com/jiro4989/ski" + }, + { + "name": "imageman", + "url": "https://github.com/SolitudeSF/imageman", + "method": "git", + "tags": [ + "image", + "graphics", + "processing", + "manipulation" + ], + "description": "Image manipulation library", + "license": "MIT", + "web": "https://github.com/SolitudeSF/imageman" } ] From 75045c882298a8f9d6e560be5d46df938fbc6a80 Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Tue, 30 Apr 2019 10:44:47 +0100 Subject: [PATCH 268/691] Add matplotnim (#1072) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index d079f8b..72d471b 100644 --- a/packages.json +++ b/packages.json @@ -13202,5 +13202,20 @@ "description": "Image manipulation library", "license": "MIT", "web": "https://github.com/SolitudeSF/imageman" + }, + { + "name": "matplotnim", + "url": "https://github.com/ruivieira/matplotnim", + "method": "git", + "tags": [ + "science", + "plotting", + "graphics", + "wrapper", + "library" + ], + "description": "A Nim wrapper for Python's matplotlib", + "license": "Apache License 2.0", + "web": "https://github.com/ruivieira/matplotnim" } ] From 2cdd363a34c3dcdc8e0e9b5818347803b10f7bca Mon Sep 17 00:00:00 2001 From: Victoria Guevara Date: Fri, 3 May 2019 10:24:51 +0300 Subject: [PATCH 269/691] Added package cliptomania (#1073) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 72d471b..d0969e1 100644 --- a/packages.json +++ b/packages.json @@ -13217,5 +13217,17 @@ "description": "A Nim wrapper for Python's matplotlib", "license": "Apache License 2.0", "web": "https://github.com/ruivieira/matplotnim" + }, + { + "name": "cliptomania", + "url": "https://github.com/Guevara-chan/Cliptomania", + "method": "git", + "tags": [ + "clip", + "clipboard" + ], + "description": ".NET-inspired lightweight clipboard library", + "license": "MIT", + "web": "https://github.com/Guevara-chan/Cliptomania" } ] From cc7868f7d1ec59047fa9604c3aa0063e03998057 Mon Sep 17 00:00:00 2001 From: Solitude Date: Sun, 5 May 2019 09:23:01 +0300 Subject: [PATCH 270/691] Added package mpdclient (#1074) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d0969e1..e1b31e9 100644 --- a/packages.json +++ b/packages.json @@ -13229,5 +13229,19 @@ "description": ".NET-inspired lightweight clipboard library", "license": "MIT", "web": "https://github.com/Guevara-chan/Cliptomania" + }, + { + "name": "mpdclient", + "url": "https://github.com/SolitudeSF/mpdclient", + "method": "git", + "tags": [ + "mpd", + "music", + "player", + "client" + ], + "description": "MPD client library", + "license": "MIT", + "web": "https://github.com/SolitudeSF/mpdclient" } ] From 8c1e5e9f50e7fdfc1969a0c2a2eb22061a47263d Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Tue, 7 May 2019 12:56:35 +0100 Subject: [PATCH 271/691] Add nim-mentat (https://github.com/ruivieira/nim-mentat) (#1075) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index e1b31e9..bf4ed28 100644 --- a/packages.json +++ b/packages.json @@ -13243,5 +13243,21 @@ "description": "MPD client library", "license": "MIT", "web": "https://github.com/SolitudeSF/mpdclient" + }, + { + "name": "mentat", + "url": "https://github.com/ruivieira/nim-mentat", + "method": "git", + "tags": [ + "science", + "machine-learning", + "data-science", + "statistics", + "math", + "library" + ], + "description": "A Nim library for data science and machine learning", + "license": "Apache License 2.0", + "web": "https://github.com/ruivieira/nim-mentat" } ] From e0318de63b242ade81814ab7b1101ea43b42f837 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Tue, 7 May 2019 11:41:59 -0400 Subject: [PATCH 272/691] Added package svdpi (#1076) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index bf4ed28..16dddf9 100644 --- a/packages.json +++ b/packages.json @@ -13259,5 +13259,19 @@ "description": "A Nim library for data science and machine learning", "license": "Apache License 2.0", "web": "https://github.com/ruivieira/nim-mentat" + }, + { + "name": "svdpi", + "url": "https://github.com/kaushalmodi/nim-svdpi", + "method": "git", + "tags": [ + "dpi-c", + "systemverilog", + "foreign-function", + "interface" + ], + "description": "Small wrapper for SystemVerilog DPI-C header svdpi.h", + "license": "MIT", + "web": "https://github.com/kaushalmodi/nim-svdpi" } ] From 18561258d8840c3a46df43af19743fab9fe77ab8 Mon Sep 17 00:00:00 2001 From: Solitude Date: Tue, 7 May 2019 19:41:23 +0300 Subject: [PATCH 273/691] Add package shlex (#1077) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 16dddf9..251144b 100644 --- a/packages.json +++ b/packages.json @@ -13273,5 +13273,19 @@ "description": "Small wrapper for SystemVerilog DPI-C header svdpi.h", "license": "MIT", "web": "https://github.com/kaushalmodi/nim-svdpi" + }, + { + "name": "shlex", + "url": "https://github.com/SolitudeSF/shlex", + "method": "git", + "tags": [ + "shlex", + "shell", + "parse", + "split" + ], + "description": "Library for splitting a string into shell words", + "license": "MIT", + "web": "https://github.com/SolitudeSF/shlex" } ] From e8ee2fd369e3366cb8eccf821db5864fba5cf41f Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 8 May 2019 00:12:26 +0100 Subject: [PATCH 274/691] Add Prometheus package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 251144b..17e70ff 100644 --- a/packages.json +++ b/packages.json @@ -13287,5 +13287,18 @@ "description": "Library for splitting a string into shell words", "license": "MIT", "web": "https://github.com/SolitudeSF/shlex" + }, + { + "name": "prometheus", + "url": "https://github.com/dom96/prometheus", + "method": "git", + "tags": [ + "metrics", + "logging", + "graphs" + ], + "description": "Library for exposing metrics to Prometheus", + "license": "MIT", + "web": "https://github.com/dom96/prometheus" } ] From 1c512ce59b20fdffb19da989d16eb3484edf227b Mon Sep 17 00:00:00 2001 From: John Conway Date: Thu, 9 May 2019 15:49:40 +0100 Subject: [PATCH 275/691] Added package feednim (#1078) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 17e70ff..cde0643 100644 --- a/packages.json +++ b/packages.json @@ -13300,5 +13300,16 @@ "description": "Library for exposing metrics to Prometheus", "license": "MIT", "web": "https://github.com/dom96/prometheus" + }, + { + "name": "feednim", + "url": "https://github.com/johnconway/feed-nim", + "method": "git", + "tags": [ + "yes" + ], + "description": "An Atom, RSS, and JSONfeed parser", + "license": "MIT", + "web": "https://github.com/johnconway/feed-nim" } ] From 60e878994a2b89e20ba00be73ad3b9e701ae6c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Czapli=C5=84ski?= Date: Mon, 20 May 2019 06:40:27 +0200 Subject: [PATCH 276/691] Added package dali (#1080) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index cde0643..1437d6a 100644 --- a/packages.json +++ b/packages.json @@ -13311,5 +13311,20 @@ "description": "An Atom, RSS, and JSONfeed parser", "license": "MIT", "web": "https://github.com/johnconway/feed-nim" + }, + { + "name": "dali", + "url": "https://github.com/akavel/dali", + "method": "git", + "tags": [ + "android", + "apk", + "dalvik", + "dex", + "assembler" + ], + "description": "Indie assembler/linker for Android's Dalvik VM .dex & .apk files", + "license": "AGPL-3.0", + "web": "https://github.com/akavel/dali" } ] From 1ec87a75c54cd08b11f8cab78743dcf0fda71e84 Mon Sep 17 00:00:00 2001 From: Jon Renner Date: Mon, 20 May 2019 01:11:13 -0500 Subject: [PATCH 277/691] Added package simplepng (#1079) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1437d6a..e5fa8b5 100644 --- a/packages.json +++ b/packages.json @@ -13312,6 +13312,18 @@ "license": "MIT", "web": "https://github.com/johnconway/feed-nim" }, + { + "name": "simplepng", + "url": "https://github.com/jrenner/nim-simplepng", + "method": "git", + "tags": [ + "png", + "image" + ], + "description": "high level simple way to write PNGs", + "license": "MIT", + "web": "https://github.com/jrenner/nim-simplepng" + }, { "name": "dali", "url": "https://github.com/akavel/dali", From 088b4c2657766a68409872f999ab9e9005c3e426 Mon Sep 17 00:00:00 2001 From: jiro Date: Fri, 24 May 2019 18:36:14 +0900 Subject: [PATCH 278/691] Add package rect (#1081) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e5fa8b5..97f5634 100644 --- a/packages.json +++ b/packages.json @@ -13338,5 +13338,19 @@ "description": "Indie assembler/linker for Android's Dalvik VM .dex & .apk files", "license": "AGPL-3.0", "web": "https://github.com/akavel/dali" + }, + { + "name": "rect", + "url": "https://github.com/jiro4989/rect", + "method": "git", + "tags": [ + "cli", + "tool", + "text", + "rectangle" + ], + "description": "rect is a command to crop/paste rectangle text.", + "license": "MIT", + "web": "https://github.com/jiro4989/rect" } ] From 2fb5143a6d9a418b63dcdb6b63d3a11811443ce5 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Sat, 25 May 2019 02:33:44 -0400 Subject: [PATCH 279/691] Added package p4ztag_to_json (#1082) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 97f5634..e4469c1 100644 --- a/packages.json +++ b/packages.json @@ -13352,5 +13352,20 @@ "description": "rect is a command to crop/paste rectangle text.", "license": "MIT", "web": "https://github.com/jiro4989/rect" + }, + { + "name": "p4ztag_to_json", + "url": "https://github.com/kaushalmodi/p4ztag_to_json", + "method": "git", + "tags": [ + "perforce", + "p4", + "ztag", + "serialization-format", + "json" + ], + "description": "Convert Helix Version Control / Perforce (p4) -ztag output to JSON", + "license": "MIT", + "web": "https://github.com/kaushalmodi/p4ztag_to_json" } ] From bd42c248d6dfbf7eae513a6b0a6af7b4720422b6 Mon Sep 17 00:00:00 2001 From: xmonader Date: Wed, 29 May 2019 07:57:49 +0200 Subject: [PATCH 280/691] Added package terminaltables (#1083) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e4469c1..08386b6 100644 --- a/packages.json +++ b/packages.json @@ -13367,5 +13367,19 @@ "description": "Convert Helix Version Control / Perforce (p4) -ztag output to JSON", "license": "MIT", "web": "https://github.com/kaushalmodi/p4ztag_to_json" + }, + { + "name": "terminaltables", + "url": "https://github.com/xmonader/nim-terminaltables", + "method": "git", + "tags": [ + "terminal", + "tables", + "ascii", + "unicode" + ], + "description": "terminal tables", + "license": "BSD-3-Clause", + "web": "https://github.com/xmonader/nim-terminaltables" } ] From bab0824db60aa1a78e70f5d46e13ff046c620770 Mon Sep 17 00:00:00 2001 From: jiro Date: Thu, 30 May 2019 18:21:49 +0900 Subject: [PATCH 281/691] Added package alignment (#1084) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 08386b6..a34419f 100644 --- a/packages.json +++ b/packages.json @@ -13381,5 +13381,20 @@ "description": "terminal tables", "license": "BSD-3-Clause", "web": "https://github.com/xmonader/nim-terminaltables" + }, + { + "name": "alignment", + "url": "https://github.com/jiro4989/alignment", + "method": "git", + "tags": [ + "library", + "text", + "align", + "string", + "strutils" + ], + "description": "alignment is a library to align strings.", + "license": "MIT", + "web": "https://github.com/jiro4989/alignment" } ] From 7ebf94eee4766780ade4a67bae2ea0d13de20fdb Mon Sep 17 00:00:00 2001 From: Dario Lah Date: Fri, 31 May 2019 21:39:06 +0200 Subject: [PATCH 282/691] Added package niup (#1085) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index a34419f..601c6bf 100644 --- a/packages.json +++ b/packages.json @@ -13396,5 +13396,18 @@ "description": "alignment is a library to align strings.", "license": "MIT", "web": "https://github.com/jiro4989/alignment" + }, + { + "name": "niup", + "url": "https://github.com/dariolah/niup", + "method": "git", + "tags": [ + "iup", + "gui", + "nim" + ], + "description": "IUP FFI bindings", + "license": "MIT", + "web": "https://github.com/dariolah/niup" } ] From 42783c2ef5ad714add594c80b62c5da4b62966f8 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sat, 1 Jun 2019 14:35:38 +0100 Subject: [PATCH 283/691] Add libgcrypt (#1086) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 601c6bf..f42d68d 100644 --- a/packages.json +++ b/packages.json @@ -13409,5 +13409,19 @@ "description": "IUP FFI bindings", "license": "MIT", "web": "https://github.com/dariolah/niup" + }, + { + "name": "libgcrypt", + "url": "https://github.com/FedericoCeratto/nim-libgcrypt", + "method": "git", + "tags": [ + "wrapper", + "library", + "security", + "crypto" + ], + "description": "libgcrypt wrapper", + "license": "LGPLv2.1", + "web": "https://github.com/FedericoCeratto/nim-libgcrypt" } ] From a80fc6543f9daaedc0e24fbaa679c9057b5cbf16 Mon Sep 17 00:00:00 2001 From: ehmry Date: Tue, 4 Jun 2019 17:28:11 +0200 Subject: [PATCH 284/691] Added package toxcore (#1090) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f42d68d..2e68a18 100644 --- a/packages.json +++ b/packages.json @@ -13423,5 +13423,18 @@ "description": "libgcrypt wrapper", "license": "LGPLv2.1", "web": "https://github.com/FedericoCeratto/nim-libgcrypt" + }, + { + "name": "toxcore", + "url": "https://github.com/ehmry/nim_tox", + "method": "git", + "tags": [ + "tox", + "chat", + "wrapper" + ], + "description": "C Tox core wrapper", + "license": "GPL-3.0", + "web": "https://github.com/ehmry/nim_tox" } ] From 2e8ee7a0291eb8d418a5d5335aae59cfb9e26676 Mon Sep 17 00:00:00 2001 From: Solitude Date: Tue, 4 Jun 2019 18:49:58 +0300 Subject: [PATCH 285/691] Add packages: masterpassword, mpwc (#1091) --- packages.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/packages.json b/packages.json index 2e68a18..9845e1e 100644 --- a/packages.json +++ b/packages.json @@ -13424,6 +13424,33 @@ "license": "LGPLv2.1", "web": "https://github.com/FedericoCeratto/nim-libgcrypt" }, + { + "name": "masterpassword", + "url": "https://github.com/SolitudeSF/masterpassword", + "method": "git", + "tags": [ + "masterpassword", + "password", + "stateless" + ], + "description": "Master Password algorith implementation", + "license": "MIT", + "web": "https://github.com/SolitudeSF/masterpassword" + }, + { + "name": "mpwc", + "url": "https://github.com/SolitudeSF/mpwc", + "method": "git", + "tags": [ + "masterpassword", + "password", + "manager", + "stateless" + ], + "description": "Master Password command line utility", + "license": "MIT", + "web": "https://github.com/SolitudeSF/mpwc" + }, { "name": "toxcore", "url": "https://github.com/ehmry/nim_tox", From 7470bfcaeb1ebaeb146d1a9b790f44e8cca55957 Mon Sep 17 00:00:00 2001 From: iLiquid Date: Thu, 6 Jun 2019 20:28:34 +0200 Subject: [PATCH 286/691] Added package rapid (#1092) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 9845e1e..36fbaae 100644 --- a/packages.json +++ b/packages.json @@ -13463,5 +13463,20 @@ "description": "C Tox core wrapper", "license": "GPL-3.0", "web": "https://github.com/ehmry/nim_tox" + }, + { + "name": "rapid", + "url": "https://github.com/liquid600pgm/rapid", + "method": "git", + "tags": [ + "game", + "engine", + "2d", + "graphics", + "audio" + ], + "description": "A game engine for rapid development and easy prototyping", + "license": "MIT", + "web": "https://github.com/liquid600pgm/rapid" } ] From efdcc9f9315e9f3c026bfe101b61ce88f01d1db6 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Fri, 7 Jun 2019 21:45:33 +0100 Subject: [PATCH 287/691] Add GnuTLS wrapper (#1094) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 36fbaae..613ee0a 100644 --- a/packages.json +++ b/packages.json @@ -13478,5 +13478,19 @@ "description": "A game engine for rapid development and easy prototyping", "license": "MIT", "web": "https://github.com/liquid600pgm/rapid" + }, + { + "name": "gnutls", + "url": "https://github.com/FedericoCeratto/nim-gnutls", + "method": "git", + "tags": [ + "wrapper", + "library", + "security", + "crypto" + ], + "description": "GnuTLS wrapper", + "license": "LGPLv2.1", + "web": "https://github.com/FedericoCeratto/nim-gnutls" } ] From 3ced7f1ba160eccf2236f58e0de7a38f49312e32 Mon Sep 17 00:00:00 2001 From: Volodymyr Melnychuk Date: Wed, 12 Jun 2019 14:21:52 +0300 Subject: [PATCH 288/691] add news package (#1095) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 613ee0a..efad3ba 100644 --- a/packages.json +++ b/packages.json @@ -13492,5 +13492,17 @@ "description": "GnuTLS wrapper", "license": "LGPLv2.1", "web": "https://github.com/FedericoCeratto/nim-gnutls" + }, + { + "name": "news", + "url": "https://github.com/tormund/news", + "method": "git", + "tags": [ + "websocket", + "chronos" + ], + "description": "Easy websocket with chronos support", + "license": "MIT", + "web": "https://github.com/tormund/news" } ] From 57b66e58ab2aa22c265646a3bde5ea079b9f0b21 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Fri, 14 Jun 2019 06:19:36 +0100 Subject: [PATCH 289/691] Add Tor helper library (#1096) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index efad3ba..8beec97 100644 --- a/packages.json +++ b/packages.json @@ -13504,5 +13504,20 @@ "description": "Easy websocket with chronos support", "license": "MIT", "web": "https://github.com/tormund/news" + }, + { + "name": "tor", + "url": "https://github.com/FedericoCeratto/nim-tor", + "method": "git", + "tags": [ + "library", + "security", + "crypto", + "tor", + "onion" + ], + "description": "Tor helper library", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-tor" } ] From 29038ddac72de53404883c4b2425f5268d961de5 Mon Sep 17 00:00:00 2001 From: jiro Date: Fri, 21 Jun 2019 02:06:56 +0900 Subject: [PATCH 290/691] Add package nimjson (#1097) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 8beec97..e26e8fa 100644 --- a/packages.json +++ b/packages.json @@ -13519,5 +13519,20 @@ "description": "Tor helper library", "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-tor" + }, + { + "name": "nimjson", + "url": "https://github.com/jiro4989/nimjson", + "method": "git", + "tags": [ + "lib", + "cli", + "command", + "json", + "library" + ], + "description": "nimjson generates nim object definitions from json documents.", + "license": "MIT", + "web": "https://github.com/jiro4989/nimjson" } ] From 7dc8e195ba753c2b61079c6123ac43ae1eeb7e5b Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Thu, 20 Jun 2019 14:16:36 -0400 Subject: [PATCH 291/691] Updating the bignum package source to a fork that works on Nim 0.20 The original repo https://github.com/FedeOmoto/bignum hasn't been maintained in many years. I am not an expert in bignum but I am maintaining a fork of it that runs with the latest stable Nim version (v0.20.0 as of today). --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index e26e8fa..60b19aa 100644 --- a/packages.json +++ b/packages.json @@ -2989,7 +2989,7 @@ }, { "name": "bignum", - "url": "https://github.com/FedeOmoto/bignum", + "url": "https://github.com/kaushalmodi/bignum", "method": "git", "tags": [ "bignum", @@ -2998,7 +2998,7 @@ ], "description": "Wrapper around the GMP bindings for the Nim language.", "license": "MIT", - "web": "https://github.com/FedeOmoto/bignum" + "web": "https://github.com/kaushalmodi/bignum" }, { "name": "rbtree", From 68b2951e47d0870fccff8467d1077cfcb8669126 Mon Sep 17 00:00:00 2001 From: nepeckman Date: Fri, 21 Jun 2019 01:41:46 -0400 Subject: [PATCH 292/691] Added nerve rpc framework (#1099) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 60b19aa..1941fe2 100644 --- a/packages.json +++ b/packages.json @@ -13534,5 +13534,21 @@ "description": "nimjson generates nim object definitions from json documents.", "license": "MIT", "web": "https://github.com/jiro4989/nimjson" + }, + { + "name": "nerve", + "url": "https://github.com/nepeckman/nerve-rpc", + "method": "git", + "tags": [ + "rpc", + "framework", + "web", + "json", + "api", + "library" + ], + "description": "A RPC framework for building web APIs", + "license": "MIT", + "web": "https://github.com/nepeckman/nerve-rpc" } ] From 3974d405b4567e552e5509d40cc2bbec2c481d1a Mon Sep 17 00:00:00 2001 From: Hermes Junior <34722728+OHermesJunior@users.noreply.github.com> Date: Mon, 24 Jun 2019 13:51:54 +0200 Subject: [PATCH 293/691] Added package lolcat (#1100) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 1941fe2..5a6a31b 100644 --- a/packages.json +++ b/packages.json @@ -13550,5 +13550,20 @@ "description": "A RPC framework for building web APIs", "license": "MIT", "web": "https://github.com/nepeckman/nerve-rpc" + }, + { + "name": "lolcat", + "url": "https://github.com/OHermesJunior/lolcat.nim", + "method": "git", + "tags": [ + "lolcat", + "binary", + "tool", + "colors", + "fun" + ], + "description": "lolcat implementation in Nim", + "license": "MIT", + "web": "https://github.com/OHermesJunior/lolcat.nim" } ] From b6b3b5eb07e6ef3c3b3324b0a5d4f6505aff500b Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Tue, 25 Jun 2019 14:24:34 +0700 Subject: [PATCH 294/691] Added package dnsclient (#1101) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 5a6a31b..7f8a31a 100644 --- a/packages.json +++ b/packages.json @@ -13565,5 +13565,17 @@ "description": "lolcat implementation in Nim", "license": "MIT", "web": "https://github.com/OHermesJunior/lolcat.nim" + }, + { + "name": "dnsclient", + "url": "https://github.com/ba0f3/dnsclient.nim", + "method": "git", + "tags": [ + "dns", + "dnsclient" + ], + "description": "Simple DNS Client & Library", + "license": "MIT", + "web": "https://github.com/ba0f3/dnsclient.nim" } ] From e16d413c57e115aa4b8febd2824b7d6ef6a91970 Mon Sep 17 00:00:00 2001 From: Hermes Junior <34722728+OHermesJunior@users.noreply.github.com> Date: Wed, 26 Jun 2019 21:09:45 +0200 Subject: [PATCH 295/691] Added package rain (#1102) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7f8a31a..b53781a 100644 --- a/packages.json +++ b/packages.json @@ -13577,5 +13577,19 @@ "description": "Simple DNS Client & Library", "license": "MIT", "web": "https://github.com/ba0f3/dnsclient.nim" + }, + { + "name": "rain", + "url": "https://github.com/OHermesJunior/rain.nim", + "method": "git", + "tags": [ + "rain", + "simulation", + "terminal", + "fun" + ], + "description": "Rain simulation in your terminal", + "license": "MIT", + "web": "https://github.com/OHermesJunior/rain.nim" } ] From 133b645f28d6ec4f4d236903251af008c33b3d10 Mon Sep 17 00:00:00 2001 From: alaviss Date: Thu, 27 Jun 2019 14:57:25 +0700 Subject: [PATCH 296/691] Added package kmod (#1103) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index b53781a..32aa1e3 100644 --- a/packages.json +++ b/packages.json @@ -13591,5 +13591,17 @@ "description": "Rain simulation in your terminal", "license": "MIT", "web": "https://github.com/OHermesJunior/rain.nim" + }, + { + "name": "kmod", + "url": "https://github.com/alaviss/kmod", + "method": "git", + "tags": [ + "kmod", + "wrapper" + ], + "description": "High-level wrapper for Linux's kmod library", + "license": "ISC", + "web": "https://github.com/alaviss/kmod" } ] From 628f5c42ed2c36359dea66db212572cee4dc6baa Mon Sep 17 00:00:00 2001 From: Akito13 Date: Thu, 27 Jun 2019 16:35:44 +0200 Subject: [PATCH 297/691] Added package "validateip" (#1104) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 32aa1e3..519f1ac 100644 --- a/packages.json +++ b/packages.json @@ -13603,5 +13603,20 @@ "description": "High-level wrapper for Linux's kmod library", "license": "ISC", "web": "https://github.com/alaviss/kmod" + }, + { + "name": "validateip", + "url": "https://github.com/Akito13/nim-validateip", + "method": "git", + "tags": [ + "ip", + "ipaddress", + "ipv4", + "ip4", + "checker", + "check" + ], + "description": "Checks if a provided string is actually a correct IP address. Supports detection of Class A to D of IPv4 addresses.", + "license": "GPLv3+" } ] From 31c2773a86067c0cb74614bbaf0d9675ccf288dc Mon Sep 17 00:00:00 2001 From: Hermes Junior <34722728+OHermesJunior@users.noreply.github.com> Date: Thu, 27 Jun 2019 20:57:32 +0200 Subject: [PATCH 298/691] Added package RC4 (#1105) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 519f1ac..00b7ab5 100644 --- a/packages.json +++ b/packages.json @@ -13618,5 +13618,20 @@ ], "description": "Checks if a provided string is actually a correct IP address. Supports detection of Class A to D of IPv4 addresses.", "license": "GPLv3+" + }, + { + "name": "RC4", + "url": "https://github.com/OHermesJunior/nimRC4", + "method": "git", + "tags": [ + "RC4", + "encryption", + "library", + "crypto", + "simple" + ], + "description": "RC4 library implementation", + "license": "MIT", + "web": "https://github.com/OHermesJunior/nimRC4" } ] From d3b1af93f3ef590dc174ea73ae4978301ca2ef84 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 28 Jun 2019 08:43:42 -0300 Subject: [PATCH 299/691] Added package contra (#1106) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 00b7ab5..f993439 100644 --- a/packages.json +++ b/packages.json @@ -13633,5 +13633,19 @@ "description": "RC4 library implementation", "license": "MIT", "web": "https://github.com/OHermesJunior/nimRC4" + }, + { + "name": "contra", + "url": "https://github.com/juancarlospaco/nim-contra", + "method": "git", + "tags": [ + "contract", + "nimscript", + "javascript", + "compiletime" + ], + "description": "Lightweight Contract Programming, Design by Contract, on 9 LoC, NimScript, JavaScript, compile-time.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-contra" } ] From baa4017e01faef9980bf5a3c196e9cdfdc2d191e Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Wed, 3 Jul 2019 04:12:23 -0700 Subject: [PATCH 300/691] Added package wings (#1109) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index f993439..d29d1ff 100644 --- a/packages.json +++ b/packages.json @@ -13647,5 +13647,20 @@ "description": "Lightweight Contract Programming, Design by Contract, on 9 LoC, NimScript, JavaScript, compile-time.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-contra" + }, + { + "name": "wings", + "url": "https://github.com/binhonglee/wings", + "method": "git", + "tags": [ + "library", + "binary", + "codegen", + "struct", + "enum" + ], + "description": "A simple cross language struct and enum file generator.", + "license": "MIT", + "web": "https://github.com/binhonglee/wings" } ] From 1b54edd0c2b2193bf37d2785767f7059c0a85677 Mon Sep 17 00:00:00 2001 From: Akito13 Date: Thu, 4 Jul 2019 09:24:11 +0200 Subject: [PATCH 301/691] Updated and fixed "easy_bcrypt" (#1107) --- packages.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages.json b/packages.json index d29d1ff..60edef8 100644 --- a/packages.json +++ b/packages.json @@ -2008,8 +2008,8 @@ "web": "https://github.com/fenekku/moustachu" }, { - "name": "easy-bcrypt", - "url": "https://github.com/flaviut/easy-bcrypt.git", + "name": "easy_bcrypt", + "url": "https://github.com/Akito13/easy-bcrypt.git", "method": "git", "tags": [ "hash", @@ -2017,9 +2017,8 @@ "password", "bcrypt" ], - "description": "simple wrapper providing a convenient interface for the bcrypt password hashing algorithm", - "license": "CC0", - "web": "https://github.com/flaviut/easy-bcrypt/blob/master/easy-bcrypt.nimble" + "description": "A simple wrapper providing a convenient reentrant interface for the bcrypt password hashing algorithm.", + "license": "CC0" }, { "name": "libclang", From 86543759037dbf8f3fffb7e47206be1aa8c0da90 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sun, 7 Jul 2019 12:38:06 +0300 Subject: [PATCH 302/691] Add Status stew --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages.json b/packages.json index 60edef8..3ef8cc4 100644 --- a/packages.json +++ b/packages.json @@ -6074,6 +6074,26 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-std-shims" }, + { + "name": "stew", + "url": "https://github.com/status-im/nim-stew", + "method": "git", + "tags": [ + "library", + "backports", + "shims", + "ranges", + "bitwise", + "bitops", + "endianness", + "bytes", + "blobs", + "pointer-arithmetic" + ], + "description": "stew is collection of utilities, std library extensions and budding libraries that are frequently used at Status, but are too small to deserve their own git repository.", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-stew" + }, { "name": "faststreams", "url": "https://github.com/status-im/nim-faststreams", From c9b4e7207e3874161df9e9b9f3651bb4dd056f83 Mon Sep 17 00:00:00 2001 From: c-blake Date: Mon, 8 Jul 2019 10:07:57 -0400 Subject: [PATCH 303/691] Add package for "lc" (#1111) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 3ef8cc4..6e874ac 100644 --- a/packages.json +++ b/packages.json @@ -13681,5 +13681,21 @@ "description": "A simple cross language struct and enum file generator.", "license": "MIT", "web": "https://github.com/binhonglee/wings" + }, + { + "name": "lc", + "url": "https://github.com/c-blake/lc", + "method": "git", + "tags": [ + "terminal", + "cli", + "binary", + "linux", + "unix", + "bsd" + ], + "description": "A post-modern, \"multi-dimensional\" configurable ls/file lister", + "license": "MIT", + "web": "https://github.com/c-blake/lc" } ] From 018e49642a5f7163600e2f1a4a33f70342c37206 Mon Sep 17 00:00:00 2001 From: PMunch Date: Tue, 9 Jul 2019 16:21:20 +0200 Subject: [PATCH 304/691] Add optionsutils package (#1112) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6e874ac..8ef01c9 100644 --- a/packages.json +++ b/packages.json @@ -1221,6 +1221,19 @@ "license": "MIT", "web": "https://github.com/PMunch/nimlsp" }, + { + "name": "optionsutils", + "url": "https://github.com/PMunch/nim-optionsutils", + "method": "git", + "tags": [ + "options", + "library", + "safety" + ], + "description": "Utility macros for easier handling of options in Nim", + "license": "MIT", + "web": "https://github.com/PMunch/nim-optionsutils" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", From 6bbf9d6e61846df04fa12531b157367ab48d5752 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 10 Jul 2019 12:52:03 +0300 Subject: [PATCH 305/691] Add a metrics library --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 8ef01c9..e610f81 100644 --- a/packages.json +++ b/packages.json @@ -6162,6 +6162,20 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-eth" }, + { + "name": "metrics", + "url": "https://github.com/status-im/nim-metrics", + "method": "git", + "tags": [ + "library", + "metrics", + "prometheus", + "statsd" + ], + "description": "Nim metrics client library supporting the Prometheus monitoring toolkit", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-metrics" + }, { "name": "blscurve", "url": "https://github.com/status-im/nim-blscurve", From 17428fb2de2de8fa3a1022fa53bd6e061a97d672 Mon Sep 17 00:00:00 2001 From: "Michael A. Sinclair" Date: Thu, 11 Jul 2019 03:03:37 -0500 Subject: [PATCH 306/691] Add package nasher (#1114) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index e610f81..ef11d21 100644 --- a/packages.json +++ b/packages.json @@ -13724,5 +13724,21 @@ "description": "A post-modern, \"multi-dimensional\" configurable ls/file lister", "license": "MIT", "web": "https://github.com/c-blake/lc" + }, + { + "name": "nasher", + "url": "https://github.com/squattingmonk/nasher.nim", + "method": "git", + "tags": [ + "nwn", + "neverwinternights", + "neverwinter", + "game", + "bioware", + "build" + ], + "description": "A build tool for Neverwinter Nights projects", + "license": "MIT", + "web": "https://github.com/squattingmonk/nasher.nim" } ] From ad1e44fbb394201d23a0e37d79cd94244ba928c2 Mon Sep 17 00:00:00 2001 From: John Novak Date: Sat, 13 Jul 2019 16:37:36 +1000 Subject: [PATCH 307/691] Added package illwill (#1115) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ef11d21..15a1ef5 100644 --- a/packages.json +++ b/packages.json @@ -13740,5 +13740,19 @@ "description": "A build tool for Neverwinter Nights projects", "license": "MIT", "web": "https://github.com/squattingmonk/nasher.nim" + }, + { + "name": "illwill", + "url": "https://github.com/johnnovak/illwill", + "method": "git", + "tags": [ + "terminal", + "console", + "curses", + "ui" + ], + "description": "A curses inspired simple cross-platform console library for Nim", + "license": "MIT", + "web": "https://github.com/johnnovak/illwill" } ] From 6f9bc300f9f73e3acbd9aa05092cd9593699ec7b Mon Sep 17 00:00:00 2001 From: John Novak Date: Sat, 13 Jul 2019 21:46:13 +1000 Subject: [PATCH 308/691] Change illwill license (#1117) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 15a1ef5..4f61e50 100644 --- a/packages.json +++ b/packages.json @@ -13752,7 +13752,7 @@ "ui" ], "description": "A curses inspired simple cross-platform console library for Nim", - "license": "MIT", + "license": "WTFPL", "web": "https://github.com/johnnovak/illwill" } ] From 53c3a71c9d74f3ee5bd280e5635315263e0a62ec Mon Sep 17 00:00:00 2001 From: genotrance Date: Wed, 17 Jul 2019 00:46:31 -0500 Subject: [PATCH 309/691] Added package shared (#1119) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 4f61e50..70e3bdc 100644 --- a/packages.json +++ b/packages.json @@ -13754,5 +13754,19 @@ "description": "A curses inspired simple cross-platform console library for Nim", "license": "WTFPL", "web": "https://github.com/johnnovak/illwill" + }, + { + "name": "shared", + "url": "https://github.com/genotrance/shared", + "method": "git", + "tags": [ + "shared", + "seq", + "string", + "threads" + ], + "description": "Nim library for shared types", + "license": "MIT", + "web": "https://github.com/genotrance/shared" } ] From 8c65473b0bdfe15cd3995c95f60de7e3d06a9ebe Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Mon, 22 Jul 2019 09:12:43 +0200 Subject: [PATCH 310/691] Added package nimmm (#1120) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 70e3bdc..5c0acbc 100644 --- a/packages.json +++ b/packages.json @@ -13768,5 +13768,19 @@ "description": "Nim library for shared types", "license": "MIT", "web": "https://github.com/genotrance/shared" + }, + { + "name": "nimmm", + "url": "https://github.com/joachimschmidt557/nimmm", + "method": "git", + "tags": [ + "nimmm", + "terminal", + "nimbox", + "tui" + ], + "description": "A terminal file manager written in nim", + "license": "GPL-3.0", + "web": "https://github.com/joachimschmidt557/nimmm" } ] From bb4754c9048a2d9c22e7d69d84d2399276a8870b Mon Sep 17 00:00:00 2001 From: Andreas Hauser Date: Mon, 22 Jul 2019 21:22:59 +0200 Subject: [PATCH 311/691] Added package fastx_reader (#1121) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5c0acbc..8659301 100644 --- a/packages.json +++ b/packages.json @@ -13782,5 +13782,18 @@ "description": "A terminal file manager written in nim", "license": "GPL-3.0", "web": "https://github.com/joachimschmidt557/nimmm" + }, + { + "name": "fastx_reader", + "url": "https://github.com/ahcm/fastx_reader", + "method": "git", + "tags": [ + "bioinformatics,", + "fasta,", + "fastq" + ], + "description": "FastQ and Fasta readers for NIM", + "license": "LGPL-3.0", + "web": "https://github.com/ahcm/fastx_reader" } ] From 772c5ed6bee2d328709e85fe4d036e8122fd2bcc Mon Sep 17 00:00:00 2001 From: V-X Date: Tue, 23 Jul 2019 00:07:01 -0500 Subject: [PATCH 312/691] Add QuickJS.nim (#1122) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8659301..df486bf 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ [ + { + "name": "QuickJS.nim", + "url": "https://github.com/ImVexed/quickjs.nim", + "method": "git", + "tags": [ + "QuickJS", + "Javascript", + "Runtime" + ], + "description": "A QuickJS wrapper for Nim", + "license": "MIT", + "web": "https://github.com/ImVexed/quickjs.nim" + }, { "name": "BitVector", "url": "https://github.com/MarcAzar/BitVector", From e4b3e1a288de0a46787d3f16ef7fbd628301b071 Mon Sep 17 00:00:00 2001 From: V-X Date: Wed, 24 Jul 2019 00:23:04 -0500 Subject: [PATCH 313/691] quickjs.nim -> quickjs4nim (#1123) --- packages.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index df486bf..33c12f9 100644 --- a/packages.json +++ b/packages.json @@ -1,16 +1,17 @@ [ { - "name": "QuickJS.nim", - "url": "https://github.com/ImVexed/quickjs.nim", + "name": "QuickJS4nim", + "url": "https://github.com/ImVexed/quickjs4nim", "method": "git", "tags": [ "QuickJS", "Javascript", - "Runtime" + "Runtime", + "Wrapper" ], "description": "A QuickJS wrapper for Nim", "license": "MIT", - "web": "https://github.com/ImVexed/quickjs.nim" + "web": "https://github.com/ImVexed/quickjs4nim" }, { "name": "BitVector", From 7b51e36e93c022ac25446427b704ba957c504ddd Mon Sep 17 00:00:00 2001 From: Hitesh Jasani Date: Wed, 24 Jul 2019 14:18:59 -0400 Subject: [PATCH 314/691] Add d3 ffi library --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 33c12f9..cd3f728 100644 --- a/packages.json +++ b/packages.json @@ -13809,5 +13809,19 @@ "description": "FastQ and Fasta readers for NIM", "license": "LGPL-3.0", "web": "https://github.com/ahcm/fastx_reader" + }, + { + "name": "d3", + "url": "https://github.com/hiteshjasani/nim-d3", + "method": "git", + "tags": [ + "d3", + "javascript", + "library", + "wrapper" + ], + "description": "A D3.js wrapper for Nim", + "license": "MIT", + "web": "https://github.com/hiteshjasani/nim-d3" } ] From f65b62ae36f7f1bf96a6f8e05b76f168214d9d80 Mon Sep 17 00:00:00 2001 From: jasonrbriggs Date: Thu, 25 Jul 2019 20:54:59 +1200 Subject: [PATCH 315/691] Added package baker (#1126) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index cd3f728..03da832 100644 --- a/packages.json +++ b/packages.json @@ -13823,5 +13823,19 @@ "description": "A D3.js wrapper for Nim", "license": "MIT", "web": "https://github.com/hiteshjasani/nim-d3" + }, + { + "name": "baker", + "url": "https://github.com/jasonrbriggs/baker", + "method": "git", + "tags": [ + "html", + "template", + "static", + "blog" + ], + "description": "Static website generation", + "license": "Apache-2.0", + "web": "https://github.com/jasonrbriggs/baker" } ] From 9ae936a3c65c47aa5191f64eb7820c96f60c9a0b Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Tue, 30 Jul 2019 20:58:24 +0300 Subject: [PATCH 316/691] Added web3 --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 03da832..de59f1b 100644 --- a/packages.json +++ b/packages.json @@ -13837,5 +13837,18 @@ "description": "Static website generation", "license": "Apache-2.0", "web": "https://github.com/jasonrbriggs/baker" + }, + { + "name": "web3", + "url": "https://github.com/status-im/nim-web3", + "method": "git", + "tags": [ + "web3", + "ethereum", + "rpc" + ], + "description": "Ethereum Web3 API", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-web3" } ] From ffc6155573146199a7eacea7b8301055fed0b88e Mon Sep 17 00:00:00 2001 From: Miran Date: Mon, 12 Aug 2019 08:53:50 +0200 Subject: [PATCH 317/691] add all packages that were on hold at once (#1139) closes #1127 closes #1128 closes #1129 closes #1130 closes #1131 closes #1132 closes #1135 closes #1136 closes #1137 closes #1138 --- packages.json | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) diff --git a/packages.json b/packages.json index de59f1b..ced2ed4 100644 --- a/packages.json +++ b/packages.json @@ -13850,5 +13850,135 @@ "description": "Ethereum Web3 API", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-web3" + }, + { + "name": "skybook", + "url": "https://github.com/muxueqz/skybook", + "method": "git", + "tags": [ + "bookmark-manager", + "bookmark" + ], + "description": "Light weight bookmark manager(delicious alternative)", + "license": "GPL-2.0", + "web": "https://github.com/muxueqz/skybook" + }, + { + "name": "rbac", + "url": "https://github.com/ba0f3/rbac.nim", + "method": "git", + "tags": [ + "rbac", + "acl", + "role-based-access-control", + "role-based", + "access-control" + ], + "description": "Simple Role-based Access Control Library", + "license": "MIT", + "web": "https://github.com/ba0f3/rbac.nim" + }, + { + "name": "simpleot", + "url": "https://github.com/markspanbroek/simpleot.nim", + "method": "git", + "tags": [ + "ot", + "mpc" + ], + "description": "Simple OT wrapper", + "license": "MIT", + "web": "https://github.com/markspanbroek/simpleot.nim" + }, + { + "name": "blurhash", + "url": "https://github.com/SolitudeSF/blurhash", + "method": "git", + "tags": [ + "image", + "blur", + "hash", + "blurhash" + ], + "description": "Encoder/decoder for blurhash algorithm", + "license": "MIT", + "web": "https://github.com/SolitudeSF/blurhash" + }, + { + "name": "samson", + "url": "https://github.com/GULPF/samson", + "method": "git", + "tags": [ + "json", + "json5" + ], + "description": "Implementation of JSON5.", + "license": "MIT", + "web": "https://github.com/GULPF/samson" + }, + { + "name": "proton", + "url": "https://github.com/jasonrbriggs/proton-nim", + "method": "git", + "tags": [ + "xml", + "xhtml", + "template" + ], + "description": "Proton template engine for xml and xhtml files", + "license": "MIT", + "web": "https://github.com/jasonrbriggs/proton-nim" + }, + { + "name": "lscolors", + "url": "https://github.com/joachimschmidt557/nim-lscolors", + "method": "git", + "tags": [ + "lscolors", + "posix", + "unix", + "linux", + "ls", + "terminal" + ], + "description": "A library for colorizing paths according to LS_COLORS", + "license": "MIT", + "web": "https://github.com/joachimschmidt557/nim-lscolors" + }, + { + "name": "shell", + "url": "https://github.com/Vindaar/shell", + "method": "git", + "tags": [ + "library", + "macro", + "dsl", + "shell" + ], + "description": "A Nim mini DSL to execute shell commands", + "license": "MIT", + "web": "https://github.com/Vindaar/shell" + }, + { + "name": "mqtt", + "url": "https://github.com/barnybug/nim-mqtt", + "method": "git", + "tags": [ + "MQTT" + ], + "description": "MQTT wrapper for nim", + "license": "MIT", + "web": "https://github.com/barnybug/nim-mqtt" + }, + { + "name": "cal", + "url": "https://github.com/xflywind/cal", + "method": "git", + "tags": [ + "calculator" + ], + "description": "A simple interactive calculator", + "license": "MIT", + "web": "https://github.com/xflywind/cal" } ] From d6b1afbcafc148d942ec4def6b052a6ec8f8bf66 Mon Sep 17 00:00:00 2001 From: Jeff S Date: Mon, 12 Aug 2019 22:21:56 -0700 Subject: [PATCH 318/691] Added package spurdify (#1140) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index ced2ed4..fd856e9 100644 --- a/packages.json +++ b/packages.json @@ -13980,5 +13980,20 @@ "description": "A simple interactive calculator", "license": "MIT", "web": "https://github.com/xflywind/cal" + }, + { + "name": "spurdify", + "url": "https://github.com/paradox460/spurdify", + "method": "git", + "tags": [ + "funny", + "meme", + "spurdo", + "text-manipulation", + "mangle" + ], + "description": "Spurdification library and CLI", + "license": "MIT", + "web": "https://github.com/paradox460/spurdify" } ] From 6a6141d89dec75b0654689ff9a07921020b2332c Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 14 Aug 2019 09:28:58 +0300 Subject: [PATCH 319/691] Add c4 package (#1141) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index fd856e9..714dd3c 100644 --- a/packages.json +++ b/packages.json @@ -13995,5 +13995,20 @@ "description": "Spurdification library and CLI", "license": "MIT", "web": "https://github.com/paradox460/spurdify" + }, + { + "name": "c4", + "url": "https://github.com/c0ntribut0r/cat-400", + "method": "git", + "tags": [ + "game", + "framework", + "2d", + "3d" + ], + "description": "Game framework, modular and extensible", + "license": "MPL-2.0", + "web": "https://github.com/c0ntribut0r/cat-400", + "doc": "https://github.com/c0ntribut0r/cat-400/tree/master/docs/tutorials" } ] From b92763c8b183d58da5d9fa4b935fca735713704e Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Sat, 17 Aug 2019 09:43:15 -0500 Subject: [PATCH 320/691] Add package murmur (#1142) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 714dd3c..75c0004 100644 --- a/packages.json +++ b/packages.json @@ -14010,5 +14010,19 @@ "license": "MPL-2.0", "web": "https://github.com/c0ntribut0r/cat-400", "doc": "https://github.com/c0ntribut0r/cat-400/tree/master/docs/tutorials" + }, + { + "name": "murmurhash", + "url": "https://github.com/cwpearson/nim-murmurhash", + "method": "git", + "tags": [ + "murmur", + "hash", + "MurmurHash3", + "MurmurHash2" + ], + "description": "Pure nim implementation of MurmurHash", + "license": "MIT", + "web": "https://github.com/cwpearson/nim-murmurhash" } ] From a3c3baec812af7773b9c08d1cb2df5541a7a7baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Granstr=C3=B6m?= <5092565+HugoGranstrom@users.noreply.github.com> Date: Sat, 17 Aug 2019 18:01:50 +0200 Subject: [PATCH 321/691] add NumericalNim to Nimble (#1143) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 75c0004..b13e928 100644 --- a/packages.json +++ b/packages.json @@ -14011,6 +14011,20 @@ "web": "https://github.com/c0ntribut0r/cat-400", "doc": "https://github.com/c0ntribut0r/cat-400/tree/master/docs/tutorials" }, + { + "name": "numericalnim", + "url": "https://github.com/HugoGranstrom/numericalnim/", + "method": "git", + "tags": [ + "numerical", + "ode", + "integration", + "scientific" + ], + "description": "A collection of numerical methods written in Nim", + "license": "MIT", + "web": "https://github.com/HugoGranstrom/numericalnim/" + }, { "name": "murmurhash", "url": "https://github.com/cwpearson/nim-murmurhash", From b6d1e2bdd548bcd7f288d117e023676232b30cec Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 19 Aug 2019 17:10:02 -0300 Subject: [PATCH 322/691] Added package sweetanitify (#1145) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b13e928..0c71eae 100644 --- a/packages.json +++ b/packages.json @@ -14038,5 +14038,18 @@ "description": "Pure nim implementation of MurmurHash", "license": "MIT", "web": "https://github.com/cwpearson/nim-murmurhash" + }, + { + "name": "sweetanitify", + "url": "https://github.com/juancarlospaco/sweetanitify", + "method": "git", + "tags": [ + "sweet_anita", + "tourette", + "string" + ], + "description": "Sweet_Anita Translator, help spread awareness about Tourettes", + "license": "MIT", + "web": "https://github.com/juancarlospaco/sweetanitify" } ] From fa101cf72ca043c156160dce0785752423d32afb Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 19 Aug 2019 17:24:48 -0300 Subject: [PATCH 323/691] Added package redneck_translator (#1146) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 0c71eae..5a0ff1d 100644 --- a/packages.json +++ b/packages.json @@ -14039,6 +14039,19 @@ "license": "MIT", "web": "https://github.com/cwpearson/nim-murmurhash" }, + { + "name": "redneck_translator", + "url": "https://github.com/juancarlospaco/redneck-translator", + "method": "git", + "tags": [ + "redneck", + "string", + "slang" + ], + "description": "Redneck Translator for Y'all", + "license": "MIT", + "web": "https://github.com/juancarlospaco/redneck-translator" + }, { "name": "sweetanitify", "url": "https://github.com/juancarlospaco/sweetanitify", From d4e6cc22e5d965ae11474263830512d93061b98d Mon Sep 17 00:00:00 2001 From: genotrance Date: Tue, 20 Aug 2019 00:36:07 -0500 Subject: [PATCH 324/691] Added package cmake (#1147) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 5a0ff1d..a846113 100644 --- a/packages.json +++ b/packages.json @@ -14064,5 +14064,19 @@ "description": "Sweet_Anita Translator, help spread awareness about Tourettes", "license": "MIT", "web": "https://github.com/juancarlospaco/sweetanitify" + }, + { + "name": "cmake", + "url": "https://github.com/genotrance/cmake", + "method": "git", + "tags": [ + "cmake", + "build", + "tool", + "wrapper" + ], + "description": "CMake for Nimble", + "license": "MIT", + "web": "https://github.com/genotrance/cmake" } ] From 837e6f4d8922466a26b149aeaaa331a2fd48044d Mon Sep 17 00:00:00 2001 From: Jae Yang Date: Mon, 19 Aug 2019 05:08:43 -0400 Subject: [PATCH 325/691] Change twitter package maintainer --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index a846113..9519c52 100644 --- a/packages.json +++ b/packages.json @@ -4894,7 +4894,7 @@ }, { "name": "twitter", - "url": "https://github.com/kubo39/twitter", + "url": "https://github.com/dchem/twitter.nim", "method": "git", "tags": [ "library", @@ -4903,7 +4903,7 @@ ], "description": "Low-level twitter API wrapper library for Nim.", "license": "MIT", - "web": "https://github.com/kubo39/twitter" + "web": "https://github.com/dchem/twitter.nim" }, { "name": "stomp", From 371f71c1a01271545465d426ba8d305838f49cae Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 21 Aug 2019 03:31:17 -0300 Subject: [PATCH 326/691] Added package plz (#1148) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 9519c52..4242da4 100644 --- a/packages.json +++ b/packages.json @@ -14078,5 +14078,18 @@ "description": "CMake for Nimble", "license": "MIT", "web": "https://github.com/genotrance/cmake" + }, + { + "name": "plz", + "url": "https://github.com/juancarlospaco/nim-pypi", + "method": "git", + "tags": [ + "python", + "pip", + "nimpy" + ], + "description": "PLZ Python PIP alternative", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-pypi" } ] From 080679e383e30aa648d29438cdd85f8d527f3ef4 Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Wed, 21 Aug 2019 13:57:11 +0200 Subject: [PATCH 327/691] Added package NiMPC (#1149) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4242da4..226fdd9 100644 --- a/packages.json +++ b/packages.json @@ -14091,5 +14091,18 @@ "description": "PLZ Python PIP alternative", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-pypi" + }, + { + "name": "NiMPC", + "url": "https://github.com/markspanbroek/nimpc", + "method": "git", + "tags": [ + "multiparty", + "computation", + "mpc" + ], + "description": "Secure multi-party computation", + "license": "MIT", + "web": "https://github.com/markspanbroek/nimpc" } ] From b6ffdb99b6333529c9d1dc88c634e13d7fc12f25 Mon Sep 17 00:00:00 2001 From: Duncan Clarke Date: Wed, 21 Aug 2019 13:58:08 -0400 Subject: [PATCH 328/691] QR Code Generator (#1150) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 226fdd9..a09f27a 100644 --- a/packages.json +++ b/packages.json @@ -14104,5 +14104,17 @@ "description": "Secure multi-party computation", "license": "MIT", "web": "https://github.com/markspanbroek/nimpc" + }, + { + "name": "qrcodegen", + "url": "https://github.com/bunkford/qrcodegen", + "method": "git", + "tags": [ + "qr", + "barcode" + ], + "description": "QR Code Generator", + "license": "MIT", + "web": "https://github.com/bunkford/qrcodegen" } ] From 5f706354826e174ab9596fe5d901a2abcb6cd6ab Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 24 Aug 2019 02:12:57 +0800 Subject: [PATCH 329/691] Add cirru-parser (#1151) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index a09f27a..55c5959 100644 --- a/packages.json +++ b/packages.json @@ -14116,5 +14116,17 @@ "description": "QR Code Generator", "license": "MIT", "web": "https://github.com/bunkford/qrcodegen" + }, + { + "name": "cirru-parser", + "url": "https://github.com/Cirru/parser.nim", + "method": "git", + "tags": [ + "parser", + "cirru" + ], + "description": "Parser for Cirru syntax", + "license": "MIT", + "web": "https://github.com/Cirru/parser.nim" } ] From d85df0016576a7d9f8d83d3a276895aed9a9c20e Mon Sep 17 00:00:00 2001 From: Miran Date: Mon, 26 Aug 2019 11:09:43 +0200 Subject: [PATCH 330/691] change package owner due to Bitbucket closing hg support (#1152) --- packages.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/packages.json b/packages.json index 55c5959..16b260f 100644 --- a/packages.json +++ b/packages.json @@ -7540,8 +7540,8 @@ }, { "name": "blake2", - "url": "https://bitbucket.org/mihailp/blake2/", - "method": "hg", + "url": "https://github.com/narimiran/blake2", + "method": "git", "tags": [ "crypto", "cryptography", @@ -7550,7 +7550,7 @@ ], "description": "blake2 - cryptographic hash function", "license": "CC0", - "web": "https://bitbucket.org/mihailp/blake2/" + "web": "https://github.com/narimiran/blake2" }, { "name": "spinny", @@ -7638,8 +7638,8 @@ }, { "name": "sha3", - "url": "https://bitbucket.org/mihailp/sha3/", - "method": "hg", + "url": "https://github.com/narimiran/sha3", + "method": "git", "tags": [ "crypto", "cryptography", @@ -7648,7 +7648,7 @@ ], "description": "sha3 - cryptographic hash function", "license": "CC0", - "web": "https://bitbucket.org/mihailp/sha3/" + "web": "https://github.com/narimiran/sha3" }, { "name": "coalesce", @@ -9332,7 +9332,10 @@ "method": "git", "tags": [ "itertools", + "iterutils", "python", + "iter", + "iterator", "iterators" ], "description": "Itertools for Nim", From a06605dc726b0fff92fec11ec197a4e5cffdb237 Mon Sep 17 00:00:00 2001 From: Roland Sadowski Date: Mon, 26 Aug 2019 16:24:59 +0100 Subject: [PATCH 331/691] Added package edn (#1153) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 16b260f..65ed10a 100644 --- a/packages.json +++ b/packages.json @@ -14131,5 +14131,17 @@ "description": "Parser for Cirru syntax", "license": "MIT", "web": "https://github.com/Cirru/parser.nim" + }, + { + "name": "edn", + "url": "https://github.com/rosado/edn.nim", + "method": "git", + "tags": [ + "edn", + "clojure" + ], + "description": "EDN and Clojure parser", + "license": "EPL-2.0", + "web": "https://github.com/rosado/edn.nim" } ] From 71bbed17bf0e25f062692d0368aff1ccac9df888 Mon Sep 17 00:00:00 2001 From: Roland Sadowski Date: Mon, 26 Aug 2019 17:10:32 +0100 Subject: [PATCH 332/691] Added package reframe (#1154) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 65ed10a..810cc88 100644 --- a/packages.json +++ b/packages.json @@ -14132,6 +14132,18 @@ "license": "MIT", "web": "https://github.com/Cirru/parser.nim" }, + { + "name": "reframe", + "url": "https://github.com/rosado/reframe.nim", + "method": "git", + "tags": [ + "clojurescript", + "re-frame" + ], + "description": "Tools for working with re-frame ClojureScript projects", + "license": "EPL-2.0", + "web": "https://github.com/rosado/reframe.nim" + }, { "name": "edn", "url": "https://github.com/rosado/edn.nim", From 7c1aa188d3c83a9d4ab9735282dd701ffb26e420 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 30 Aug 2019 17:01:44 -0300 Subject: [PATCH 333/691] Added package easings (#1155) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 810cc88..25b9e75 100644 --- a/packages.json +++ b/packages.json @@ -14155,5 +14155,17 @@ "description": "EDN and Clojure parser", "license": "EPL-2.0", "web": "https://github.com/rosado/edn.nim" + }, + { + "name": "easings", + "url": "https://github.com/juancarlospaco/nim-easings", + "method": "git", + "tags": [ + "easings", + "math" + ], + "description": "Robert Penner Easing Functions for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-easings" } ] From ed128e5cbf33e1e11398a31ffdabad60043302ce Mon Sep 17 00:00:00 2001 From: Akito13 Date: Sat, 31 Aug 2019 08:28:32 +0200 Subject: [PATCH 334/691] Adding fletcher package (#1157) Provides the Fletcher checksum algorithm as a Nim module. --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 25b9e75..4607ecc 100644 --- a/packages.json +++ b/packages.json @@ -14167,5 +14167,22 @@ "description": "Robert Penner Easing Functions for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-easings" + }, + { + "name": "fletcher", + "url": "https://github.com/Akito13/nim-fletcher", + "method": "git", + "tags": [ + "algorithm", + "checksum", + "hash", + "adler", + "crc", + "crc32", + "embedded" + ], + "description": "Implementation of the Fletcher checksum algorithm.", + "license": "GPLv3+", + "web": "https://github.com/Akito13/nim-fletcher" } ] From 453a0be598e06cb9697696348e7fb36fa01678a9 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sat, 31 Aug 2019 15:36:26 -0300 Subject: [PATCH 335/691] Added package euclidean (#1156) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 4607ecc..d6bc714 100644 --- a/packages.json +++ b/packages.json @@ -14168,6 +14168,20 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-easings" }, + { + "name": "euclidean", + "url": "https://github.com/juancarlospaco/nim-euclidean", + "method": "git", + "tags": [ + "euclidean", + "modulo", + "division", + "math" + ], + "description": "Euclidean Division & Euclidean Modulo", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-euclidean" + }, { "name": "fletcher", "url": "https://github.com/Akito13/nim-fletcher", From e61ec5283e46c22e30601e905dbd7f2eb4972ee9 Mon Sep 17 00:00:00 2001 From: Victoria Guevara Date: Thu, 5 Sep 2019 08:16:22 +0300 Subject: [PATCH 336/691] Added package Xors3D (#1158) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index d6bc714..fceb90c 100644 --- a/packages.json +++ b/packages.json @@ -14198,5 +14198,20 @@ "description": "Implementation of the Fletcher checksum algorithm.", "license": "GPLv3+", "web": "https://github.com/Akito13/nim-fletcher" + }, + { + "name": "Xors3D", + "url": "https://github.com/Guevara-chan/Xors3D-for-Nim", + "method": "git", + "tags": [ + "3d", + "game", + "engine", + "dx9", + "graphics" + ], + "description": "Blitz3D-esque DX9 engine for Nim", + "license": "MIT", + "web": "https://github.com/Guevara-chan/Xors3D-for-Nim" } ] From 98f305fd1e5aee08a6031897bca676f4492a8ccf Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 5 Sep 2019 06:11:16 -0300 Subject: [PATCH 337/691] Added package constants (#1159) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index fceb90c..ca257b7 100644 --- a/packages.json +++ b/packages.json @@ -14213,5 +14213,21 @@ "description": "Blitz3D-esque DX9 engine for Nim", "license": "MIT", "web": "https://github.com/Guevara-chan/Xors3D-for-Nim" + }, + { + "name": "constants", + "url": "https://github.com/juancarlospaco/nim-constants", + "method": "git", + "tags": [ + "math", + "physics", + "chemistry", + "biology", + "engineering", + "science" + ], + "description": "Mathematical numerical named static constants useful for different disciplines", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-constants" } ] From 9be2ceb2f68a8585dc981fae3e4203bc31bc2764 Mon Sep 17 00:00:00 2001 From: weiyan Date: Sun, 8 Sep 2019 23:13:05 +0800 Subject: [PATCH 338/691] Added package laser (#1162) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index ca257b7..abd40a8 100644 --- a/packages.json +++ b/packages.json @@ -14229,5 +14229,17 @@ "description": "Mathematical numerical named static constants useful for different disciplines", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-constants" + }, + { + "name": "laser", + "url": "https://github.com/numforge/laser", + "method": "git", + "tags": [ + "parallel", + "simd" + ], + "description": "High Performance Computing and Image Toolbox: SIMD, JIT Assembler, OpenMP, runtime CPU feature detection, optimised machine learning primitives", + "license": "Apache License 2.0", + "web": "https://github.com/numforge/laser" } ] From 004812e7c1a9119e2aeee4072476b3f1d098eb62 Mon Sep 17 00:00:00 2001 From: c-blake Date: Sun, 8 Sep 2019 12:04:17 -0400 Subject: [PATCH 339/691] Add `procs` library+CLI (#1161) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index abd40a8..52ab4b0 100644 --- a/packages.json +++ b/packages.json @@ -14230,6 +14230,23 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-constants" }, + { + "name": "procs", + "url": "https://github.com/c-blake/procs", + "method": "git", + "tags": [ + "library", + "terminal", + "cli", + "binary", + "linux", + "unix", + "bsd" + ], + "description": "Unix process&system query&formatting library&multi-command CLI in Nim", + "license": "MIT", + "web": "https://github.com/c-blake/procs" + }, { "name": "laser", "url": "https://github.com/numforge/laser", From 25e230db2afd1242db5383dbe21f13c3417c0721 Mon Sep 17 00:00:00 2001 From: Michael Rees Date: Sun, 8 Sep 2019 11:31:01 -0500 Subject: [PATCH 340/691] Added package pager (#1160) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 52ab4b0..5c9b73f 100644 --- a/packages.json +++ b/packages.json @@ -14230,6 +14230,20 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-constants" }, + { + "name": "pager", + "url": "https://git.sr.ht/~reesmichael1/nim-pager", + "method": "git", + "tags": [ + "pager", + "paging", + "less", + "more" + ], + "description": "A simple library for paging, similar to less", + "license": "GPL-3.0", + "web": "https://git.sr.ht/~reesmichael1/nim-pager" + }, { "name": "procs", "url": "https://github.com/c-blake/procs", From 4d112b9118c12d2b30e51b4a006489521f589495 Mon Sep 17 00:00:00 2001 From: Dario Lah Date: Wed, 11 Sep 2019 22:38:36 +0200 Subject: [PATCH 341/691] Added package libssh (#1163) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 5c9b73f..21c6ad9 100644 --- a/packages.json +++ b/packages.json @@ -14272,5 +14272,17 @@ "description": "High Performance Computing and Image Toolbox: SIMD, JIT Assembler, OpenMP, runtime CPU feature detection, optimised machine learning primitives", "license": "Apache License 2.0", "web": "https://github.com/numforge/laser" + }, + { + "name": "libssh", + "url": "https://github.com/dariolah/libssh-nim", + "method": "git", + "tags": [ + "ssh", + "libssh" + ], + "description": "libssh FFI bindings", + "license": "MIT", + "web": "https://github.com/dariolah/libssh-nim" } ] From b7be081adeebb187122681162702bb93964f58f8 Mon Sep 17 00:00:00 2001 From: Duncan Clarke Date: Fri, 13 Sep 2019 01:45:51 -0400 Subject: [PATCH 342/691] add wZeeGrid (#1164) Grid plugin for wNim. --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 21c6ad9..48aafbc 100644 --- a/packages.json +++ b/packages.json @@ -14284,5 +14284,20 @@ "description": "libssh FFI bindings", "license": "MIT", "web": "https://github.com/dariolah/libssh-nim" + }, + { + "name": "wZeeGrid", + "url": "https://github.com/bunkford/wZeeGrid", + "method": "git", + "tags": [ + "library", + "windows", + "gui", + "ui" + ], + "description": "Grid plugin for wNim.", + "license": "MIT", + "web": "https://github.com/bunkford/wZeeGrid", + "doc": "https://bunkford.github.io/wZeeGrid/wZeeGrid.html" } ] From 125b183a2771045ecf0bdfa8fadb20e146a23071 Mon Sep 17 00:00:00 2001 From: Duncan Clarke Date: Fri, 13 Sep 2019 10:05:02 -0400 Subject: [PATCH 343/691] add wChart (#1166) --- packages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 48aafbc..cbbfe63 100644 --- a/packages.json +++ b/packages.json @@ -14293,11 +14293,28 @@ "library", "windows", "gui", - "ui" + "ui", + "wnim" ], "description": "Grid plugin for wNim.", "license": "MIT", "web": "https://github.com/bunkford/wZeeGrid", "doc": "https://bunkford.github.io/wZeeGrid/wZeeGrid.html" + }, + { + "name": "wChart", + "url": "https://github.com/bunkford/wChart", + "method": "git", + "tags": [ + "library", + "windows", + "gui", + "ui", + "wnim" + ], + "description": "Chart plugin for wNim.", + "license": "MIT", + "web": "https://github.com/bunkford/wChart", + "doc": "https://bunkford.github.io/wChart/wChart.html" } ] From 5b060a1741049bdd90554081da31ab485fe85df4 Mon Sep 17 00:00:00 2001 From: Max Skybin Date: Sun, 15 Sep 2019 06:35:06 -0400 Subject: [PATCH 344/691] Added package stacks (#1167) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index cbbfe63..fc1cb42 100644 --- a/packages.json +++ b/packages.json @@ -14316,5 +14316,17 @@ "license": "MIT", "web": "https://github.com/bunkford/wChart", "doc": "https://bunkford.github.io/wChart/wChart.html" + }, + { + "name": "stacks", + "url": "https://github.com/rustomax/nim-stacks", + "method": "git", + "tags": [ + "stack", + "data-structure" + ], + "description": "Pure Nim stack implementation based on sequences.", + "license": "MIT", + "web": "https://github.com/rustomax/nim-stacks" } ] From baffd52c3c80ec20dba395ba63775eb7c493c50f Mon Sep 17 00:00:00 2001 From: Ju Date: Thu, 19 Sep 2019 22:18:53 +1200 Subject: [PATCH 345/691] Added package mustache (#1168) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index fc1cb42..8f61fb2 100644 --- a/packages.json +++ b/packages.json @@ -14328,5 +14328,17 @@ "description": "Pure Nim stack implementation based on sequences.", "license": "MIT", "web": "https://github.com/rustomax/nim-stacks" + }, + { + "name": "mustache", + "url": "https://github.com/soasme/nim-mustache", + "method": "git", + "tags": [ + "mustache", + "template" + ], + "description": "Mustache in Nim", + "license": "MIT", + "web": "https://github.com/soasme/nim-mustache" } ] From b63fdefe25339a81ef73e59680f9cd6891538cd2 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Fri, 20 Sep 2019 01:13:44 -0400 Subject: [PATCH 346/691] Added package sigv4 (#1169) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 8f61fb2..ea14314 100644 --- a/packages.json +++ b/packages.json @@ -14340,5 +14340,16 @@ "description": "Mustache in Nim", "license": "MIT", "web": "https://github.com/soasme/nim-mustache" + }, + { + "name": "sigv4", + "url": "https://github.com/disruptek/sigv4", + "method": "git", + "tags": [ + "1.0.0" + ], + "description": "Amazon Web Services Signature Version 4", + "license": "MIT", + "web": "https://github.com/disruptek/sigv4" } ] From 71509bd8d51b5d0c8596e0c0be81acebc68bdd63 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sat, 21 Sep 2019 00:51:04 -0400 Subject: [PATCH 347/691] Added package atoz (#1171) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ea14314..1c3d24c 100644 --- a/packages.json +++ b/packages.json @@ -14351,5 +14351,19 @@ "description": "Amazon Web Services Signature Version 4", "license": "MIT", "web": "https://github.com/disruptek/sigv4" + }, + { + "name": "atoz", + "url": "https://github.com/disruptek/atoz", + "method": "git", + "tags": [ + "aws", + "api", + "cloud", + "amazon" + ], + "description": "Amazon Web Services (AWS) APIs", + "license": "MIT", + "web": "https://github.com/disruptek/atoz" } ] From e99abe8534b526c443cb5cf68b5941655c5e9f74 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sat, 21 Sep 2019 01:21:38 -0400 Subject: [PATCH 348/691] Added package openapi (#1172) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1c3d24c..c146cf6 100644 --- a/packages.json +++ b/packages.json @@ -14352,6 +14352,20 @@ "license": "MIT", "web": "https://github.com/disruptek/sigv4" }, + { + "name": "openapi", + "url": "https://github.com/disruptek/openapi", + "method": "git", + "tags": [ + "api", + "openapi", + "rest", + "cloud" + ], + "description": "OpenAPI Code Generator", + "license": "MIT", + "web": "https://github.com/disruptek/openapi" + }, { "name": "atoz", "url": "https://github.com/disruptek/atoz", From cda1bb43b251e980738a023f5fab2e0063f81084 Mon Sep 17 00:00:00 2001 From: Toshiki Ohnogi Date: Sat, 21 Sep 2019 19:46:30 +0900 Subject: [PATCH 349/691] Added package nimga (#1173) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index c146cf6..7e01a1c 100644 --- a/packages.json +++ b/packages.json @@ -14379,5 +14379,17 @@ "description": "Amazon Web Services (AWS) APIs", "license": "MIT", "web": "https://github.com/disruptek/atoz" + }, + { + "name": "nimga", + "url": "https://github.com/toshikiohnogi/nimga", + "method": "git", + "tags": [ + "GeneticAlgorithm", + "nimga" + ], + "description": "Genetic Algorithm Library for Nim.", + "license": "MIT", + "web": "https://github.com/toshikiohnogi/nimga" } ] From 56076cf5963ead6c0527c6081c64322811d48d7b Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sun, 22 Sep 2019 02:55:38 -0400 Subject: [PATCH 350/691] Added package foreach (#1174) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7e01a1c..4bae7da 100644 --- a/packages.json +++ b/packages.json @@ -14391,5 +14391,18 @@ "description": "Genetic Algorithm Library for Nim.", "license": "MIT", "web": "https://github.com/toshikiohnogi/nimga" + }, + { + "name": "foreach", + "url": "https://github.com/disruptek/foreach", + "method": "git", + "tags": [ + "macro", + "syntax", + "sugar" + ], + "description": "A sugary for loop with syntax for typechecking loop variables", + "license": "MIT", + "web": "https://github.com/disruptek/foreach" } ] From e4f1b99b6960745453e94310c8e4e9c371b3b8e1 Mon Sep 17 00:00:00 2001 From: jiro Date: Mon, 23 Sep 2019 01:38:49 +0900 Subject: [PATCH 351/691] Add package monit (#1175) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 4bae7da..4c9849a 100644 --- a/packages.json +++ b/packages.json @@ -14404,5 +14404,19 @@ "description": "A sugary for loop with syntax for typechecking loop variables", "license": "MIT", "web": "https://github.com/disruptek/foreach" + }, + { + "name": "monit", + "url": "https://github.com/jiro4989/monit", + "method": "git", + "tags": [ + "cli", + "task-runner", + "developer-tools", + "automation" + ], + "description": "A simple task runner. Run tasks and watch file changes with custom paths.", + "license": "MIT", + "web": "https://github.com/jiro4989/monit" } ] From 54745d03d8a44c8d0dd8bf719f4ca8a31f3526db Mon Sep 17 00:00:00 2001 From: jiro Date: Mon, 23 Sep 2019 19:33:41 +0900 Subject: [PATCH 352/691] Added package termnovel (#1177) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4c9849a..69152f4 100644 --- a/packages.json +++ b/packages.json @@ -14418,5 +14418,18 @@ "description": "A simple task runner. Run tasks and watch file changes with custom paths.", "license": "MIT", "web": "https://github.com/jiro4989/monit" + }, + { + "name": "termnovel", + "url": "https://github.com/jiro4989/termnovel", + "method": "git", + "tags": [ + "cli", + "novel", + "tui" + ], + "description": "A command that to read novel on terminal", + "license": "MIT", + "web": "https://github.com/jiro4989/termnovel" } ] From 4c610e9a90bd332613729eee3788f5173c3a1097 Mon Sep 17 00:00:00 2001 From: yuchunzhou Date: Thu, 26 Sep 2019 04:55:27 +0800 Subject: [PATCH 353/691] add package htmlview (#1178) * add package htmlview * Update packages.json --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 69152f4..2568534 100644 --- a/packages.json +++ b/packages.json @@ -14431,5 +14431,17 @@ "description": "A command that to read novel on terminal", "license": "MIT", "web": "https://github.com/jiro4989/termnovel" + }, + { + "name": "htmlview", + "url": "https://github.com/yuchunzhou/htmlview", + "method": "git", + "tags": [ + "html", + "browser" + ], + "description": "View the offline or online html page in browser", + "license": "MIT", + "web": "https://github.com/yuchunzhou/htmlview" } ] From 935827646f55b3e2cf53808f5dc9692a3ba45b0e Mon Sep 17 00:00:00 2001 From: Miran Date: Thu, 26 Sep 2019 13:28:05 +0200 Subject: [PATCH 354/691] add all new packages at once (#1184) closes #1179, #1180, #1181, #1182, #1183 --- packages.json | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 2568534..62f146e 100644 --- a/packages.json +++ b/packages.json @@ -9174,7 +9174,7 @@ }, { "name": "nimgl", - "url": "https://github.com/lmariscal/nimgl", + "url": "https://github.com/nimgl/nimgl", "method": "git", "tags": [ "glfw", @@ -14443,5 +14443,58 @@ "description": "View the offline or online html page in browser", "license": "MIT", "web": "https://github.com/yuchunzhou/htmlview" + }, + { + "name": "tcping", + "url": "https://github.com/pdrb/tcping", + "method": "git", + "tags": [ + "ping,", + "tcp,", + "tcping" + ], + "description": "Ping hosts using tcp packets", + "license": "MIT", + "web": "https://github.com/pdrb/tcping" + }, + { + "name": "pcgbasic", + "url": "https://github.com/rockcavera/pcgbasic", + "method": "git", + "tags": [ + "pcg", + "rng", + "prng", + "random" + ], + "description": "Permuted Congruential Generator (PCG) Random Number Generation (RNG) for Nim.", + "license": "MIT", + "web": "https://github.com/rockcavera/pcgbasic" + }, + { + "name": "funchook", + "url": "https://github.com/ba0f3/funchook.nim", + "method": "git", + "tags": [ + "hook,", + "hooking" + ], + "description": "funchook wrapper", + "license": "GPLv2", + "web": "https://github.com/ba0f3/funchook.nim" + }, + { + "name": "sunvox", + "url": "https://github.com/exelotl/nim-sunvox", + "method": "git", + "tags": [ + "music", + "audio", + "sound", + "synthesizer" + ], + "description": "Bindings for SunVox modular synthesizer", + "license": "MIT", + "web": "https://github.com/exelotl/nim-sunvox" } ] From ec643740b8980a39729d5ff6331a6c9f857e714b Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sat, 28 Sep 2019 02:28:26 -0400 Subject: [PATCH 355/691] Added package bluu (#1187) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 62f146e..d8bda35 100644 --- a/packages.json +++ b/packages.json @@ -14496,5 +14496,22 @@ "description": "Bindings for SunVox modular synthesizer", "license": "MIT", "web": "https://github.com/exelotl/nim-sunvox" + }, + { + "name": "bluu", + "url": "https://github.com/disruptek/bluu", + "method": "git", + "tags": [ + "microsoft", + "azure", + "cloud", + "api", + "rest", + "openapi", + "web" + ], + "description": "Microsoft Azure Cloud Computing Platform and Services (MAC) APIs", + "license": "MIT", + "web": "https://github.com/disruptek/bluu" } ] From e51d0da2a08ab55b78b10b22de81632582dd8b98 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sat, 28 Sep 2019 03:02:21 -0400 Subject: [PATCH 356/691] Added package gcplat (#1188) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index d8bda35..0c50282 100644 --- a/packages.json +++ b/packages.json @@ -14497,6 +14497,23 @@ "license": "MIT", "web": "https://github.com/exelotl/nim-sunvox" }, + { + "name": "gcplat", + "url": "https://github.com/disruptek/gcplat", + "method": "git", + "tags": [ + "google", + "cloud", + "platform", + "api", + "rest", + "openapi", + "web" + ], + "description": "Google Cloud Platform (GCP) APIs", + "license": "MIT", + "web": "https://github.com/disruptek/gcplat" + }, { "name": "bluu", "url": "https://github.com/disruptek/bluu", From f6e80038513990cc9d2e1d7765eb111de22c369c Mon Sep 17 00:00:00 2001 From: gecko Date: Sat, 28 Sep 2019 12:52:43 +0200 Subject: [PATCH 357/691] Change sunvox bindings license to 0BSD (#1189) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 0c50282..6f4c4d3 100644 --- a/packages.json +++ b/packages.json @@ -14494,7 +14494,7 @@ "synthesizer" ], "description": "Bindings for SunVox modular synthesizer", - "license": "MIT", + "license": "0BSD", "web": "https://github.com/exelotl/nim-sunvox" }, { From da538803190d7500721d3cb2fe7340beba816983 Mon Sep 17 00:00:00 2001 From: Justin Tervay <7595639+tervay@users.noreply.github.com> Date: Sat, 28 Sep 2019 12:08:45 -0400 Subject: [PATCH 358/691] Added package the_nim_alliance (#1190) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 6f4c4d3..c5f7f57 100644 --- a/packages.json +++ b/packages.json @@ -14530,5 +14530,19 @@ "description": "Microsoft Azure Cloud Computing Platform and Services (MAC) APIs", "license": "MIT", "web": "https://github.com/disruptek/bluu" + }, + { + "name": "the_nim_alliance", + "url": "https://github.com/tervay/the-nim-alliance", + "method": "git", + "tags": [ + "FRC", + "FIRST", + "the-blue-alliance", + "TBA" + ], + "description": "A Nim wrapper for TheBlueAlliance", + "license": "MIT", + "web": "https://github.com/tervay/the-nim-alliance" } ] From 6bea853467d15984daba0e5725a6bb98bbe5994e Mon Sep 17 00:00:00 2001 From: Max Skybin Date: Sun, 29 Sep 2019 02:28:01 -0400 Subject: [PATCH 359/691] Added package passgen (#1191) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index c5f7f57..d7690b7 100644 --- a/packages.json +++ b/packages.json @@ -14544,5 +14544,16 @@ "description": "A Nim wrapper for TheBlueAlliance", "license": "MIT", "web": "https://github.com/tervay/the-nim-alliance" + }, + { + "name": "passgen", + "url": "https://github.com/rustomax/nim-passgen", + "method": "git", + "tags": [ + "password-generator" + ], + "description": "Password generation library in Nim", + "license": "MIT", + "web": "https://github.com/rustomax/nim-passgen" } ] From e0b34a805b8ef94aa79ff035e859803b98439257 Mon Sep 17 00:00:00 2001 From: Pedro Gonring Date: Tue, 1 Oct 2019 01:58:40 -0300 Subject: [PATCH 360/691] Added package fwrite (#1193) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d7690b7..2671124 100644 --- a/packages.json +++ b/packages.json @@ -14555,5 +14555,19 @@ "description": "Password generation library in Nim", "license": "MIT", "web": "https://github.com/rustomax/nim-passgen" + }, + { + "name": "fwrite", + "url": "https://github.com/pdrb/nim-fwrite", + "method": "git", + "tags": [ + "create,", + "file,", + "write,", + "fwrite" + ], + "description": "Create files of the desired size", + "license": "MIT", + "web": "https://github.com/pdrb/nim-fwrite" } ] From 735494ef6b8b7ee9e22435ab671aec4bbd5ade0e Mon Sep 17 00:00:00 2001 From: LemonHX Date: Tue, 1 Oct 2019 23:31:44 +0100 Subject: [PATCH 361/691] Added package PPM (#1192) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 2671124..0fba27a 100644 --- a/packages.json +++ b/packages.json @@ -14556,6 +14556,18 @@ "license": "MIT", "web": "https://github.com/rustomax/nim-passgen" }, + { + "name": "PPM", + "url": "https://github.com/LemonHX/PPM-Nim", + "method": "git", + "tags": [ + "graphics", + "image" + ], + "description": "lib for ppm image", + "license": "LXXSDT-MIT", + "web": "https://github.com/LemonHX/PPM-Nim" + }, { "name": "fwrite", "url": "https://github.com/pdrb/nim-fwrite", From 27289fd6ab5e2673b9ef178d2ed18fa66f319ae2 Mon Sep 17 00:00:00 2001 From: Michael Rees Date: Tue, 1 Oct 2019 23:00:27 -0500 Subject: [PATCH 362/691] Added package simplediff (#1194) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 0fba27a..7bd9cc4 100644 --- a/packages.json +++ b/packages.json @@ -14581,5 +14581,18 @@ "description": "Create files of the desired size", "license": "MIT", "web": "https://github.com/pdrb/nim-fwrite" + }, + { + "name": "simplediff", + "url": "https://git.sr.ht/~reesmichael1/nim-simplediff", + "method": "git", + "tags": [ + "diff", + "simplediff", + "" + ], + "description": "A library for straightforward diff calculation", + "license": "GPL-3.0", + "web": "https://git.sr.ht/~reesmichael1/nim-simplediff" } ] From c36e9493031ac781ad6447e0f113bb392a807301 Mon Sep 17 00:00:00 2001 From: Solitude Date: Fri, 4 Oct 2019 18:01:49 +0300 Subject: [PATCH 363/691] xcm (#1195) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 7bd9cc4..064ba7f 100644 --- a/packages.json +++ b/packages.json @@ -14594,5 +14594,17 @@ "description": "A library for straightforward diff calculation", "license": "GPL-3.0", "web": "https://git.sr.ht/~reesmichael1/nim-simplediff" + }, + { + "name": "xcm", + "url": "https://github.com/SolitudeSF/xcm", + "method": "git", + "tags": [ + "color", + "x11" + ], + "description": "Color management utility for X", + "license": "MIT", + "web": "https://github.com/SolitudeSF/xcm" } ] From 0c3bc03e906932b60df5e5814ca87b8a5d10cde6 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Mon, 7 Oct 2019 16:21:54 +0300 Subject: [PATCH 364/691] Added bearssl package (#1197) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 064ba7f..7bf49fc 100644 --- a/packages.json +++ b/packages.json @@ -14606,5 +14606,20 @@ "description": "Color management utility for X", "license": "MIT", "web": "https://github.com/SolitudeSF/xcm" + }, + { + "name": "bearssl", + "url": "https://github.com/status-im/nim-bearssl", + "method": "git", + "tags": [ + "crypto", + "hashes", + "ciphers", + "ssl", + "tls" + ], + "description": "Bindings to BearSSL library", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-bearssl" } ] From f1443b1429ae6e16080079e93e0ca5fe28629d91 Mon Sep 17 00:00:00 2001 From: Ju Date: Tue, 8 Oct 2019 17:34:23 +1300 Subject: [PATCH 365/691] Added package schedules (#1196) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 7bf49fc..46df668 100644 --- a/packages.json +++ b/packages.json @@ -14621,5 +14621,21 @@ "description": "Bindings to BearSSL library", "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-bearssl" + }, + { + "name": "schedules", + "url": "https://github.com/soasme/nim-schedules", + "method": "git", + "tags": [ + "scheduler", + "schedules", + "job", + "task", + "cron", + "interval" + ], + "description": "A Nim scheduler library that lets you kick off jobs at regular intervals.", + "license": "MIT", + "web": "https://github.com/soasme/nim-schedules" } ] From c36542ac32373e1be0de465fcdf2d5eab390766c Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 8 Oct 2019 22:31:42 +0300 Subject: [PATCH 366/691] Add package nimlevenshtein (#1198) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 46df668..9c4947a 100644 --- a/packages.json +++ b/packages.json @@ -14637,5 +14637,18 @@ "description": "A Nim scheduler library that lets you kick off jobs at regular intervals.", "license": "MIT", "web": "https://github.com/soasme/nim-schedules" + }, + { + "name": "nimlevenshtein", + "url": "https://github.com/oswjk/nimlevenshtein", + "method": "git", + "tags": [ + "levenshtein", + "similarity", + "string" + ], + "description": "The Levenshtein Nim module contains functions for fast computation of Levenshtein distance and string similarity.", + "license": "GPLv2", + "url": "https://github.com/oswjk/nimlevenshtein" } ] From dde7d56a7db569287ba1d79674ee18de26b881ec Mon Sep 17 00:00:00 2001 From: Pedro Gonring Date: Wed, 9 Oct 2019 01:45:08 -0300 Subject: [PATCH 367/691] Added package randpw (#1199) --- packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 9c4947a..c3f04c0 100644 --- a/packages.json +++ b/packages.json @@ -14648,7 +14648,20 @@ "string" ], "description": "The Levenshtein Nim module contains functions for fast computation of Levenshtein distance and string similarity.", - "license": "GPLv2", - "url": "https://github.com/oswjk/nimlevenshtein" + "license": "GPLv2" + }, + { + "name": "randpw", + "url": "https://github.com/pdrb/nim-randpw", + "method": "git", + "tags": [ + "random", + "password", + "passphrase", + "randpw" + ], + "description": "Random password and passphrase generator", + "license": "MIT", + "web": "https://github.com/pdrb/nim-randpw" } ] From 1b97b6feeac955893b0c53a5dd1aefce5cdbcdb3 Mon Sep 17 00:00:00 2001 From: b3liever <43617260+b3liever@users.noreply.github.com> Date: Wed, 9 Oct 2019 09:48:31 +0300 Subject: [PATCH 368/691] Add packages (#1201) --- packages.json | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/packages.json b/packages.json index c3f04c0..12987d1 100644 --- a/packages.json +++ b/packages.json @@ -14663,5 +14663,73 @@ "description": "Random password and passphrase generator", "license": "MIT", "web": "https://github.com/pdrb/nim-randpw" + }, + { + "name": "manu", + "url": "https://github.com/b3liever/manu", + "method": "git", + "tags": [ + "matrix", + "linear-algebra", + "scientific" + ], + "description": "Nim Matrix library", + "license": "MIT", + "web": "https://github.com/b3liever/manu" + }, + { + "name": "jscanvas", + "url": "https://github.com/b3liever/jscanvas", + "method": "git", + "tags": [ + "html5", + "canvas", + "drawing", + "graphics", + "rendering", + "browser", + "javascript" + ], + "description": "A Nim wrapper for the Canvas API", + "license": "MIT", + "web": "https://github.com/b3liever/jscanvas" + }, + { + "name": "looper", + "url": "https://github.com/b3liever/looper", + "method": "git", + "tags": [ + "loop", + "iterator", + "zip", + "enumerate" + ], + "description": "For loop macros for Nim", + "license": "MIT", + "web": "https://github.com/b3liever/looper" + }, + { + "name": "protocoled", + "url": "https://github.com/b3liever/protocoled", + "method": "git", + "tags": [ + "interface" + ], + "description": "An interface macro for Nim", + "license": "MIT", + "web": "https://github.com/b3liever/protocoled" + }, + { + "name": "eminim", + "url": "https://github.com/b3liever/eminim", + "method": "git", + "tags": [ + "json", + "marshal", + "deserialize" + ], + "description": "JSON deserialization macro for Nim", + "license": "MIT", + "web": "https://github.com/b3liever/eminim" } ] From ca6df284583eefd4b661df4ad519f03e15342cfc Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Wed, 9 Oct 2019 15:09:09 +0800 Subject: [PATCH 369/691] Added package timeit (#1200) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 12987d1..76bc9ca 100644 --- a/packages.json +++ b/packages.json @@ -14664,6 +14664,18 @@ "license": "MIT", "web": "https://github.com/pdrb/nim-randpw" }, + { + "name": "timeit", + "url": "https://github.com/xflywind/timeit", + "method": "git", + "tags": [ + "timeit", + "bench" + ], + "description": "measuring execution times written in nim.", + "license": "MIT", + "web": "https://github.com/xflywind/timeit" + }, { "name": "manu", "url": "https://github.com/b3liever/manu", From 0ca4c3c201866bacdea463924ff93050e8b3db57 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Thu, 10 Oct 2019 02:00:40 -0400 Subject: [PATCH 370/691] Added package golden (#1202) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 76bc9ca..b4c79e5 100644 --- a/packages.json +++ b/packages.json @@ -14743,5 +14743,23 @@ "description": "JSON deserialization macro for Nim", "license": "MIT", "web": "https://github.com/b3liever/eminim" + }, + { + "name": "golden", + "url": "https://github.com/disruptek/golden", + "method": "git", + "tags": [ + "benchmark", + "profile", + "golden", + "runtime", + "run", + "profiling", + "bench", + "speed" + ], + "description": "a benchmark tool", + "license": "MIT", + "web": "https://github.com/disruptek/golden" } ] From 9054bb4cac1cbbe438a65d93022013ad167981bc Mon Sep 17 00:00:00 2001 From: genotrance Date: Fri, 11 Oct 2019 00:40:27 -0500 Subject: [PATCH 371/691] Added package nimgit2 (#1203) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index b4c79e5..860b487 100644 --- a/packages.json +++ b/packages.json @@ -14761,5 +14761,19 @@ "description": "a benchmark tool", "license": "MIT", "web": "https://github.com/disruptek/golden" + }, + { + "name": "nimgit2", + "url": "https://github.com/genotrance/nimgit2", + "method": "git", + "tags": [ + "git", + "wrapper", + "libgit2", + "binding" + ], + "description": "libgit2 wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimgit2" } ] From 54911c1a1330696013e78b0d2afd3fadbfbeb7cd Mon Sep 17 00:00:00 2001 From: Willyboar Date: Fri, 11 Oct 2019 21:18:00 +0300 Subject: [PATCH 372/691] Added package rainbow (#1204) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 860b487..2599ad8 100644 --- a/packages.json +++ b/packages.json @@ -14775,5 +14775,18 @@ "description": "libgit2 wrapper for Nim", "license": "MIT", "web": "https://github.com/genotrance/nimgit2" + }, + { + "name": "rainbow", + "url": "https://github.com/thebigbaron/rainbow", + "method": "git", + "tags": [ + "library", + "256-colors", + "cli" + ], + "description": "256 colors for shell", + "license": "MIT", + "web": "https://github.com/thebigbaron/rainbow" } ] From 0584cd4e3e0a72cbc07e0337dd7cfb6e89f64c9a Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 16 Oct 2019 14:35:00 +0200 Subject: [PATCH 373/691] Move packages of ehmry to git.sr.ht (#1207) --- packages.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/packages.json b/packages.json index 2599ad8..3bacab7 100644 --- a/packages.json +++ b/packages.json @@ -6757,7 +6757,7 @@ }, { "name": "imap", - "url": "https://github.com/ehmry/imap", + "url": "https://git.sr.ht/~ehmry/nim_imap", "method": "git", "tags": [ "imap", @@ -6765,7 +6765,7 @@ ], "description": "IMAP client library", "license": "GPL2", - "web": "https://github.com/ehmry/imap" + "web": "https://git.sr.ht/~ehmry/nim_imap" }, { "name": "isa", @@ -7427,14 +7427,14 @@ }, { "name": "tiger", - "url": "https://github.com/ehmry/tiger", + "url": "https://git.sr.ht/~ehmry/nim_tiger", "method": "git", "tags": [ "hash" ], "description": "Tiger hash function", "license": "MIT", - "web": "https://github.com/ehmry/tiger" + "web": "https://git.sr.ht/~ehmry/nim_tiger" }, { "name": "pipe", @@ -8260,7 +8260,7 @@ }, { "name": "cbor", - "url": "https://github.com/ehmry/nim-cbor", + "url": "https://git.sr.ht/~ehmry/nim_cbor", "method": "git", "tags": [ "library", @@ -8270,11 +8270,11 @@ ], "description": "Concise Binary Object Representation decoder (RFC7049).", "license": "MIT", - "web": "https://github.com/ehmry/nim-cbor" + "web": "https://git.sr.ht/~ehmry/nim_cbor" }, { "name": "base58", - "url": "https://github.com/ehmry/nim-base58", + "url": "https://git.sr.ht/~ehmry/nim_base58", "method": "git", "tags": [ "base58", @@ -8286,7 +8286,7 @@ ], "description": "Base58 encoders and decoders for Bitcoin and CryptoNote addresses.", "license": "MIT", - "web": "https://github.com/ehmry/nim-base58" + "web": "https://git.sr.ht/~ehmry/nim_base58" }, { "name": "webdriver", @@ -9497,7 +9497,7 @@ }, { "name": "sphincs", - "url": "https://github.com/ehmry/nim-sphincs", + "url": "https://git.sr.ht/~ehmry/nim_sphincs", "method": "git", "tags": [ "crypto", @@ -9506,7 +9506,7 @@ ], "description": "SPHINCS⁺ stateless hash-based signature scheme", "license": "MIT", - "web": "https://github.com/ehmry/nim-sphincs" + "web": "https://git.sr.ht/~ehmry/nim_sphincs" }, { "name": "nimpb", @@ -11888,7 +11888,7 @@ }, { "name": "siphash", - "url": "https://github.com/ehmry/nim-siphash", + "url": "https://git.sr.ht/~ehmry/nim_siphash", "method": "git", "tags": [ "hash", @@ -11896,11 +11896,11 @@ ], "description": "SipHash, a pseudorandom function optimized for short messages.", "license": "GPLv3", - "web": "https://github.com/ehmry/nim-siphash" + "web": "https://git.sr.ht/~ehmry/nim_siphash" }, { "name": "haraka", - "url": "https://github.com/ehmry/nim-haraka", + "url": "https://git.sr.ht/~ehmry/nim_haraka", "method": "git", "tags": [ "hash", @@ -11908,11 +11908,11 @@ ], "description": "Haraka v2 short-input hash function", "license": "MIT", - "web": "https://github.com/ehmry/nim-haraka" + "web": "https://git.sr.ht/~ehmry/nim_haraka" }, { "name": "genode", - "url": "https://github.com/ehmry/nim-genode", + "url": "https://git.sr.ht/~ehmry/nim_genode", "method": "git", "tags": [ "genode", @@ -11920,7 +11920,7 @@ ], "description": "System libraries for the Genode Operating System Framework", "license": "AGPLv3", - "web": "https://github.com/ehmry/nim-genode" + "web": "https://git.sr.ht/~ehmry/nim_genode" }, { "name": "moe", @@ -13516,7 +13516,7 @@ }, { "name": "toxcore", - "url": "https://github.com/ehmry/nim_tox", + "url": "https://git.sr.ht/~ehmry/nim_tox", "method": "git", "tags": [ "tox", @@ -13525,7 +13525,7 @@ ], "description": "C Tox core wrapper", "license": "GPL-3.0", - "web": "https://github.com/ehmry/nim_tox" + "web": "https://git.sr.ht/~ehmry/nim_tox" }, { "name": "rapid", From 49751de8c4561d9946f4dffeacfad749ee4d16a1 Mon Sep 17 00:00:00 2001 From: rockcavera Date: Wed, 16 Oct 2019 11:59:22 -0300 Subject: [PATCH 374/691] Added package winversion (#1208) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3bacab7..a5af526 100644 --- a/packages.json +++ b/packages.json @@ -14788,5 +14788,17 @@ "description": "256 colors for shell", "license": "MIT", "web": "https://github.com/thebigbaron/rainbow" + }, + { + "name": "winversion", + "url": "https://github.com/rockcavera/winversion", + "method": "git", + "tags": [ + "windows", + "version" + ], + "description": "This package allows you to determine the running version of the Windows operating system.", + "license": "MIT", + "web": "https://github.com/rockcavera/winversion" } ] From 57704c32ff8503d6d016893c81aa4acb9db83d58 Mon Sep 17 00:00:00 2001 From: StefanSalewski Date: Thu, 17 Oct 2019 07:24:39 +0200 Subject: [PATCH 375/691] Added package rtree (#1206) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index a5af526..2c3a272 100644 --- a/packages.json +++ b/packages.json @@ -14789,6 +14789,17 @@ "license": "MIT", "web": "https://github.com/thebigbaron/rainbow" }, + { + "name": "rtree", + "url": "https://github.com/stefansalewski/RTree", + "method": "git", + "tags": [ + "library" + ], + "description": "R-Tree", + "license": "MIT", + "web": "https://github.com/stefansalewski/RTree" + }, { "name": "winversion", "url": "https://github.com/rockcavera/winversion", From 3829c6f281e03fd23632d71b24709c3d7029a1f0 Mon Sep 17 00:00:00 2001 From: Max Skybin Date: Fri, 18 Oct 2019 01:37:29 -0400 Subject: [PATCH 376/691] Added package npg (#1209) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2c3a272..f81c1ff 100644 --- a/packages.json +++ b/packages.json @@ -14811,5 +14811,18 @@ "description": "This package allows you to determine the running version of the Windows operating system.", "license": "MIT", "web": "https://github.com/rockcavera/winversion" + }, + { + "name": "npg", + "url": "https://github.com/rustomax/npg", + "method": "git", + "tags": [ + "password-generator", + "password", + "cli" + ], + "description": "Password generator in Nim", + "license": "MIT", + "web": "https://github.com/rustomax/npg" } ] From db2b34cd40a1b6dde5646f933cf31757808bf85a Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sun, 20 Oct 2019 02:48:30 -0400 Subject: [PATCH 377/691] Added package bump (#1211) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index f81c1ff..9250a7f 100644 --- a/packages.json +++ b/packages.json @@ -14824,5 +14824,21 @@ "description": "Password generator in Nim", "license": "MIT", "web": "https://github.com/rustomax/npg" + }, + { + "name": "bump", + "url": "https://github.com/disruptek/bump", + "method": "git", + "tags": [ + "nimble", + "bump", + "release", + "tag", + "package", + "tool" + ], + "description": "a tiny tool to bump nimble versions", + "license": "MIT", + "web": "https://github.com/disruptek/bump" } ] From 65219302b98a83cdfcebb0688c062f81cd930b24 Mon Sep 17 00:00:00 2001 From: wltsmrz Date: Sun, 20 Oct 2019 19:30:52 +0900 Subject: [PATCH 378/691] Added package nimler (#1212) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 9250a7f..34e40dd 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,16 @@ [ + { + "name": "nimler", + "url": "https://github.com/wltsmrz/nimler", + "method": "git", + "tags": [ + "Erlang", + "Elixir" + ], + "description": "Erlang/Elixir NIFs for nim", + "license": "MIT", + "web": "https://github.com/wltsmrz/nimler" + }, { "name": "QuickJS4nim", "url": "https://github.com/ImVexed/quickjs4nim", From 8d8d8d4f930d478cd252e1c3ce8160543114ed53 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sun, 20 Oct 2019 16:51:44 -0400 Subject: [PATCH 379/691] Added package "swayipc" (#1213) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 34e40dd..e0a591c 100644 --- a/packages.json +++ b/packages.json @@ -14852,5 +14852,23 @@ "description": "a tiny tool to bump nimble versions", "license": "MIT", "web": "https://github.com/disruptek/bump" + }, + { + "name": "swayipc", + "url": "https://github.com/disruptek/swayipc", + "method": "git", + "tags": [ + "wayland", + "sway", + "i3", + "ipc", + "i3ipc", + "swaymsg", + "x11", + "swaywm" + ], + "description": "IPC interface to sway (or i3) compositors", + "license": "MIT", + "web": "https://github.com/disruptek/swayipc" } ] From 7a2ef84b27768e2560a52b0284246f0ac2e5ce5a Mon Sep 17 00:00:00 2001 From: Jason Koch Date: Mon, 21 Oct 2019 22:25:58 -0700 Subject: [PATCH 380/691] Added package nimbpf (#1214) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e0a591c..00bb711 100644 --- a/packages.json +++ b/packages.json @@ -14870,5 +14870,18 @@ "description": "IPC interface to sway (or i3) compositors", "license": "MIT", "web": "https://github.com/disruptek/swayipc" + }, + { + "name": "nimbpf", + "url": "https://github.com/jasonk000/nimbpf", + "method": "git", + "tags": [ + "libbpf", + "ebpf", + "bpf" + ], + "description": "libbpf for nim", + "license": "MIT", + "web": "https://github.com/jasonk000/nimbpf" } ] From 92bb9b8dc7e1aca31609951187437cad248ff1d5 Mon Sep 17 00:00:00 2001 From: Jason Koch Date: Mon, 21 Oct 2019 23:32:26 -0700 Subject: [PATCH 381/691] Added package nimpmda (#1215) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 00bb711..620a4ed 100644 --- a/packages.json +++ b/packages.json @@ -14871,6 +14871,21 @@ "license": "MIT", "web": "https://github.com/disruptek/swayipc" }, + { + "name": "nimpmda", + "url": "https://github.com/jasonk000/nimpmda", + "method": "git", + "tags": [ + "pcp", + "pmda", + "performance", + "libpcp", + "libpmda" + ], + "description": "PCP PMDA module bindings", + "license": "MIT", + "web": "https://github.com/jasonk000/nimpmda" + }, { "name": "nimbpf", "url": "https://github.com/jasonk000/nimbpf", From 5d66e807197d3e605c4d05836957260ae038eb48 Mon Sep 17 00:00:00 2001 From: Michael Krauter Date: Tue, 22 Oct 2019 09:03:39 +0200 Subject: [PATCH 382/691] oracle odpic-wrapper (#1210) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 620a4ed..5bec71b 100644 --- a/packages.json +++ b/packages.json @@ -14837,6 +14837,19 @@ "license": "MIT", "web": "https://github.com/rustomax/npg" }, + { + "name": "nimodpi", + "url": "https://github.com/mikra01/nimodpi", + "method": "git", + "tags": [ + "oracle", + "odpi-c", + "wrapper" + ], + "description": "oracle odpi-c wrapper for Nim", + "license": "MIT", + "web": "https://github.com/mikra01/nimodpi" + }, { "name": "bump", "url": "https://github.com/disruptek/bump", From facb547b13f73e7e0e764846250818bda12da7c7 Mon Sep 17 00:00:00 2001 From: Willyboar Date: Fri, 25 Oct 2019 08:00:04 +0300 Subject: [PATCH 383/691] Added package pine (#1218) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5bec71b..8f4463a 100644 --- a/packages.json +++ b/packages.json @@ -14911,5 +14911,18 @@ "description": "libbpf for nim", "license": "MIT", "web": "https://github.com/jasonk000/nimbpf" + }, + { + "name": "pine", + "url": "https://github.com/thebigbaron/pine", + "method": "git", + "tags": [ + "static", + "site", + "generator" + ], + "description": "Nim Static Blog & Site Generator", + "license": "MIT", + "web": "https://github.com/thebigbaron/pine" } ] From 627676b27a9b20d87ec8125465a116a0131df795 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Fri, 25 Oct 2019 16:29:31 +0200 Subject: [PATCH 384/691] add ginger, ggplotnim (#1219) --- packages.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/packages.json b/packages.json index 8f4463a..3c1c480 100644 --- a/packages.json +++ b/packages.json @@ -14924,5 +14924,36 @@ "description": "Nim Static Blog & Site Generator", "license": "MIT", "web": "https://github.com/thebigbaron/pine" + }, + { + "name": "ginger", + "url": "https://github.com/Vindaar/ginger", + "method": "git", + "tags": [ + "library", + "cairo", + "graphics", + "plotting" + ], + "description": "A Grid (R) like package in Nim", + "license": "MIT", + "web": "https://github.com/Vindaar/ginger" + }, + { + "name": "ggplotnim", + "url": "https://github.com/Vindaar/ggplotnim", + "method": "git", + "tags": [ + "library", + "grammar of graphics", + "gog", + "ggplot2", + "plotting", + "graphics", + "dataframe" + ], + "description": "A port of ggplot2 for Nim", + "license": "MIT", + "web": "https://github.com/Vindaar/ggplotnim" } ] From 1c431e434edfaacfee74cbbcf00b88764c5450ee Mon Sep 17 00:00:00 2001 From: Leonardo Mariscal Date: Sun, 27 Oct 2019 00:16:44 -0500 Subject: [PATCH 385/691] Add package owo (#1222) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3c1c480..ece839d 100644 --- a/packages.json +++ b/packages.json @@ -14955,5 +14955,17 @@ "description": "A port of ggplot2 for Nim", "license": "MIT", "web": "https://github.com/Vindaar/ggplotnim" + }, + { + "name": "owo", + "url": "https://github.com/lmariscal/owo", + "method": "git", + "tags": [ + "fun", + "utility" + ], + "description": "OwO text convewtew fow Nim", + "license": "MIT", + "web": "https://github.com/lmariscal/owo" } ] From eec39dda25d51e7a041ed6f0ccdd7e574baac1f0 Mon Sep 17 00:00:00 2001 From: Sean Hellum Date: Mon, 28 Oct 2019 00:50:52 -0500 Subject: [PATCH 386/691] Added package NimTacToe (#1223) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index ece839d..59095f7 100644 --- a/packages.json +++ b/packages.json @@ -14967,5 +14967,16 @@ "description": "OwO text convewtew fow Nim", "license": "MIT", "web": "https://github.com/lmariscal/owo" + }, + { + "name": "NimTacToe", + "url": "https://github.com/JesterOrNot/Nim-Tac-Toe", + "method": "git", + "tags": [ + "no" + ], + "description": "A new awesome nimble package", + "license": "MIT", + "web": "https://github.com/JesterOrNot/Nim-Tac-Toe" } ] From 6ab80c24cb536742668e628f4b850e44a318e097 Mon Sep 17 00:00:00 2001 From: Manuel Philipp Date: Mon, 28 Oct 2019 21:18:30 +0100 Subject: [PATCH 387/691] Added package nimagehide (#1224) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 59095f7..694a57e 100644 --- a/packages.json +++ b/packages.json @@ -14978,5 +14978,21 @@ "description": "A new awesome nimble package", "license": "MIT", "web": "https://github.com/JesterOrNot/Nim-Tac-Toe" + }, + { + "name": "nimagehide", + "url": "https://github.com/MnlPhlp/nimagehide", + "method": "git", + "tags": [ + "library", + "cli", + "staganography", + "image", + "hide", + "secret" + ], + "description": "A library to hide data in images. Usable as library or cli tool.", + "license": "MIT", + "web": "https://github.com/MnlPhlp/nimagehide" } ] From 7264c968c71875908683a142fb91ab187905d7aa Mon Sep 17 00:00:00 2001 From: hectormonacci Date: Tue, 29 Oct 2019 01:53:59 -0300 Subject: [PATCH 388/691] Added hectormonacci/tsv2json (#1225) tsv2json is a terminal utility writenn entirely in Nim. It takes a file or stream with a TSV header and zero or more TSV records and returns the same information, formatted as JSON --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 694a57e..00367fa 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,16 @@ [ + { + "name": "tsv2json", + "url": "https://github.com/hectormonacci/tsv2json", + "method": "git", + "tags": [ + "TSV", + "JSON" + ], + "description": "Turn TSV file or stream into JSON file or stream", + "license": "MIT", + "web": "https://github.com/hectormonacci/tsv2json" + }, { "name": "nimler", "url": "https://github.com/wltsmrz/nimler", From a2883af696d662a203c0f4c72df7b782d7016c87 Mon Sep 17 00:00:00 2001 From: Gampol T Date: Tue, 29 Oct 2019 18:45:59 +0700 Subject: [PATCH 389/691] Added package srv (#1226) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 00367fa..2a29fa0 100644 --- a/packages.json +++ b/packages.json @@ -15006,5 +15006,16 @@ "description": "A library to hide data in images. Usable as library or cli tool.", "license": "MIT", "web": "https://github.com/MnlPhlp/nimagehide" + }, + { + "name": "srv", + "url": "https://github.com/me7/srv", + "method": "git", + "tags": [ + "web-server" + ], + "description": "A tiny static file web server.", + "license": "MIT", + "web": "https://github.com/me7/srv" } ] From 54e8c8bb28401ea40e2da243e4320ebcd6cf0854 Mon Sep 17 00:00:00 2001 From: Michal Kijowski Date: Tue, 29 Oct 2019 23:40:47 +0100 Subject: [PATCH 390/691] Added package autotyper --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2a29fa0..393f237 100644 --- a/packages.json +++ b/packages.json @@ -15017,5 +15017,18 @@ "description": "A tiny static file web server.", "license": "MIT", "web": "https://github.com/me7/srv" + }, + { + "name": "autotyper", + "url": "https://github.com/kijowski/autotyper", + "method": "git", + "tags": [ + "terminal", + "cli", + "typing-emulator" + ], + "description": "Keyboard typing emulator", + "license": "MIT", + "web": "https://github.com/kijowski/autotyper" } ] From 91cef4571a735c412a851f10bc6af5eabf7bf326 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 31 Oct 2019 02:44:26 -0300 Subject: [PATCH 391/691] Added package dnsprotec (#1228) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 393f237..7842943 100644 --- a/packages.json +++ b/packages.json @@ -15030,5 +15030,17 @@ "description": "Keyboard typing emulator", "license": "MIT", "web": "https://github.com/kijowski/autotyper" + }, + { + "name": "dnsprotec", + "url": "https://github.com/juancarlospaco/nim-dnsprotec", + "method": "git", + "tags": [ + "dns", + "hosts" + ], + "description": "DNS /etc/hosts file manager, Block 1 Million malicious domains with 1 command", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-dnsprotec" } ] From cf35f67699541471bfe5e06a2d0f6e57082dbffe Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Fri, 1 Nov 2019 03:03:23 +0700 Subject: [PATCH 392/691] Added package fastcgi (#1229) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7842943..3107524 100644 --- a/packages.json +++ b/packages.json @@ -15042,5 +15042,18 @@ "description": "DNS /etc/hosts file manager, Block 1 Million malicious domains with 1 command", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-dnsprotec" + }, + { + "name": "fastcgi", + "url": "https://github.com/ba0f3/fastcgi.nim", + "method": "git", + "tags": [ + "fastcgi", + "fcgi", + "cgi" + ], + "description": "FastCGI library for Nim", + "license": "MIT", + "web": "https://github.com/ba0f3/fastcgi.nim" } ] From 9eda7130bcf0cf22d695e4f51ab07f2fa1cda7d5 Mon Sep 17 00:00:00 2001 From: genotrance Date: Fri, 1 Nov 2019 02:04:13 -0500 Subject: [PATCH 393/691] Added package nimgraphql (#1231) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 3107524..be9e890 100644 --- a/packages.json +++ b/packages.json @@ -15043,6 +15043,17 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-dnsprotec" }, + { + "name": "nimgraphql", + "url": "https://github.com/genotrance/nimgraphql", + "method": "git", + "tags": [ + "graphql" + ], + "description": "libgraphqlparser wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimgraphql" + }, { "name": "fastcgi", "url": "https://github.com/ba0f3/fastcgi.nim", From 0452606d666e39889420096a4a14918cc3d37afc Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 1 Nov 2019 04:39:01 -0300 Subject: [PATCH 394/691] Added package chonker (#1232) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index be9e890..e32682b 100644 --- a/packages.json +++ b/packages.json @@ -15066,5 +15066,18 @@ "description": "FastCGI library for Nim", "license": "MIT", "web": "https://github.com/ba0f3/fastcgi.nim" + }, + { + "name": "chonker", + "url": "https://github.com/juancarlospaco/nim-chonker", + "method": "git", + "tags": [ + "arch", + "linux", + "pacman" + ], + "description": "Arch Linux Pacman Optimizer", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-chonker" } ] From 78369a1303007c7afa4e39b1b9b5e071d26696ac Mon Sep 17 00:00:00 2001 From: jiro Date: Sat, 2 Nov 2019 15:46:36 +0900 Subject: [PATCH 395/691] Added package maze (#1234) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e32682b..065adcd 100644 --- a/packages.json +++ b/packages.json @@ -15079,5 +15079,19 @@ "description": "Arch Linux Pacman Optimizer", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-chonker" + }, + { + "name": "maze", + "url": "https://github.com/jiro4989/maze", + "method": "git", + "tags": [ + "maze", + "cli", + "library", + "algorithm" + ], + "description": "A command and library to generate mazes", + "license": "MIT", + "web": "https://github.com/jiro4989/maze" } ] From bdf9f0b1f91b39fb3005d3cd075a98b2a8aad581 Mon Sep 17 00:00:00 2001 From: Miran Date: Mon, 4 Nov 2019 09:04:59 +0100 Subject: [PATCH 396/691] add package 'sorta' (#1236) --- packages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 065adcd..7eed6a2 100644 --- a/packages.json +++ b/packages.json @@ -9364,7 +9364,24 @@ ], "description": "Itertools for Nim", "license": "MIT", - "web": "https://github.com/narimiran/itertools" + "web": "https://narimiran.github.io/itertools/" + }, + { + "name": "sorta", + "url": "https://github.com/narimiran/sorta", + "method": "git", + "tags": [ + "sort", + "sorted", + "table", + "sorted-table", + "b-tree", + "btree", + "ordered" + ], + "description": "Sorted Tables for Nim, based on B-Trees", + "license": "MIT", + "web": "https://narimiran.github.io/sorta/" }, { "name": "typelists", From 510a9c82dc358ec3646b0cd4726c7f4f22dcb659 Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Mon, 4 Nov 2019 11:01:32 +0100 Subject: [PATCH 397/691] Added package monocypher (#1237) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 7eed6a2..67278f4 100644 --- a/packages.json +++ b/packages.json @@ -15110,5 +15110,17 @@ "description": "A command and library to generate mazes", "license": "MIT", "web": "https://github.com/jiro4989/maze" + }, + { + "name": "monocypher", + "url": "https://github.com/markspanbroek/monocypher.nim", + "method": "git", + "tags": [ + "monocypher", + "crypto" + ], + "description": "Monocypher", + "license": "MIT", + "web": "https://github.com/markspanbroek/monocypher.nim" } ] From 374aaff04d5afdd7979d9f3cdf4bd85bb90ef4c7 Mon Sep 17 00:00:00 2001 From: Manuel Philipp Date: Tue, 5 Nov 2019 14:16:50 +0100 Subject: [PATCH 398/691] Added package cli_menu (#1238) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 67278f4..7d26adc 100644 --- a/packages.json +++ b/packages.json @@ -15122,5 +15122,20 @@ "description": "Monocypher", "license": "MIT", "web": "https://github.com/markspanbroek/monocypher.nim" + }, + { + "name": "cli_menu", + "url": "https://github.com/MnlPhlp/cli_menu", + "method": "git", + "tags": [ + "menu", + "library", + "cli", + "interactive", + "userinput" + ], + "description": "A library to create interactive commandline menus without writing boilerplate code.", + "license": "MIT", + "web": "https://github.com/MnlPhlp/cli_menu" } ] From bc3dcb0437012fc012c5e2355330b049715893c4 Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Thu, 7 Nov 2019 02:07:24 +0700 Subject: [PATCH 399/691] Added package sim (#1239) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7d26adc..4e53a3c 100644 --- a/packages.json +++ b/packages.json @@ -15137,5 +15137,18 @@ "description": "A library to create interactive commandline menus without writing boilerplate code.", "license": "MIT", "web": "https://github.com/MnlPhlp/cli_menu" + }, + { + "name": "sim", + "url": "https://github.com/ba0f3/sim.nim", + "method": "git", + "tags": [ + "config", + "parser", + "parsing" + ], + "description": "Parse config by defining an object", + "license": "MIT", + "web": "https://github.com/ba0f3/sim.nim" } ] From 9a76fefd349f98ca37c9d6417e382ec05d823622 Mon Sep 17 00:00:00 2001 From: Zed Date: Thu, 7 Nov 2019 07:27:25 +0100 Subject: [PATCH 400/691] Added package redpool (#1241) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4e53a3c..6bd971f 100644 --- a/packages.json +++ b/packages.json @@ -15150,5 +15150,17 @@ "description": "Parse config by defining an object", "license": "MIT", "web": "https://github.com/ba0f3/sim.nim" + }, + { + "name": "redpool", + "url": "https://github.com/zedeus/redpool", + "method": "git", + "tags": [ + "redis", + "pool" + ], + "description": "Redis connection pool", + "license": "MIT", + "web": "https://github.com/zedeus/redpool" } ] From cbdae7c8e20f76cde23cd1c14144a10b2a0b9ffd Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Thu, 7 Nov 2019 07:02:09 +0000 Subject: [PATCH 401/691] Add libu2f (#1240) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 6bd971f..aa4bf14 100644 --- a/packages.json +++ b/packages.json @@ -15138,6 +15138,21 @@ "license": "MIT", "web": "https://github.com/MnlPhlp/cli_menu" }, + { + "name": "libu2f", + "url": "", + "method": "git", + "tags": [ + "u2f", + "library", + "security", + "authentication", + "fido" + ], + "description": "A wrapper for libu2f, a library for FIDO/U2F", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-libu2f" + }, { "name": "sim", "url": "https://github.com/ba0f3/sim.nim", @@ -15163,4 +15178,5 @@ "license": "MIT", "web": "https://github.com/zedeus/redpool" } + ] From 54b2556c518519d7ef1e7b81406bbe045668cfbc Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 9 Nov 2019 12:47:14 +0000 Subject: [PATCH 402/691] Fix libu2f url --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index aa4bf14..768866d 100644 --- a/packages.json +++ b/packages.json @@ -15140,7 +15140,7 @@ }, { "name": "libu2f", - "url": "", + "url": "https://github.com/FedericoCeratto/nim-libu2f", "method": "git", "tags": [ "u2f", From a224fb12524e63033dd29e4d4d9e4b603f6c108f Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Sat, 9 Nov 2019 13:48:47 -0600 Subject: [PATCH 403/691] Add bson and mongopool (#1243) --- packages.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/packages.json b/packages.json index 768866d..82ad365 100644 --- a/packages.json +++ b/packages.json @@ -15177,6 +15177,36 @@ "description": "Redis connection pool", "license": "MIT", "web": "https://github.com/zedeus/redpool" + }, + { + "name": "bson", + "url": "https://github.com/JohnAD/bson", + "method": "git", + "tags": [ + "bson", + "serialize", + "parser", + "json" + ], + "description": "BSON Binary JSON Serialization", + "license": "MIT", + "web": "https://github.com/JohnAD/bson" + }, + { + "name": "mongopool", + "url": "https://github.com/JohnAD/mongopool", + "method": "git", + "tags": [ + "mongodb", + "mongo", + "database", + "driver", + "client", + "nosql" + ], + "description": "MongoDb pooled driver", + "license": "MIT", + "web": "https://github.com/JohnAD/mongopool" } ] From 6f10e0fe1ae544d3474b42b8fb1d531918d276eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sun, 10 Nov 2019 18:11:42 +0100 Subject: [PATCH 404/691] add leveldb bindings (#1244) --- packages.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 82ad365..2c92413 100644 --- a/packages.json +++ b/packages.json @@ -15207,6 +15207,17 @@ "description": "MongoDb pooled driver", "license": "MIT", "web": "https://github.com/JohnAD/mongopool" + }, + { + "name": "leveldb", + "url": "https://github.com/zielmicha/leveldb.nim", + "method": "git", + "tags": [ + "leveldb", + "database" + ], + "description": "LevelDB bindings", + "license": "MIT", + "web": "https://github.com/zielmicha/leveldb.nim" } - ] From 98271063fa0e02c25a0aa9c09eff1da593851f02 Mon Sep 17 00:00:00 2001 From: lqdev Date: Sun, 10 Nov 2019 18:45:04 +0100 Subject: [PATCH 405/691] Added package euwren (#1245) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 2c92413..8e38cc8 100644 --- a/packages.json +++ b/packages.json @@ -15208,6 +15208,21 @@ "license": "MIT", "web": "https://github.com/JohnAD/mongopool" }, + { + "name": "euwren", + "url": "https://github.com/liquid600pgm/euwren", + "method": "git", + "tags": [ + "wren", + "embedded", + "scripting", + "language", + "wrapper" + ], + "description": "High-level Wren wrapper", + "license": "MIT", + "web": "https://github.com/liquid600pgm/euwren" + }, { "name": "leveldb", "url": "https://github.com/zielmicha/leveldb.nim", From 8a9bc2038cd0f55a159fae28af89cd62fd10bf63 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Mon, 11 Nov 2019 19:43:42 -0300 Subject: [PATCH 406/691] Added package requirementstxt --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8e38cc8..969a5c9 100644 --- a/packages.json +++ b/packages.json @@ -15234,5 +15234,18 @@ "description": "LevelDB bindings", "license": "MIT", "web": "https://github.com/zielmicha/leveldb.nim" + }, + { + "name": "requirementstxt", + "url": "https://github.com/juancarlospaco/nim-requirementstxt", + "method": "git", + "tags": [ + "python", + "pip", + "requirements" + ], + "description": "Python requirements.txt generic parser for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-requirementstxt" } ] From 24e7c88f7ec0671edad3e45188396b7f84ceba51 Mon Sep 17 00:00:00 2001 From: jiro Date: Wed, 13 Nov 2019 02:42:35 +0900 Subject: [PATCH 407/691] Added package edens (#1247) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 969a5c9..62983d1 100644 --- a/packages.json +++ b/packages.json @@ -15247,5 +15247,20 @@ "description": "Python requirements.txt generic parser for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-requirementstxt" + }, + { + "name": "edens", + "url": "https://github.com/jiro4989/edens", + "method": "git", + "tags": [ + "cli", + "command", + "encode", + "decode", + "joke" + ], + "description": "A command to encode / decode text with your dictionary", + "license": "MIT", + "web": "https://github.com/jiro4989/edens" } ] From 935490c850719df1bee8909fa021941c2f593f54 Mon Sep 17 00:00:00 2001 From: PMunch Date: Wed, 13 Nov 2019 11:48:18 +0100 Subject: [PATCH 408/691] Add getmac package (#1248) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 62983d1..51b6b5c 100644 --- a/packages.json +++ b/packages.json @@ -1272,6 +1272,19 @@ "license": "MIT", "web": "https://github.com/PMunch/nim-optionsutils" }, + { + "name": "getmac", + "url": "https://github.com/PMunch/getmac", + "method": "git", + "tags": [ + "network", + "mac", + "ip" + ], + "description": "A package to get the MAC address of a local IP address", + "license": "MIT", + "web": "https://github.com/PMunch/getmac" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", From 093a199aea6a533d9c6e9e074408539476389786 Mon Sep 17 00:00:00 2001 From: Ahrotahn <40727284+Ahrotahn@users.noreply.github.com> Date: Wed, 13 Nov 2019 13:25:16 -0600 Subject: [PATCH 409/691] Add argon2 package (#1249) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 51b6b5c..0012c36 100644 --- a/packages.json +++ b/packages.json @@ -15275,5 +15275,21 @@ "description": "A command to encode / decode text with your dictionary", "license": "MIT", "web": "https://github.com/jiro4989/edens" + }, + { + "name": "argon2", + "url": "https://github.com/Ahrotahn/argon2", + "method": "git", + "tags": [ + "argon2", + "crypto", + "hash", + "library", + "password", + "wrapper" + ], + "description": "A nim wrapper for the Argon2 hashing library", + "license": "MIT", + "web": "https://github.com/Ahrotahn/argon2" } ] From 6470cb5f7157b9d0a882057cd43447d4b3c6ee49 Mon Sep 17 00:00:00 2001 From: madprops <206498+madprops@users.noreply.github.com> Date: Fri, 15 Nov 2019 11:53:56 -0600 Subject: [PATCH 410/691] Added package nap (#1250) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0012c36..8ce1980 100644 --- a/packages.json +++ b/packages.json @@ -15291,5 +15291,19 @@ "description": "A nim wrapper for the Argon2 hashing library", "license": "MIT", "web": "https://github.com/Ahrotahn/argon2" + }, + { + "name": "nap", + "url": "https://github.com/madprops/nap", + "method": "git", + "tags": [ + "arguments", + "parser", + "opts", + "library" + ], + "description": "Argument parser", + "license": "MIT", + "web": "https://github.com/madprops/nap" } ] From 7b913acdf90985b4f04ce40a83e43a04d9fc55ec Mon Sep 17 00:00:00 2001 From: Matt Cavalier Date: Sun, 17 Nov 2019 02:14:53 -0600 Subject: [PATCH 411/691] Added package illwill_unsafe (#1251) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8ce1980..1fb8720 100644 --- a/packages.json +++ b/packages.json @@ -15305,5 +15305,18 @@ "description": "Argument parser", "license": "MIT", "web": "https://github.com/madprops/nap" + }, + { + "name": "illwill_unsafe", + "url": "https://github.com/matthewjcavalier/illwill_unsafe", + "method": "git", + "tags": [ + "illWill_fork", + "terminal", + "ncurses" + ], + "description": "A fork of John Novak (john@johnnovak.net)'s illwill package that is less safe numbers wise", + "license": "WTFPL", + "web": "https://github.com/matthewjcavalier/illwill_unsafe" } ] From a43a1097caacc1b00cbfba053dfb12fdfa645484 Mon Sep 17 00:00:00 2001 From: Evgeniy Vasilev Date: Sun, 17 Nov 2019 17:36:38 +0100 Subject: [PATCH 412/691] Added package sparkline (#1252) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1fb8720..cb29616 100644 --- a/packages.json +++ b/packages.json @@ -15318,5 +15318,18 @@ "description": "A fork of John Novak (john@johnnovak.net)'s illwill package that is less safe numbers wise", "license": "WTFPL", "web": "https://github.com/matthewjcavalier/illwill_unsafe" + }, + { + "name": "sparkline", + "url": "https://github.com/aquilax/sparkline-nim", + "method": "git", + "tags": [ + "library", + "sparkline", + "console" + ], + "description": "Sparkline library", + "license": "MIT", + "web": "https://github.com/aquilax/sparkline-nim" } ] From 38d8f9d7e7510e22452db9f6839da7c44c1e73cf Mon Sep 17 00:00:00 2001 From: John Novak Date: Thu, 21 Nov 2019 22:55:27 +1000 Subject: [PATCH 413/691] Switch from old abandoned NanoVG package to a currently maintained one (#1253) --- packages.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index cb29616..c16ff89 100644 --- a/packages.json +++ b/packages.json @@ -3365,8 +3365,8 @@ "web": "https://github.com/rnowley/nim-ncurses" }, { - "name": "nanovg.nim", - "url": "https://github.com/fowlmouth/nanovg.nim", + "name": "nanovg", + "url": "https://github.com/johnnovak/nim-nanovg", "method": "git", "tags": [ "wrapper", @@ -3374,9 +3374,9 @@ "vector graphics", "opengl" ], - "description": "A wrapper for NanoVG vector graphics rendering", + "description": "Nim wrapper for the C NanoVG antialiased vector graphics rendering library for OpenGL", "license": "MIT", - "web": "https://github.com/fowlmouth/nanovg.nim" + "web": "https://github.com/johnnovak/nim-nanovg" }, { "name": "pwd", From d94273a4d53671c83b4d387ebf001843c0384627 Mon Sep 17 00:00:00 2001 From: Andreas Wilm Date: Fri, 22 Nov 2019 20:23:29 +0800 Subject: [PATCH 414/691] Added package readfq (#1254) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index c16ff89..5064378 100644 --- a/packages.json +++ b/packages.json @@ -15331,5 +15331,20 @@ "description": "Sparkline library", "license": "MIT", "web": "https://github.com/aquilax/sparkline-nim" + }, + { + "name": "readfq", + "url": "https://github.com/andreas-wilm/nimreadfq", + "method": "git", + "tags": [ + "fasta", + "fastq", + "parser", + "kseq", + "readfq" + ], + "description": "Wrapper for Heng Li's kseq", + "license": "MIT", + "web": "https://github.com/andreas-wilm/nimreadfq" } ] From d5e19da570913c08fcef84e959479deb11ac8fc6 Mon Sep 17 00:00:00 2001 From: Miran Date: Fri, 22 Nov 2019 15:03:48 +0100 Subject: [PATCH 415/691] add `lc` (list comprehension) (#1255) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 5064378..713a62e 100644 --- a/packages.json +++ b/packages.json @@ -11371,6 +11371,22 @@ "license": "MIT", "web": "https://github.com/nim-lang/graveyard/tree/master/xmldomparser" }, + { + "name": "list_comprehension", + "url": "https://github.com/nim-lang/graveyard?subdir=lc", + "method": "git", + "tags": [ + "graveyard", + "lc", + "list", + "comprehension", + "list_comp", + "list_comprehension" + ], + "description": "List comprehension, for creating sequences.", + "license": "MIT", + "web": "https://github.com/nim-lang/graveyard/tree/master/lc" + }, { "name": "result", "url": "https://github.com/arnetheduck/nim-result", From 582cf453604d53b7bbdf49a04d5161bfee79a346 Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Fri, 22 Nov 2019 22:48:12 +0800 Subject: [PATCH 416/691] Add googlesearch package (#1256) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 713a62e..716bccd 100644 --- a/packages.json +++ b/packages.json @@ -15362,5 +15362,17 @@ "description": "Wrapper for Heng Li's kseq", "license": "MIT", "web": "https://github.com/andreas-wilm/nimreadfq" + }, + { + "name": "googlesearch", + "url": "https://github.com/xyb/googlesearch.nim", + "method": "git", + "tags": [ + "google", + "search" + ], + "description": "library for scraping google search results", + "license": "MIT", + "web": "https://github.com/xyb/googlesearch.nim" } ] From fd40eaa2130fe6825a42f4bf701e1910c223e9ec Mon Sep 17 00:00:00 2001 From: Benjamin Summerton Date: Sat, 23 Nov 2019 02:27:47 -0500 Subject: [PATCH 417/691] Fix stb_image `url` (#1257) https://gitlab.com/define-private-public/stb_image-Nim/issues/9 User was having trouble installing the package via nimble. Suggested I add `.git` at the end of this package's `url` to fix it. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 716bccd..fac3326 100644 --- a/packages.json +++ b/packages.json @@ -6501,7 +6501,7 @@ }, { "name": "stb_image", - "url": "https://gitlab.com/define-private-public/stb_image-Nim", + "url": "https://gitlab.com/define-private-public/stb_image-Nim.git", "method": "git", "tags": [ "stb", From 7f25e79af5b7fa0f0ec667dcee1c6346375862dd Mon Sep 17 00:00:00 2001 From: lqdev Date: Sun, 24 Nov 2019 17:44:21 +0100 Subject: [PATCH 418/691] Added package rdgui (#1258) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fac3326..15b2458 100644 --- a/packages.json +++ b/packages.json @@ -15374,5 +15374,19 @@ "description": "library for scraping google search results", "license": "MIT", "web": "https://github.com/xyb/googlesearch.nim" + }, + { + "name": "rdgui", + "url": "https://github.com/liquid600pgm/rdgui", + "method": "git", + "tags": [ + "modular", + "retained", + "gui", + "toolkit" + ], + "description": "A modular GUI toolkit for rapid", + "license": "MIT", + "web": "https://github.com/liquid600pgm/rdgui" } ] From d297fa01065fb3053b93eef6324e8584c4b939d1 Mon Sep 17 00:00:00 2001 From: chocobo333 Date: Tue, 26 Nov 2019 00:31:30 +0900 Subject: [PATCH 419/691] Added package asciitype (#1259) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 15b2458..8cfc390 100644 --- a/packages.json +++ b/packages.json @@ -15388,5 +15388,16 @@ "description": "A modular GUI toolkit for rapid", "license": "MIT", "web": "https://github.com/liquid600pgm/rdgui" + }, + { + "name": "asciitype", + "url": "https://github.com/chocobo333/asciitype", + "method": "git", + "tags": [ + "library" + ], + "description": "This module performs character tests.", + "license": "MIT", + "web": "https://github.com/chocobo333/asciitype" } ] From 7bd4a6f2d7dcdb2ec57ecea1485dccad14e63c94 Mon Sep 17 00:00:00 2001 From: Ade Date: Tue, 26 Nov 2019 18:16:58 +0100 Subject: [PATCH 420/691] add gen boilerplate generator (#1260) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 8cfc390..21b8c67 100644 --- a/packages.json +++ b/packages.json @@ -15399,5 +15399,19 @@ "description": "This module performs character tests.", "license": "MIT", "web": "https://github.com/chocobo333/asciitype" + }, + { + "name": "gen", + "url": "https://github.com/Adeohluwa/gen", + "method": "git", + "tags": [ + "library", + "jester", + "boilerplate", + "generator" + ], + "description": "Boilerplate generator for Jester web framework", + "license": "MIT", + "web": "https://github.com/Adeohluwa/gen" } ] From 125a52b70f770b76ca23746d269aa11e95624004 Mon Sep 17 00:00:00 2001 From: Tumeo Date: Thu, 28 Nov 2019 03:34:59 -0300 Subject: [PATCH 421/691] Added package chronopipe (#1261) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 21b8c67..e78a5b1 100644 --- a/packages.json +++ b/packages.json @@ -15413,5 +15413,18 @@ "description": "Boilerplate generator for Jester web framework", "license": "MIT", "web": "https://github.com/Adeohluwa/gen" + }, + { + "name": "chronopipe", + "url": "https://github.com/williamd1k0/chrono", + "method": "git", + "tags": [ + "cli", + "timer", + "pipe" + ], + "description": "Show start/end datetime and duration of a command-line process using pipe.", + "license": "MIT", + "web": "https://github.com/williamd1k0/chrono" } ] From a57d3f35fc75f114c670e8fc3612358e104956f6 Mon Sep 17 00:00:00 2001 From: Iain King Date: Fri, 29 Nov 2019 14:27:02 +0000 Subject: [PATCH 422/691] Added package simple_parseopt (#1262) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index e78a5b1..f04e456 100644 --- a/packages.json +++ b/packages.json @@ -15426,5 +15426,23 @@ "description": "Show start/end datetime and duration of a command-line process using pipe.", "license": "MIT", "web": "https://github.com/williamd1k0/chrono" + }, + { + "name": "simple_parseopt", + "url": "https://github.com/onelivesleft/simple_parseopt", + "method": "git", + "tags": [ + "parseopt", + "command", + "line", + "simple", + "options", + "arguments", + "parameters", + "library" + ], + "description": "Nim module which provides clean, zero-effort command line parsing.", + "license": "MIT", + "web": "https://github.com/onelivesleft/simple_parseopt" } ] From 440e2e1204c58d3adc8bf6b9891fb57e283d2e40 Mon Sep 17 00:00:00 2001 From: Blake Nedved Date: Sat, 30 Nov 2019 23:40:14 -0600 Subject: [PATCH 423/691] Add nimnoise package (#1264) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index f04e456..f0b0a2b 100644 --- a/packages.json +++ b/packages.json @@ -15444,5 +15444,21 @@ "description": "Nim module which provides clean, zero-effort command line parsing.", "license": "MIT", "web": "https://github.com/onelivesleft/simple_parseopt" + }, + { + "name": "nimnoise", + "url": "https://github.com/blakeanedved/nimnoise", + "method": "git", + "tags": [ + "nimnoise", + "noise", + "coherent", + "libnoise", + "library" + ], + "description": "A port of libnoise into pure nim, heavily inspired by Libnoise.Unity, but true to the original Libnoise", + "license": "MIT", + "web": "https://github.com/blakeanedved/nimnoise", + "doc": "https://lib-nimnoise.web.app/" } ] From 76e8ae16b6d0bdeafc568bce736a952ca23ed382 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sun, 1 Dec 2019 01:02:03 -0500 Subject: [PATCH 424/691] Added package github (#1265) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index f0b0a2b..cc56405 100644 --- a/packages.json +++ b/packages.json @@ -15445,6 +15445,23 @@ "license": "MIT", "web": "https://github.com/onelivesleft/simple_parseopt" }, + { + "name": "github", + "url": "https://github.com/disruptek/github", + "method": "git", + "tags": [ + "github", + "api", + "rest", + "openapi", + "client", + "http", + "library" + ], + "description": "github api", + "license": "MIT", + "web": "https://github.com/disruptek/github" + }, { "name": "nimnoise", "url": "https://github.com/blakeanedved/nimnoise", From 21d9e0d200599aa21ab845bae8dc16cb223bf1aa Mon Sep 17 00:00:00 2001 From: chocobo333 Date: Thu, 5 Dec 2019 00:16:02 +0900 Subject: [PATCH 425/691] Added package mcmurry (#1266) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index cc56405..bba7980 100644 --- a/packages.json +++ b/packages.json @@ -15477,5 +15477,19 @@ "license": "MIT", "web": "https://github.com/blakeanedved/nimnoise", "doc": "https://lib-nimnoise.web.app/" + }, + { + "name": "mcmurry", + "url": "https://github.com/chocobo333/mcmurry", + "method": "git", + "tags": [ + "parser", + "parsergenerator", + "library", + "lexer" + ], + "description": "A module for generating lexer/parser.", + "license": "MIT", + "web": "https://github.com/chocobo333/mcmurry" } ] From fcc67a58fe8e36e3aafd6743eddfeeef5197bbd3 Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Mon, 9 Dec 2019 02:17:01 -0500 Subject: [PATCH 426/691] Added package stones (#1267) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index bba7980..df36482 100644 --- a/packages.json +++ b/packages.json @@ -15491,5 +15491,21 @@ "description": "A module for generating lexer/parser.", "license": "MIT", "web": "https://github.com/chocobo333/mcmurry" + }, + { + "name": "stones", + "url": "https://github.com/binhonglee/stones", + "method": "git", + "tags": [ + "library", + "tools", + "string", + "hashset", + "table", + "log" + ], + "description": "A library of useful functions and tools for nim.", + "license": "MIT", + "web": "https://github.com/binhonglee/stones" } ] From 03fca8baf7919978f9ce42c9dd7f422bf07ada13 Mon Sep 17 00:00:00 2001 From: sealmove <47466000+sealmove@users.noreply.github.com> Date: Tue, 10 Dec 2019 16:34:08 +0200 Subject: [PATCH 427/691] Added package kaitai_struct_nim_runtime (#1268) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index df36482..add8f17 100644 --- a/packages.json +++ b/packages.json @@ -15507,5 +15507,16 @@ "description": "A library of useful functions and tools for nim.", "license": "MIT", "web": "https://github.com/binhonglee/stones" + }, + { + "name": "kaitai_struct_nim_runtime", + "url": "https://github.com/kaitai-io/kaitai_struct_nim_runtime", + "method": "git", + "tags": [ + "library" + ], + "description": "Kaitai Struct runtime library for Nim", + "license": "MIT", + "web": "https://github.com/kaitai-io/kaitai_struct_nim_runtime" } ] From 2038b1ed77ff99b45af172636096796fbac4ac5b Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sat, 14 Dec 2019 20:30:51 +0800 Subject: [PATCH 428/691] Added package docx (#1270) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index add8f17..b6ae8bc 100644 --- a/packages.json +++ b/packages.json @@ -15518,5 +15518,17 @@ "description": "Kaitai Struct runtime library for Nim", "license": "MIT", "web": "https://github.com/kaitai-io/kaitai_struct_nim_runtime" + }, + { + "name": "docx", + "url": "https://github.com/xflywind/docx", + "method": "git", + "tags": [ + "docx", + "reader" + ], + "description": "A simple docx reader.", + "license": "MIT", + "web": "https://github.com/xflywind/docx" } ] From ee88bd47e7bbe786bc7434a3784adf0cd0deabcb Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sun, 15 Dec 2019 08:05:58 +0100 Subject: [PATCH 429/691] Added package synthesis (#1272) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index b6ae8bc..7143d20 100644 --- a/packages.json +++ b/packages.json @@ -15530,5 +15530,22 @@ "description": "A simple docx reader.", "license": "MIT", "web": "https://github.com/xflywind/docx" + }, + { + "name": "synthesis", + "url": "https://github.com/mratsim/Synthesis", + "method": "git", + "tags": [ + "finite-state-machine", + "state-machine", + "fsm", + "event-driven", + "reactive-programming", + "embedded", + "actor" + ], + "description": "A compile-time, compact, fast, without allocation, state-machine generator.", + "license": "MIT or Apache License 2.0", + "web": "https://github.com/mratsim/Synthesis" } ] From c21bae97937005f71777cabd00d32796dccc3199 Mon Sep 17 00:00:00 2001 From: treeform Date: Sat, 14 Dec 2019 23:20:10 -0800 Subject: [PATCH 430/691] Add a word2vec, steganography, mpeg, mddoc, and digitalocean library. (#1271) --- packages.json | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/packages.json b/packages.json index 7143d20..81750c6 100644 --- a/packages.json +++ b/packages.json @@ -15531,6 +15531,68 @@ "license": "MIT", "web": "https://github.com/xflywind/docx" }, + { + "name": "word2vec", + "url": "https://github.com/treeform/word2vec", + "method": "git", + "tags": [ + "nlp", + "natural-language-processing" + ], + "description": "Word2vec implemented in nim.", + "license": "MIT", + "web": "https://github.com/treeform/word2vec" + }, + { + "name": "steganography", + "url": "https://github.com/treeform/steganography", + "method": "git", + "tags": [ + "images", + "cryptography" + ], + "description": "Steganography - hide data inside an image.", + "license": "MIT", + "web": "https://github.com/treeform/steganography" + }, + { + "name": "mpeg", + "url": "https://github.com/treeform/mpeg", + "method": "git", + "tags": [ + "video", + "formats", + "file" + ], + "description": "Nim wrapper for pl_mpeg single header mpeg library.", + "license": "MIT", + "web": "https://github.com/treeform/mpeg" + }, + { + "name": "mddoc", + "url": "https://github.com/treeform/mddoc", + "method": "git", + "tags": [ + "documentation", + "markdown" + ], + "description": "Generated Nim's API docs in markdown for github's README.md files. Great for small libraries with simple APIs.", + "license": "MIT", + "web": "https://github.com/treeform/mddoc" + }, + { + "name": "digitalocean", + "url": "https://github.com/treeform/digitalocean", + "method": "git", + "tags": [ + "digitalocean", + "servers", + "api" + ], + "description": "Wrapper for DigitalOcean HTTP API.", + "license": "MIT", + "web": "https://github.com/treeform/digitalocean" + }, { "name": "synthesis", "url": "https://github.com/mratsim/Synthesis", From 0717875dad1c727ffe3fff7ae7bb12a812fe70b1 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sun, 15 Dec 2019 19:55:35 +0100 Subject: [PATCH 431/691] Added package weave (#1273) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 81750c6..d4a55ab 100644 --- a/packages.json +++ b/packages.json @@ -15609,5 +15609,23 @@ "description": "A compile-time, compact, fast, without allocation, state-machine generator.", "license": "MIT or Apache License 2.0", "web": "https://github.com/mratsim/Synthesis" + }, + { + "name": "weave", + "url": "https://github.com/mratsim/weave", + "method": "git", + "tags": [ + "multithreading", + "parallelism", + "task-scheduler", + "scheduler", + "runtime", + "task-parallelism", + "data-parallelism", + "threadpool" + ], + "description": "a state-of-the-art ùultithreading runtime", + "license": "MIT or Apache License 2.0", + "web": "https://github.com/mratsim/weave" } ] From 61e522b57527015a53fba878afcb4d90ed347434 Mon Sep 17 00:00:00 2001 From: Konstantin Epishev Date: Tue, 17 Dec 2019 09:24:26 +0300 Subject: [PATCH 432/691] Added package anycase (#1275) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d4a55ab..b1b81f0 100644 --- a/packages.json +++ b/packages.json @@ -15627,5 +15627,19 @@ "description": "a state-of-the-art ùultithreading runtime", "license": "MIT or Apache License 2.0", "web": "https://github.com/mratsim/weave" + }, + { + "name": "anycase", + "url": "https://github.com/lamartire/anycase", + "method": "git", + "tags": [ + "camelcase", + "kebabcase", + "snakecase", + "case" + ], + "description": "Convert strings to any case", + "license": "MIT", + "web": "https://github.com/lamartire/anycase" } ] From 8512401f6811bc21b1ce9476e624a82387f5a22a Mon Sep 17 00:00:00 2001 From: andri lim Date: Tue, 17 Dec 2019 13:25:05 +0700 Subject: [PATCH 433/691] rename evmjit to evmc (#1274) * rename evmjit to emvc * add alias for 'evmc' package --- packages.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index b1b81f0..b8a9ed4 100644 --- a/packages.json +++ b/packages.json @@ -6318,7 +6318,11 @@ }, { "name": "evmjit", - "url": "https://github.com/status-im/nim-evmjit", + "alias": "evmc" + }, + { + "name": "evmc", + "url": "https://github.com/status-im/nim-evmc", "method": "git", "tags": [ "library", @@ -6327,9 +6331,9 @@ "jit", "wrapper" ], - "description": "A wrapper for the The Ethereum EVM JIT library", + "description": "A wrapper for the The Ethereum EVMC library", "license": "Apache License 2.0", - "web": "https://github.com/status-im/nim-evmjit" + "web": "https://github.com/status-im/nim-evmc" }, { "name": "keccak_tiny", From 71613f30c5c99b93d7d37d58eb22ee2d42a256a6 Mon Sep 17 00:00:00 2001 From: Iain King Date: Tue, 17 Dec 2019 12:02:43 +0000 Subject: [PATCH 434/691] Add some tags to simple_parseopt (#1276) --- packages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages.json b/packages.json index b8a9ed4..ad1355e 100644 --- a/packages.json +++ b/packages.json @@ -15440,6 +15440,9 @@ "command", "line", "simple", + "option", + "argument", + "parameter", "options", "arguments", "parameters", From 4aaedc10e77cef0b8fbf15e298f22929af73b29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 18 Dec 2019 07:01:52 +0100 Subject: [PATCH 435/691] add libbacktrace (#1277) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index ad1355e..fa6805c 100644 --- a/packages.json +++ b/packages.json @@ -15648,5 +15648,17 @@ "description": "Convert strings to any case", "license": "MIT", "web": "https://github.com/lamartire/anycase" + }, + { + "name": "libbacktrace", + "url": "https://github.com/status-im/nim-libbacktrace", + "method": "git", + "tags": [ + "library", + "wrapper" + ], + "description": "Nim wrapper for libbacktrace", + "license": "Apache License 2.0 or MIT", + "web": "https://github.com/status-im/nim-libbacktrace" } ] From b6567b7ab36ef85a70ea9611c67176b4d29f010e Mon Sep 17 00:00:00 2001 From: vycb Date: Wed, 18 Dec 2019 16:23:38 +0200 Subject: [PATCH 436/691] add package gdbmc (#1278) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index fa6805c..cb20556 100644 --- a/packages.json +++ b/packages.json @@ -15660,5 +15660,20 @@ "description": "Nim wrapper for libbacktrace", "license": "Apache License 2.0 or MIT", "web": "https://github.com/status-im/nim-libbacktrace" + }, + { + "name": "gdbmc", + "url": "https://github.com/vycb/gdbmc.nim", + "method": "git", + "tags": [ + "gdbm", + "key-value", + "nosql", + "library", + "wrapper" + ], + "description": "This library is a wrapper to C GDBM library", + "license": "MIT", + "web": "https://github.com/vycb/gdbmc.nim" } ] From 11a0104f79c9301d0cb19c130940a5feeed97646 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 19 Dec 2019 09:37:13 +0000 Subject: [PATCH 437/691] Add package diff (#1279) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index cb20556..6d5c8ef 100644 --- a/packages.json +++ b/packages.json @@ -15675,5 +15675,17 @@ "description": "This library is a wrapper to C GDBM library", "license": "MIT", "web": "https://github.com/vycb/gdbmc.nim" + }, + { + "name": "diff", + "url": "https://github.com/mark-summerfield/diff", + "method": "hg", + "tags": [ + "diff", + "sequencematcher" + ], + "description": "Library for finding the differences between two sequences", + "license": "Apache-2.0", + "web": "https://github.com/mark-summerfield/diff" } ] From a258f33a867fc57388dd42fbd7d3248ec05f6013 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Fri, 20 Dec 2019 09:54:20 +0000 Subject: [PATCH 438/691] Fix vcs protocol for diff --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 6d5c8ef..a8be961 100644 --- a/packages.json +++ b/packages.json @@ -15679,7 +15679,7 @@ { "name": "diff", "url": "https://github.com/mark-summerfield/diff", - "method": "hg", + "method": "git", "tags": [ "diff", "sequencematcher" From 716a6c05cc7f54e3f70372b34ebffc95ad8584b4 Mon Sep 17 00:00:00 2001 From: Miran Date: Thu, 26 Dec 2019 15:22:09 +0100 Subject: [PATCH 439/691] add multiple packages (#1291) --- packages.json | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) diff --git a/packages.json b/packages.json index a8be961..868d70e 100644 --- a/packages.json +++ b/packages.json @@ -15687,5 +15687,112 @@ "description": "Library for finding the differences between two sequences", "license": "Apache-2.0", "web": "https://github.com/mark-summerfield/diff" + }, + { + "name": "importc_helpers", + "url": "https://github.com/couven92/nim-importc-helpers.git", + "method": "git", + "tags": [ + "import", + "c", + "helper" + ], + "description": "Helpers for supporting and simplifying import of symbols from C into Nim", + "license": "MIT", + "web": "https://github.com/couven92/nim-importc-helpers" + }, + { + "name": "taps", + "url": "https://git.sr.ht/~ehmry/nim_taps", + "method": "git", + "tags": [ + "networking", + "udp", + "tcp", + "sctp" + ], + "description": "Transport Services Interface", + "license": "BSD-3-Clause", + "web": "https://datatracker.ietf.org/wg/taps/about/" + }, + { + "name": "validator", + "url": "https://github.com/Adeohluwa/validator", + "method": "git", + "tags": [ + "strings", + "validation", + "types" + ], + "description": "Functions for string validation", + "license": "MIT", + "web": "https://github.com/Adeohluwa/validator" + }, + { + "name": "simhash", + "url": "https://github.com/bung87/simhash-nim", + "method": "git", + "tags": [ + "simhash", + "algoritim" + ], + "description": "Nim implementation of simhash algoritim", + "license": "MIT", + "web": "https://github.com/bung87/simhash-nim" + }, + { + "name": "minhash", + "url": "https://github.com/bung87/minhash", + "method": "git", + "tags": [ + "minhash", + "algoritim" + ], + "description": "Nim implementation of minhash algoritim", + "license": "MIT", + "web": "https://github.com/bung87/minhash" + }, + { + "name": "fasttext", + "url": "https://github.com/bung87/fastText", + "method": "git", + "tags": [ + "nlp,text", + "process,text", + "classification" + ], + "description": "fastText porting in Nim", + "license": "MIT", + "web": "https://github.com/bung87/fastText" + }, + { + "name": "woocommerce-api-nim", + "url": "https://github.com/mrhdias/woocommerce-api-nim", + "method": "git", + "tags": [ + "e-commerce", + "woocommerce", + "rest-api", + "wrapper" + ], + "description": "A Nim wrapper for the WooCommerce REST API", + "license": "MIT", + "web": "https://github.com/mrhdias/woocommerce-api-nim" + }, + { + "name": "lq", + "url": "https://github.com/madprops/lq", + "method": "git", + "tags": [ + "directory", + "file", + "listing", + "ls", + "tree", + "stats" + ], + "description": "Directory listing tool", + "license": "GPL-2.0", + "web": "https://github.com/madprops/lq" } ] From 05420d55dad314e7d79a649fcdf7ce26176cb22c Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sat, 28 Dec 2019 16:20:35 +0800 Subject: [PATCH 440/691] Add package xlsx (#1292) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 868d70e..449ecc6 100644 --- a/packages.json +++ b/packages.json @@ -15794,5 +15794,18 @@ "description": "Directory listing tool", "license": "GPL-2.0", "web": "https://github.com/madprops/lq" + }, + { + "name": "xlsx", + "url": "https://github.com/xflywind/xlsx", + "method": "git", + "tags": [ + "xlsx", + "excel", + "reader" + ], + "description": "Read and parse Excel files", + "license": "MIT", + "web": "https://github.com/xflywind/xlsx" } ] From e688beac1025cba0c7dfd710f51be9da02f53b5a Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Sun, 29 Dec 2019 02:01:23 -0600 Subject: [PATCH 441/691] Add package diffoutput (#1293) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 449ecc6..0fcb015 100644 --- a/packages.json +++ b/packages.json @@ -15688,6 +15688,19 @@ "license": "Apache-2.0", "web": "https://github.com/mark-summerfield/diff" }, + { + "name": "diffoutput", + "url": "https://github.com/JohnAD/diffoutput", + "method": "git", + "tags": [ + "diff", + "stringification", + "reversal" + ], + "description": "Collection of Diff stringifications (and reversals)", + "license": "MIT", + "web": "https://github.com/JohnAD/diffoutput" + }, { "name": "importc_helpers", "url": "https://github.com/couven92/nim-importc-helpers.git", From f5686073011bf3baf3f9d0c323bd2fb3ca2eccf1 Mon Sep 17 00:00:00 2001 From: jiro Date: Mon, 30 Dec 2019 20:27:52 +0900 Subject: [PATCH 442/691] Added package faker (#1294) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 0fcb015..ab73e89 100644 --- a/packages.json +++ b/packages.json @@ -15820,5 +15820,20 @@ "description": "Read and parse Excel files", "license": "MIT", "web": "https://github.com/xflywind/xlsx" + }, + { + "name": "faker", + "url": "https://github.com/jiro4989/faker", + "method": "git", + "tags": [ + "faker", + "library", + "cli", + "generator", + "fakedata" + ], + "description": "A new awesome nimble package", + "license": "MIT", + "web": "https://github.com/jiro4989/faker" } ] From 32fc0fa6b1042b340ab41687be4e5ebf7afe166e Mon Sep 17 00:00:00 2001 From: jiro Date: Mon, 30 Dec 2019 22:14:41 +0900 Subject: [PATCH 443/691] Update description (#1295) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index ab73e89..5918396 100644 --- a/packages.json +++ b/packages.json @@ -15832,7 +15832,7 @@ "generator", "fakedata" ], - "description": "A new awesome nimble package", + "description": "faker is a Nim package that generates fake data for you.", "license": "MIT", "web": "https://github.com/jiro4989/faker" } From 88cbfafada6bed2cbec47bc7a462127f6b8a7dee Mon Sep 17 00:00:00 2001 From: jiro Date: Wed, 1 Jan 2020 02:20:37 +0900 Subject: [PATCH 444/691] Added package gyaric (#1296) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 5918396..2579280 100644 --- a/packages.json +++ b/packages.json @@ -15835,5 +15835,21 @@ "description": "faker is a Nim package that generates fake data for you.", "license": "MIT", "web": "https://github.com/jiro4989/faker" + }, + { + "name": "gyaric", + "url": "https://github.com/jiro4989/gyaric", + "method": "git", + "tags": [ + "joke", + "library", + "cli", + "gyaru", + "encoder", + "text" + ], + "description": "gyaric is a module to encode/decode text to unreadable gyaru's text.", + "license": "MIT", + "web": "https://github.com/jiro4989/gyaric" } ] From 16d95c02432932535811b3e3e25097ff9d793269 Mon Sep 17 00:00:00 2001 From: b3liever <43617260+b3liever@users.noreply.github.com> Date: Wed, 1 Jan 2020 19:34:11 +0200 Subject: [PATCH 445/691] Add new package (#1297) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 2579280..61244bd 100644 --- a/packages.json +++ b/packages.json @@ -15851,5 +15851,17 @@ "description": "gyaric is a module to encode/decode text to unreadable gyaru's text.", "license": "MIT", "web": "https://github.com/jiro4989/gyaric" + }, + { + "name": "patgraph", + "url": "https://github.com/b3liever/patgraph", + "method": "git", + "tags": [ + "datastructures", + "library" + ], + "description": "Graph data structure library", + "license": "MIT", + "web": "https://github.com/b3liever/patgraph" } ] From b8c8b38e5aaec9a49bbce9b3f5e33709406a1cbc Mon Sep 17 00:00:00 2001 From: Kanenobu Mitsuru Date: Thu, 2 Jan 2020 16:04:07 +0900 Subject: [PATCH 446/691] Add package gimei (#1299) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 61244bd..170f0ed 100644 --- a/packages.json +++ b/packages.json @@ -15863,5 +15863,18 @@ "description": "Graph data structure library", "license": "MIT", "web": "https://github.com/b3liever/patgraph" + }, + { + "name": "gimei", + "url": "https://github.com/mkanenobu/nim-gimei", + "method": "git", + "tags": [ + "japanese", + "library", + "testing" + ], + "description": "random Japanese name and address generator", + "license": "MIT", + "web": "https://github.com/mkanenobu/nim-gimei" } ] From 5389030c22b82400e60cdfc721fb076926ee09c1 Mon Sep 17 00:00:00 2001 From: Skrylar Date: Thu, 2 Jan 2020 07:28:49 +0000 Subject: [PATCH 447/691] add skbintext and skyhash (#1298) --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index 170f0ed..ea83f45 100644 --- a/packages.json +++ b/packages.json @@ -15864,6 +15864,32 @@ "license": "MIT", "web": "https://github.com/b3liever/patgraph" }, + { + "name": "skbintext", + "url": "https://github.com/skrylar/skbintext", + "method": "git", + "tags": [ + "hexdigest", + "hexadecimal", + "binary" + ], + "description": "Binary <-> text conversion.", + "license": "MPL", + "web": "https://github.com/Skrylar/skbintext" + }, + { + "name": "skyhash", + "url": "https://github.com/Skrylar/skyhash", + "method": "git", + "tags": [ + "blake2b", + "blake2s", + "spookyhash" + ], + "description": "Collection of hash algorithms ported to Nim", + "license": "CC0", + "web": "https://github.com/Skrylar/skyhash" + }, { "name": "gimei", "url": "https://github.com/mkanenobu/nim-gimei", From 270a37ce40f22e7d0e7e752f998b2a1452f69b08 Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Thu, 2 Jan 2020 20:39:41 +0800 Subject: [PATCH 448/691] Added package cache (#1300) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index ea83f45..1dcd142 100644 --- a/packages.json +++ b/packages.json @@ -15902,5 +15902,16 @@ "description": "random Japanese name and address generator", "license": "MIT", "web": "https://github.com/mkanenobu/nim-gimei" + }, + { + "name": "cache", + "url": "https://github.com/planety/cached", + "method": "git", + "tags": [ + "cache" + ], + "description": "A cache library.", + "license": "MIT", + "web": "https://github.com/planety/cached" } ] From 2ed018d7ebbd240f33b1c08a0596ebf92a7fbba4 Mon Sep 17 00:00:00 2001 From: jiro Date: Thu, 2 Jan 2020 21:59:15 +0900 Subject: [PATCH 449/691] Added package envconfig (#1301) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1dcd142..f36bbdb 100644 --- a/packages.json +++ b/packages.json @@ -15903,6 +15903,19 @@ "license": "MIT", "web": "https://github.com/mkanenobu/nim-gimei" }, + { + "name": "envconfig", + "url": "https://github.com/jiro4989/envconfig", + "method": "git", + "tags": [ + "library", + "config", + "environment-variables" + ], + "description": "envconfig provides a function to get config objects from environment variables.", + "license": "MIT", + "web": "https://github.com/jiro4989/envconfig" + }, { "name": "cache", "url": "https://github.com/planety/cached", From a71045d1ed66aa4404976366412fdf9115c91840 Mon Sep 17 00:00:00 2001 From: Kace Cottam Date: Thu, 2 Jan 2020 22:33:14 -0800 Subject: [PATCH 450/691] Added package basedOn (#1302) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index f36bbdb..856238b 100644 --- a/packages.json +++ b/packages.json @@ -15926,5 +15926,24 @@ "description": "A cache library.", "license": "MIT", "web": "https://github.com/planety/cached" + }, + { + "name": "basedOn", + "url": "https://github.com/KaceCottam/basedOn", + "method": "git", + "tags": [ + "nim", + "object-oriented", + "tuple", + "object", + "functional", + "syntax", + "macro", + "nimble", + "package" + ], + "description": "A library for cleanly creating an object or tuple based on another object or tuple", + "license": "MIT", + "web": "https://github.com/KaceCottam/basedOn" } ] From 6f2212423dfcc243178d6da3f913232b4d731879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Sat, 4 Jan 2020 08:16:06 +0100 Subject: [PATCH 451/691] Add onedrive library (#1303) This is a simple library to get information on files and folders in OneDrive. The library requires a public shared url to your OneDrive folder, which allows public access to files. When querying your OneDrive data, you get the data on the folder, and information on possible sub-folders and files. Normal querying only travel 1 level down, but the lib includes a deep-diver, which currently goes 3 levels down. The library output objects for files (OnedriveFile) and for folders (OnedriveFolder). The library uses the ole URL https://api.onedrive.com/v1.0/shares/u! which is not requiring any external libraries or accounts at OneDrive. This library does not support Microsoft Graph at the moment. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 856238b..6b010f1 100644 --- a/packages.json +++ b/packages.json @@ -15945,5 +15945,17 @@ "description": "A library for cleanly creating an object or tuple based on another object or tuple", "license": "MIT", "web": "https://github.com/KaceCottam/basedOn" + }, + { + "name": "onedrive", + "url": "https://github.com/ThomasTJdev/nim_onedrive", + "method": "git", + "tags": [ + "onedrive", + "cloud" + ], + "description": "Get information on files and folders in OneDrive", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_onedrive" } ] From 9de14384d69bd9415872cd1ba27898a7ecf7a8bd Mon Sep 17 00:00:00 2001 From: Beshr Kayali Date: Sun, 5 Jan 2020 17:33:48 +0100 Subject: [PATCH 452/691] Added package webdavclient (#1304) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6b010f1..3cadbf9 100644 --- a/packages.json +++ b/packages.json @@ -15957,5 +15957,18 @@ "description": "Get information on files and folders in OneDrive", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_onedrive" + }, + { + "name": "webdavclient", + "url": "https://github.com/beshrkayali/webdavclient", + "method": "git", + "tags": [ + "webdav", + "library", + "async" + ], + "description": "WebDAV Client for Nim", + "license": "MIT", + "web": "https://github.com/beshrkayali/webdavclient" } ] From 056a22831bd446dff7d1d9ebc1e8c22759bc4cb1 Mon Sep 17 00:00:00 2001 From: Lolo Iccl Date: Wed, 8 Jan 2020 08:10:12 +0900 Subject: [PATCH 453/691] update the description and tags of nimly --- packages.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index 3cadbf9..fec2deb 100644 --- a/packages.json +++ b/packages.json @@ -13173,14 +13173,16 @@ "url": "https://github.com/loloiccl/nimly", "method": "git", "tags": [ - "BNF", - "EBNF", "lexer", "parser", "lexer-generator", - "parser-generator" + "parser-generator", + "lex", + "yacc", + "BNF", + "EBNF" ], - "description": "A lexer generator and parser generator package work in Nim.", + "description": "Lexer Generator and Parser Generator as a library in Nim.", "license": "GPL-3.0", "web": "https://github.com/loloiccl/nimly" }, From 53db7fd4ce4abcf4fb6eec07de4fe7a5e515955e Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 8 Jan 2020 10:52:55 -0300 Subject: [PATCH 454/691] Added package bcra (#1306) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fec2deb..1e9456b 100644 --- a/packages.json +++ b/packages.json @@ -15972,5 +15972,18 @@ "description": "WebDAV Client for Nim", "license": "MIT", "web": "https://github.com/beshrkayali/webdavclient" + }, + { + "name": "bcra", + "url": "https://github.com/juancarlospaco/nim-bcra", + "method": "git", + "tags": [ + "argentina", + "bank", + "api" + ], + "description": "Central Bank of Argentina Gov API Client with debtor corporations info", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-bcra" } ] From f7ea28b18e07863b8e7eb4f134dd7685c15f66be Mon Sep 17 00:00:00 2001 From: flenniken Date: Wed, 8 Jan 2020 22:03:55 -0800 Subject: [PATCH 455/691] Added package metar (#1308) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1e9456b..6158c98 100644 --- a/packages.json +++ b/packages.json @@ -15985,5 +15985,19 @@ "description": "Central Bank of Argentina Gov API Client with debtor corporations info", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-bcra" + }, + { + "name": "metar", + "url": "https://github.com/flenniken/metar", + "method": "git", + "tags": [ + "metadate", + "image", + "python", + "library" + ], + "description": "Metadata Reader for Images", + "license": "MIT", + "web": "https://github.com/flenniken/metar" } ] From 82a4f0fb378b2cfa19ccc26a7d917a8ae6e78e7e Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Fri, 10 Jan 2020 13:12:27 +0700 Subject: [PATCH 456/691] Added package saya (#1310) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 6158c98..cfa9cb9 100644 --- a/packages.json +++ b/packages.json @@ -15999,5 +15999,17 @@ "description": "Metadata Reader for Images", "license": "MIT", "web": "https://github.com/flenniken/metar" + }, + { + "name": "saya", + "url": "https://github.com/Ethosa/saya_nim", + "method": "git", + "tags": [ + "VK", + "framework" + ], + "description": "Nim framework for VK", + "license": "LGPLv3", + "web": "https://github.com/Ethosa/saya_nim" } ] From 999e3a79b4fae753c1cfa2f3ab2ef0152609ef11 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 10 Jan 2020 03:31:07 -0300 Subject: [PATCH 457/691] Added package smnar (#1312) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index cfa9cb9..34dedb7 100644 --- a/packages.json +++ b/packages.json @@ -16000,6 +16000,19 @@ "license": "MIT", "web": "https://github.com/flenniken/metar" }, + { + "name": "smnar", + "url": "https://github.com/juancarlospaco/nim-smnar", + "method": "git", + "tags": [ + "argentina", + "weather", + "api" + ], + "description": "Servicio Meteorologico Nacional Argentina API Client", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-smnar" + }, { "name": "saya", "url": "https://github.com/Ethosa/saya_nim", From 45c95a6cac80543379c61628282193219f7ad4c6 Mon Sep 17 00:00:00 2001 From: ducdetronquito Date: Sat, 11 Jan 2020 14:17:05 +0100 Subject: [PATCH 458/691] Added package phoon (#1314) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 34dedb7..43ddcd4 100644 --- a/packages.json +++ b/packages.json @@ -16024,5 +16024,18 @@ "description": "Nim framework for VK", "license": "LGPLv3", "web": "https://github.com/Ethosa/saya_nim" + }, + { + "name": "phoon", + "url": "https://github.com/ducdetronquito/phoon", + "method": "git", + "tags": [ + "web", + "framework", + "http" + ], + "description": "A web framework inspired by ExpressJS 🐇⚡", + "license": "Public Domain", + "web": "https://github.com/ducdetronquito/phoon" } ] From fe6b0fac0337f8705cabc0a2afe54a50b4b66c5d Mon Sep 17 00:00:00 2001 From: flenniken Date: Sat, 11 Jan 2020 21:42:53 -0800 Subject: [PATCH 459/691] Added package nimlist (#1317) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 43ddcd4..591ad9a 100644 --- a/packages.json +++ b/packages.json @@ -16037,5 +16037,16 @@ "description": "A web framework inspired by ExpressJS 🐇⚡", "license": "Public Domain", "web": "https://github.com/ducdetronquito/phoon" + }, + { + "name": "nimlist", + "url": "https://github.com/flenniken/nimlist", + "method": "git", + "tags": [ + "exe" + ], + "description": "Browse nim packages in your browser.", + "license": "MIT", + "web": "https://github.com/flenniken/nimlist" } ] From b1ddeb88a76a737f68e538ed97dac4d98887ca6b Mon Sep 17 00:00:00 2001 From: genotrance Date: Sun, 12 Jan 2020 00:41:48 -0600 Subject: [PATCH 460/691] Added package choosenim (#1315) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 591ad9a..c5938e6 100644 --- a/packages.json +++ b/packages.json @@ -16038,6 +16038,22 @@ "license": "Public Domain", "web": "https://github.com/ducdetronquito/phoon" }, + { + "name": "choosenim", + "url": "https://github.com/dom96/choosenim", + "method": "git", + "tags": [ + "install", + "multiple", + "multiplexer", + "pyenv", + "rustup", + "toolchain" + ], + "description": "The Nim toolchain installer.", + "license": "MIT", + "web": "https://github.com/dom96/choosenim" + }, { "name": "nimlist", "url": "https://github.com/flenniken/nimlist", From 4731c1284578af11a9cb09d195c0f8696882def6 Mon Sep 17 00:00:00 2001 From: ebran Date: Sun, 12 Jan 2020 18:03:51 +0100 Subject: [PATCH 461/691] Added package grim (#1318) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c5938e6..fbbd275 100644 --- a/packages.json +++ b/packages.json @@ -16064,5 +16064,18 @@ "description": "Browse nim packages in your browser.", "license": "MIT", "web": "https://github.com/flenniken/nimlist" + }, + { + "name": "grim", + "url": "https://github.com/ebran/grim", + "method": "git", + "tags": [ + "graph", + "data", + "library" + ], + "description": "Graphs in nim!", + "license": "MIT", + "web": "https://github.com/ebran/grim" } ] From ac580e746ccb2e8c53bcbe52a60c5423b5daa1cb Mon Sep 17 00:00:00 2001 From: Michedev Date: Mon, 13 Jan 2020 06:37:03 +0100 Subject: [PATCH 462/691] Add decisiontree package (#1320) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fbbd275..bde4018 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "decisiontree", + "url": "https://github.com/Michedev/DecisionTreeNim", + "method": "git", + "tags": [ + "Decision tree", + "Machine learning", + "Random forest", + "CART" + ], + "description": "Decision tree and Random forest CART implementation in Nim", + "license": "GPL-3.0", + "web": "https://github.com/Michedev/DecisionTreeNim" + }, { "name": "tsv2json", "url": "https://github.com/hectormonacci/tsv2json", From 4de5e86cec3e132fec2d978057f5edf956780111 Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Wed, 15 Jan 2020 19:06:14 +0700 Subject: [PATCH 463/691] Added package retranslator (#1321) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index bde4018..58f9dea 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,5 @@ [ - { + { "name": "decisiontree", "url": "https://github.com/Michedev/DecisionTreeNim", "method": "git", @@ -16091,5 +16091,18 @@ "description": "Graphs in nim!", "license": "MIT", "web": "https://github.com/ebran/grim" + }, + { + "name": "retranslator", + "url": "https://github.com/linksplatform/RegularExpressions.Transformer", + "method": "git", + "tags": [ + "regular", + "expressions", + "transformer" + ], + "description": "Transformer", + "license": "LGPLv3", + "web": "https://github.com/linksplatform/RegularExpressions.Transformer" } ] From d8017dc47fab5e904d9e635941752a33100b2d09 Mon Sep 17 00:00:00 2001 From: Duncan Clarke Date: Wed, 15 Jan 2020 12:26:20 -0500 Subject: [PATCH 464/691] barcode library (#1323) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 58f9dea..338181e 100644 --- a/packages.json +++ b/packages.json @@ -16104,5 +16104,17 @@ "description": "Transformer", "license": "LGPLv3", "web": "https://github.com/linksplatform/RegularExpressions.Transformer" + }, + { + "name": "barcode", + "url": "https://github.com/bunkford/barcode", + "method": "git", + "tags": [ + "barcode" + ], + "description": "Nim barcode library", + "license": "MIT", + "web": "https://github.com/bunkford/barcode", + "doc": "https://bunkford.github.io/barcode/barcode.html" } ] From f872aec8b2914aa58785c534c44a6536d391fcb8 Mon Sep 17 00:00:00 2001 From: treeform Date: Wed, 15 Jan 2020 22:41:34 -0800 Subject: [PATCH 465/691] Add quickjwt and staticglfw libraries (#1324) --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index 338181e..35d1211 100644 --- a/packages.json +++ b/packages.json @@ -16116,5 +16116,31 @@ "license": "MIT", "web": "https://github.com/bunkford/barcode", "doc": "https://bunkford.github.io/barcode/barcode.html" + }, + { + "name": "quickjwt", + "url": "https://github.com/treeform/quickjwt.git", + "method": "git", + "tags": [ + "crypto", + "hash" + ], + "description": "JSON Web Tokens for Nim", + "license": "MIT", + "web": "https://github.com/treeform/quickjwt" + }, + { + "name": "staticglfw", + "url": "https://github.com/treeform/staticglfw.git", + "method": "git", + "tags": [ + "glfw", + "opengl", + "windowing", + "game" + ], + "description": "Static GLFW for nim", + "license": "MIT", + "web": "https://github.com/treeform/staticglfw" } ] From 370704f1ef35fab8eabd5079542e4a3902fec9e2 Mon Sep 17 00:00:00 2001 From: treeform Date: Thu, 16 Jan 2020 22:11:16 -0800 Subject: [PATCH 466/691] Add googleapi and fidget, remove .git from URLs of my pkgs. (#1327) --- packages.json | 40 ++++++++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/packages.json b/packages.json index 35d1211..fff32f9 100644 --- a/packages.json +++ b/packages.json @@ -10691,7 +10691,7 @@ }, { "name": "print", - "url": "https://github.com/treeform/print.git", + "url": "https://github.com/treeform/print", "method": "git", "tags": [ "pretty" @@ -10702,7 +10702,7 @@ }, { "name": "vmath", - "url": "https://github.com/treeform/vmath.git", + "url": "https://github.com/treeform/vmath", "method": "git", "tags": [ "math", @@ -10716,7 +10716,7 @@ }, { "name": "flippy", - "url": "https://github.com/treeform/flippy.git", + "url": "https://github.com/treeform/flippy", "method": "git", "tags": [ "image", @@ -10729,7 +10729,7 @@ }, { "name": "typography", - "url": "https://github.com/treeform/typography.git", + "url": "https://github.com/treeform/typography", "method": "git", "tags": [ "font", @@ -16119,7 +16119,7 @@ }, { "name": "quickjwt", - "url": "https://github.com/treeform/quickjwt.git", + "url": "https://github.com/treeform/quickjwt", "method": "git", "tags": [ "crypto", @@ -16131,7 +16131,7 @@ }, { "name": "staticglfw", - "url": "https://github.com/treeform/staticglfw.git", + "url": "https://github.com/treeform/staticglfw", "method": "git", "tags": [ "glfw", @@ -16142,5 +16142,33 @@ "description": "Static GLFW for nim", "license": "MIT", "web": "https://github.com/treeform/staticglfw" + }, + { + "name": "googleapi", + "url": "https://github.com/treeform/googleapi", + "method": "git", + "tags": [ + "jwt", + "google" + ], + "description": "Google API for nim", + "license": "MIT", + "web": "https://github.com/treeform/googleapi" + }, + { + "name": "fidget", + "url": "https://github.com/treeform/fidget", + "method": "git", + "tags": [ + "ui", + "glfw", + "opengl", + "js", + "android", + "ios" + ], + "description": "Figma based UI library for nim, with HTML and OpenGL backends.", + "license": "MIT", + "web": "https://github.com/treeform/fidget" } ] From 0976c5e7c8093ecd707ee678ed3b140e1ab1d631 Mon Sep 17 00:00:00 2001 From: Hitesh Jasani Date: Fri, 17 Jan 2020 02:29:01 -0500 Subject: [PATCH 467/691] Add pg_util (#1326) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fff32f9..c75fbff 100644 --- a/packages.json +++ b/packages.json @@ -16143,6 +16143,19 @@ "license": "MIT", "web": "https://github.com/treeform/staticglfw" }, + { + "name": "pg_util", + "url": "https://github.com/hiteshjasani/nim-pg-util.git", + "method": "git", + "tags": [ + "postgresql", + "postgres", + "pg" + ], + "description": "Postgres utility functions", + "license": "MIT", + "web": "https://github.com/hiteshjasani/nim-pg-util" + }, { "name": "googleapi", "url": "https://github.com/treeform/googleapi", From 869c13cf8999b506353fb1dd5899422f3193f96e Mon Sep 17 00:00:00 2001 From: itsumura-h <39766805+itsumura-h@users.noreply.github.com> Date: Sat, 18 Jan 2020 19:11:20 +0900 Subject: [PATCH 468/691] Added package allographer (#1328) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index c75fbff..60593a3 100644 --- a/packages.json +++ b/packages.json @@ -16183,5 +16183,22 @@ "description": "Figma based UI library for nim, with HTML and OpenGL backends.", "license": "MIT", "web": "https://github.com/treeform/fidget" + }, + { + "name": "allographer", + "url": "https://github.com/itsumura-h/nim-allographer", + "method": "git", + "tags": [ + "database", + "sqlite", + "mysql", + "postgres", + "rdb", + "query_buulder", + "orm" + ], + "description": "A Nim query builder library inspired by Laravel/PHP and Orator/Python", + "license": "MIT", + "web": "https://github.com/itsumura-h/nim-allographer" } ] From a9c98b0e6cbf0c477d8e9d46387a02b54dd41eaf Mon Sep 17 00:00:00 2001 From: itsumura-h <39766805+itsumura-h@users.noreply.github.com> Date: Sat, 18 Jan 2020 21:53:45 +0900 Subject: [PATCH 469/691] fix tag (#1329) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 60593a3..7aa2524 100644 --- a/packages.json +++ b/packages.json @@ -16194,7 +16194,7 @@ "mysql", "postgres", "rdb", - "query_buulder", + "query_builder", "orm" ], "description": "A Nim query builder library inspired by Laravel/PHP and Orator/Python", From 0bc5b6d618a3df481a2e99644c8670118314c996 Mon Sep 17 00:00:00 2001 From: treeform Date: Sat, 18 Jan 2020 12:04:51 -0800 Subject: [PATCH 470/691] Add euphony, steamworks, sysinfo, and ptest libs. (#1330) --- packages.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/packages.json b/packages.json index 7aa2524..2ea65b7 100644 --- a/packages.json +++ b/packages.json @@ -16200,5 +16200,54 @@ "description": "A Nim query builder library inspired by Laravel/PHP and Orator/Python", "license": "MIT", "web": "https://github.com/itsumura-h/nim-allographer" + }, + { + "name": "euphony", + "url": "https://github.com/treeform/euphony", + "method": "git", + "tags": [ + "sound", + "OpenAL" + ], + "description": "A 3d sound API for nim.", + "license": "MIT", + "web": "https://github.com/treeform/euphony" + }, + { + "name": "steamworks", + "url": "https://github.com/treeform/steamworks", + "method": "git", + "tags": [ + "steamworks", + "game" + ], + "description": "Steamworks SDK API for shipping games on Steam.", + "license": "MIT", + "web": "https://github.com/treeform/steamworks" + }, + { + "name": "sysinfo", + "url": "https://github.com/treeform/sysinfo", + "method": "git", + "tags": [ + "system", + "cpu", + "gpu", + "net" + ], + "description": "Cross platform system information.", + "license": "MIT", + "web": "https://github.com/treeform/sysinfo" + }, + { + "name": "ptest", + "url": "https://github.com/treeform/ptest", + "method": "git", + "tags": [ + "test" + ], + "description": "Print-testing for nim.", + "license": "MIT", + "web": "https://github.com/treeform/ptest" } ] From 7ed3ab7dcc9aac975faa4cf81cef2154d63f7aa8 Mon Sep 17 00:00:00 2001 From: flenniken Date: Sat, 18 Jan 2020 22:42:50 -0800 Subject: [PATCH 471/691] Update nimlist package tags and description. (#1331) --- packages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 2ea65b7..f188242 100644 --- a/packages.json +++ b/packages.json @@ -16073,9 +16073,11 @@ "url": "https://github.com/flenniken/nimlist", "method": "git", "tags": [ - "exe" + "cli", + "terminal", + "html" ], - "description": "Browse nim packages in your browser.", + "description": "View nim packages in your browser.", "license": "MIT", "web": "https://github.com/flenniken/nimlist" }, From eb450a3bafd80423c5d79e414adcc8a667900a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kayra=20G=C3=BCne=C5=9F?= <44123298+KayraG@users.noreply.github.com> Date: Sun, 19 Jan 2020 18:36:56 +0300 Subject: [PATCH 472/691] Update packages.json (#1332) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index f188242..91d7237 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,19 @@ [ + { + "name":"nio", + "url":"https://github.com/KayraG/nio", + "method":"git", + "tags":[ + "server", + "framework", + "express", + "http", + "library" + ], + "description":"", + "license":"MIT", + "web":"https://github.com/KayraG/nio" + }, { "name": "decisiontree", "url": "https://github.com/Michedev/DecisionTreeNim", From a29c7b928ad9259832e275fc10d3459aa548445d Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 19 Jan 2020 22:49:52 +0000 Subject: [PATCH 473/691] Add description to nio package --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 91d7237..1c47eaa 100644 --- a/packages.json +++ b/packages.json @@ -10,7 +10,7 @@ "http", "library" ], - "description":"", + "description":"A Mini Server Framework for Nim language", "license":"MIT", "web":"https://github.com/KayraG/nio" }, From 00a7d8b54cb4767379b78417df6b67f43678c10e Mon Sep 17 00:00:00 2001 From: flenniken Date: Sun, 19 Jan 2020 22:07:55 -0800 Subject: [PATCH 474/691] Update tags and description for metar. (#1333) --- packages.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 1c47eaa..635a8bd 100644 --- a/packages.json +++ b/packages.json @@ -16020,12 +16020,14 @@ "url": "https://github.com/flenniken/metar", "method": "git", "tags": [ - "metadate", + "metadata", "image", "python", + "cli", + "terminal", "library" ], - "description": "Metadata Reader for Images", + "description": "Read metadata from jpeg and tiff images.", "license": "MIT", "web": "https://github.com/flenniken/metar" }, From 9ea9b4eaf6c435539eaff6dcae2e4ec5978205a6 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Tue, 21 Jan 2020 15:31:22 +0100 Subject: [PATCH 475/691] update `polynumeric` to a working state (#1334) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 635a8bd..ba8eff4 100644 --- a/packages.json +++ b/packages.json @@ -8587,7 +8587,7 @@ }, { "name": "polynumeric", - "url": "https://github.com/lcrees/polynumeric", + "url": "https://github.com/Vindaar/polynumeric", "method": "git", "tags": [ "polynomial", @@ -8595,7 +8595,7 @@ ], "description": "Polynomial operations", "license": "MIT", - "web": "https://github.com/lcrees/polynumeric" + "web": "https://github.com/Vindaar/polynumeric" }, { "name": "unicodedb", From 303a6a79e8095f2b32497cc2bcfba641d84346ff Mon Sep 17 00:00:00 2001 From: Mark Baggett Date: Tue, 21 Jan 2020 10:14:09 -0500 Subject: [PATCH 476/691] Add oaitools. (#1335) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ba8eff4..c3c04b2 100644 --- a/packages.json +++ b/packages.json @@ -16268,5 +16268,19 @@ "description": "Print-testing for nim.", "license": "MIT", "web": "https://github.com/treeform/ptest" + }, + { + "name": "oaitools", + "url": "https://github.com/markpbaggett/oaitools.nim", + "method": "git", + "tags": [ + "metadata", + "harvester", + "oai-pmh" + ], + "description": "A high-level OAI-PMH library.", + "license": "GPL-3.0", + "doc": "https://markpbaggett.github.io/oaitools.nim/", + "web": "https://github.com/markpbaggett/oaitools.nim" } ] From 2943efddb6142a61dbdfa08d0e7d22dc9cb89f29 Mon Sep 17 00:00:00 2001 From: Ryan Burmeister-Morrison <12453590+rburmorrison@users.noreply.github.com> Date: Wed, 22 Jan 2020 05:35:02 -0500 Subject: [PATCH 477/691] Added package pych (#1337) --- packages.json | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/packages.json b/packages.json index c3c04b2..ecd7e86 100644 --- a/packages.json +++ b/packages.json @@ -1,18 +1,18 @@ [ { - "name":"nio", - "url":"https://github.com/KayraG/nio", - "method":"git", - "tags":[ + "name": "nio", + "url": "https://github.com/KayraG/nio", + "method": "git", + "tags": [ "server", "framework", "express", "http", "library" ], - "description":"A Mini Server Framework for Nim language", - "license":"MIT", - "web":"https://github.com/KayraG/nio" + "description": "A Mini Server Framework for Nim language", + "license": "MIT", + "web": "https://github.com/KayraG/nio" }, { "name": "decisiontree", @@ -16282,5 +16282,17 @@ "license": "GPL-3.0", "doc": "https://markpbaggett.github.io/oaitools.nim/", "web": "https://github.com/markpbaggett/oaitools.nim" + }, + { + "name": "pych", + "url": "https://github.com/rburmorrison/pych", + "method": "git", + "tags": [ + "python", + "monitor" + ], + "description": "A tool that watches Python files and re-runs them on change.", + "license": "MIT", + "web": "https://github.com/rburmorrison/pych" } ] From cb5f481e6ed8bea58d255fe21aef030e64403176 Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Thu, 23 Jan 2020 00:57:15 -0500 Subject: [PATCH 478/691] Add keyring package (#1340) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index ecd7e86..41d9c0a 100644 --- a/packages.json +++ b/packages.json @@ -11545,6 +11545,18 @@ "license": "MIT", "doc": "https://www.iffycan.com/nim-argparse/argparse.html" }, + { + "name": "keyring", + "url": "https://github.com/iffy/nim-keyring", + "method": "git", + "tags": [ + "keyring", + "security" + ], + "description": "Cross-platform access to OS keychain", + "license": "MIT", + "web": "https://github.com/iffy/nim-keyring" + }, { "name": "markdown", "url": "https://github.com/soasme/nim-markdown", From 8d272ce88824696971526d662f0f521b4030b114 Mon Sep 17 00:00:00 2001 From: Danil Yarantsev <21169548+Yardanico@users.noreply.github.com> Date: Thu, 23 Jan 2020 14:22:58 +0300 Subject: [PATCH 479/691] Added package adb (#1341) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 41d9c0a..3521beb 100644 --- a/packages.json +++ b/packages.json @@ -16306,5 +16306,18 @@ "description": "A tool that watches Python files and re-runs them on change.", "license": "MIT", "web": "https://github.com/rburmorrison/pych" + }, + { + "name": "adb", + "url": "https://github.com/Yardanico/nim-adb", + "method": "git", + "tags": [ + "adb", + "protocol", + "android" + ], + "description": "ADB protocol implementation in Nim", + "license": "MIT", + "web": "https://github.com/Yardanico/nim-adb" } ] From cc3b2bf6f0fac15faf83a3d2f724f2ddac615ac1 Mon Sep 17 00:00:00 2001 From: Double_oxygeN Date: Sun, 26 Jan 2020 00:34:45 +0900 Subject: [PATCH 480/691] Added package z3nim (#1342) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3521beb..5c7f1ec 100644 --- a/packages.json +++ b/packages.json @@ -16319,5 +16319,19 @@ "description": "ADB protocol implementation in Nim", "license": "MIT", "web": "https://github.com/Yardanico/nim-adb" + }, + { + "name": "z3nim", + "url": "https://github.com/Double-oxygeN/z3nim", + "method": "git", + "tags": [ + "z3", + "smt", + "wrapper", + "library" + ], + "description": "Z3 binding for Nim", + "license": "MIT", + "web": "https://github.com/Double-oxygeN/z3nim" } ] From f9a27b2e663647552bf6183deb5cbb84fa43af89 Mon Sep 17 00:00:00 2001 From: jiro Date: Sun, 26 Jan 2020 15:27:16 +0900 Subject: [PATCH 481/691] Added package wave (#1343) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 5c7f1ec..f10561f 100644 --- a/packages.json +++ b/packages.json @@ -16333,5 +16333,20 @@ "description": "Z3 binding for Nim", "license": "MIT", "web": "https://github.com/Double-oxygeN/z3nim" + }, + { + "name": "wave", + "url": "https://github.com/jiro4989/wave", + "method": "git", + "tags": [ + "library", + "sound", + "media", + "parser", + "wave" + ], + "description": "wave is a tiny WAV sound module", + "license": "MIT", + "web": "https://github.com/jiro4989/wave" } ] From bc91b854a96bd56c5f600e4d0642623782de1c0a Mon Sep 17 00:00:00 2001 From: D-Nice Date: Mon, 27 Jan 2020 01:35:37 -0500 Subject: [PATCH 482/691] Add package nbaser (#1344) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index f10561f..bccd3f4 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,21 @@ [ + { + "name": "nbaser", + "url": "https://github.com/D-Nice/nbaser", + "method": "git", + "tags": [ + "encode", + "decode", + "base", + "unicode", + "base58", + "base-x" + ], + "description": "Encode/decode arbitrary unicode bases from size 2 to 256", + "license": "Apache-2.0", + "web": "https://github.com/D-Nice/nbaser", + "doc": "https://d-nice.github.io/nbaser/" + }, { "name": "nio", "url": "https://github.com/KayraG/nio", From 344fbfb7f0c7e529d6885626a7defdcfe5552f0f Mon Sep 17 00:00:00 2001 From: Kristian Mandrup Date: Tue, 28 Jan 2020 12:21:58 +0000 Subject: [PATCH 483/691] added react-16 (#1345) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index bccd3f4..7128563 100644 --- a/packages.json +++ b/packages.json @@ -5799,12 +5799,30 @@ "react", "frontend", "ui", + "vdom", "single page application" ], "description": "React.js bindings for Nim", "license": "Apache License 2.0", "web": "https://github.com/andreaferretti/react.nim" }, + { + "name": "react16", + "url": "https://github.com/kristianmandrup/react-16.nim", + "method": "git", + "tags": [ + "js", + "react", + "frontend", + "ui", + "vdom", + "hooks", + "single page application" + ], + "description": "React.js 16.x bindings for Nim", + "license": "Apache License 2.0", + "web": "https://github.com/kristianmandrup/react-16.nim" + }, { "name": "oauth", "url": "https://github.com/CORDEA/oauth", From 81f66a05a65ff0c476f504383628eca84c233247 Mon Sep 17 00:00:00 2001 From: c-blake Date: Thu, 30 Jan 2020 00:42:48 -0500 Subject: [PATCH 484/691] Add kslog (#1347) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 7128563..fcb8d8f 100644 --- a/packages.json +++ b/packages.json @@ -16383,5 +16383,20 @@ "description": "wave is a tiny WAV sound module", "license": "MIT", "web": "https://github.com/jiro4989/wave" + }, + { + "name": "kslog", + "url": "https://github.com/c-blake/kslog.git", + "method": "git", + "tags": [ + "command-line", + "logging", + "syslog", + "syslogd", + "klogd" + ], + "description": "Minimalistic Kernel-Syslogd For Linux in Nim", + "license": "MIT", + "web": "https://github.com/c-blake/kslog" } ] From d89a6758f35ee7d01b509e3b8e2d94cbf51a7465 Mon Sep 17 00:00:00 2001 From: Esteban Castro Borsani Date: Sat, 1 Feb 2020 04:12:41 -0300 Subject: [PATCH 485/691] Added package nregex (#1348) --- packages.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index fcb8d8f..378002c 100644 --- a/packages.json +++ b/packages.json @@ -5822,7 +5822,7 @@ "description": "React.js 16.x bindings for Nim", "license": "Apache License 2.0", "web": "https://github.com/kristianmandrup/react-16.nim" - }, + }, { "name": "oauth", "url": "https://github.com/CORDEA/oauth", @@ -16398,5 +16398,16 @@ "description": "Minimalistic Kernel-Syslogd For Linux in Nim", "license": "MIT", "web": "https://github.com/c-blake/kslog" + }, + { + "name": "nregex", + "url": "https://github.com/nitely/nregex", + "method": "git", + "tags": [ + "regex" + ], + "description": "A DFA based regex engine", + "license": "MIT", + "web": "https://github.com/nitely/nregex" } ] From 3c45f15c29440db7170209477f3366dcfcf621e7 Mon Sep 17 00:00:00 2001 From: lqdev Date: Sun, 2 Feb 2020 16:32:17 +0100 Subject: [PATCH 486/691] Added package delight (#1349) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 378002c..6306b1e 100644 --- a/packages.json +++ b/packages.json @@ -16409,5 +16409,19 @@ "description": "A DFA based regex engine", "license": "MIT", "web": "https://github.com/nitely/nregex" + }, + { + "name": "delight", + "url": "https://github.com/liquid600pgm/delight", + "method": "git", + "tags": [ + "raycasting", + "math", + "light", + "library" + ], + "description": "Engine-agnostic library for computing 2D raycasted lights", + "license": "MIT", + "web": "https://github.com/liquid600pgm/delight" } ] From c38db024887e24b1e252fc4e05cfe780f932d6ec Mon Sep 17 00:00:00 2001 From: c6h4clch3 Date: Wed, 5 Feb 2020 14:55:20 +0900 Subject: [PATCH 487/691] Added package nimsuite (#1351) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 6306b1e..ab61ec4 100644 --- a/packages.json +++ b/packages.json @@ -16423,5 +16423,16 @@ "description": "Engine-agnostic library for computing 2D raycasted lights", "license": "MIT", "web": "https://github.com/liquid600pgm/delight" + }, + { + "name": "nimsuite", + "url": "https://github.com/c6h4clch3/NimSuite", + "method": "git", + "tags": [ + "unittest" + ], + "description": "a simple test framework for nim.", + "license": "MIT", + "web": "https://github.com/c6h4clch3/NimSuite" } ] From c71981fb2dd010c7424d766a6626a79799689131 Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sat, 8 Feb 2020 15:23:21 +0800 Subject: [PATCH 488/691] Added package prologue (#1352) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ab61ec4..fd83262 100644 --- a/packages.json +++ b/packages.json @@ -16434,5 +16434,19 @@ "description": "a simple test framework for nim.", "license": "MIT", "web": "https://github.com/c6h4clch3/NimSuite" + }, + { + "name": "prologue", + "url": "https://github.com/planety/Prologue", + "method": "git", + "tags": [ + "web", + "prologue", + "starlight", + "jester" + ], + "description": "Another micro web framework.", + "license": "MIT", + "web": "https://github.com/planety/Prologue" } ] From 1b2a33fd739f9bcd204ad3cd01e0489ce0aa2ab8 Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 9 Feb 2020 13:44:20 -0700 Subject: [PATCH 489/691] Added package mort (#1353) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index fd83262..71c2d8d 100644 --- a/packages.json +++ b/packages.json @@ -16448,5 +16448,20 @@ "description": "Another micro web framework.", "license": "MIT", "web": "https://github.com/planety/Prologue" + }, + { + "name": "mort", + "url": "https://github.com/jyapayne/mort", + "method": "git", + "tags": [ + "macro", + "library", + "deadcode", + "dead", + "code" + ], + "description": "A dead code locator for Nim", + "license": "MIT", + "web": "https://github.com/jyapayne/mort" } ] From c3c21c61fb5e6a2f4950bac32a613bb5840e3b3a Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sat, 15 Feb 2020 01:22:18 +0800 Subject: [PATCH 490/691] Added package gungnir (#1355) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 71c2d8d..fda46c9 100644 --- a/packages.json +++ b/packages.json @@ -16463,5 +16463,20 @@ "description": "A dead code locator for Nim", "license": "MIT", "web": "https://github.com/jyapayne/mort" + }, + { + "name": "gungnir", + "url": "https://github.com/planety/gungnir", + "method": "git", + "tags": [ + "web", + "starlight", + "prologue", + "signing", + "Cryptographic" + ], + "description": "Cryptographic signing for Nim.", + "license": "BSD-3-Clause", + "web": "https://github.com/planety/gungnir" } ] From 81e43da4fac5f9c65d67d23016d7defd3c27c743 Mon Sep 17 00:00:00 2001 From: mashingan Date: Sun, 16 Feb 2020 01:05:00 +0700 Subject: [PATCH 491/691] add anonimongo entry (#1356) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index fda46c9..4a869ed 100644 --- a/packages.json +++ b/packages.json @@ -16478,5 +16478,21 @@ "description": "Cryptographic signing for Nim.", "license": "BSD-3-Clause", "web": "https://github.com/planety/gungnir" + }, + { + "name": "anonimongo", + "url": "https://github.com/mashingan/anonimongo", + "method": "git", + "tags": [ + "mongo", + "mongodb", + "driver", + "pure", + "library", + "bson" + ], + "description": "ANOther pure NIm MONGO driver.", + "license": "MIT", + "web": "https://mashingan.github.io/anonimongo/src/htmldocs/anonimongo.html" } ] From 4da651607761005c2200b8b618a6598100454175 Mon Sep 17 00:00:00 2001 From: Esteban Castro Borsani Date: Sat, 15 Feb 2020 16:35:00 -0300 Subject: [PATCH 492/691] Added package segmentation (#1357) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4a869ed..93c3865 100644 --- a/packages.json +++ b/packages.json @@ -16479,6 +16479,18 @@ "license": "BSD-3-Clause", "web": "https://github.com/planety/gungnir" }, + { + "name": "segmentation", + "url": "https://github.com/nitely/nim-segmentation", + "method": "git", + "tags": [ + "unicode", + "text-segmentation" + ], + "description": "Unicode text segmentation tr29", + "license": "MIT", + "web": "https://github.com/nitely/nim-segmentation" + }, { "name": "anonimongo", "url": "https://github.com/mashingan/anonimongo", From 89d9b742360d4e754764e12dc4075efad3725d05 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 17 Feb 2020 20:20:33 +0100 Subject: [PATCH 493/691] Added package sqlite3_abi (#1360) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 93c3865..3ab8c07 100644 --- a/packages.json +++ b/packages.json @@ -16506,5 +16506,18 @@ "description": "ANOther pure NIm MONGO driver.", "license": "MIT", "web": "https://mashingan.github.io/anonimongo/src/htmldocs/anonimongo.html" + }, + { + "name": "sqlite3_abi", + "url": "https://github.com/arnetheduck/nim-sqlite3-abi", + "method": "git", + "tags": [ + "sqlite", + "sqlite3", + "database" + ], + "description": "A wrapper for SQLite", + "license": "Apache License 2.0 or MIT", + "web": "https://github.com/arnetheduck/nim-sqlite3-abi" } ] From 0ed2069649e063e212fe64995d14b6bd07508be8 Mon Sep 17 00:00:00 2001 From: Zach Oakes Date: Tue, 18 Feb 2020 01:12:54 -0500 Subject: [PATCH 494/691] Update packages.json (#1361) --- packages.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages.json b/packages.json index 3ab8c07..5363ff9 100644 --- a/packages.json +++ b/packages.json @@ -16507,6 +16507,28 @@ "license": "MIT", "web": "https://mashingan.github.io/anonimongo/src/htmldocs/anonimongo.html" }, + { + "name": "paranim", + "url": "https://github.com/paranim/paranim", + "method": "git", + "tags": [ + "games", + "opengl" + ], + "description": "A game library", + "license": "Public Domain" + }, + { + "name": "pararules", + "url": "https://github.com/paranim/pararules", + "method": "git", + "tags": [ + "rules", + "rete" + ], + "description": "A rules engine", + "license": "Public Domain" + }, { "name": "sqlite3_abi", "url": "https://github.com/arnetheduck/nim-sqlite3-abi", From c3faefed641b1eca4b8c7d5cfb754f8dd9d76fd6 Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Tue, 18 Feb 2020 13:13:53 +0700 Subject: [PATCH 495/691] Added package anime (#1362) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 5363ff9..0703e0c 100644 --- a/packages.json +++ b/packages.json @@ -16541,5 +16541,17 @@ "description": "A wrapper for SQLite", "license": "Apache License 2.0 or MIT", "web": "https://github.com/arnetheduck/nim-sqlite3-abi" + }, + { + "name": "anime", + "url": "https://github.com/ethosa/anime", + "method": "git", + "tags": [ + "tracemoe", + "framework" + ], + "description": "The Nim wrapper for tracemoe.", + "license": "AGPLv3", + "web": "https://github.com/ethosa/anime" } ] From efcffd971bcdb569ad1f002609ef40fa26982a1b Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Tue, 18 Feb 2020 20:02:00 +0700 Subject: [PATCH 496/691] added package shizuka (#1363) package `saya` was abandoned. --- packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 0703e0c..3afae84 100644 --- a/packages.json +++ b/packages.json @@ -16093,11 +16093,11 @@ }, { "name": "saya", + "alias": "shizuka", "url": "https://github.com/Ethosa/saya_nim", "method": "git", "tags": [ - "VK", - "framework" + "abandoned" ], "description": "Nim framework for VK", "license": "LGPLv3", @@ -16553,5 +16553,18 @@ "description": "The Nim wrapper for tracemoe.", "license": "AGPLv3", "web": "https://github.com/ethosa/anime" + }, + { + "name": "shizuka", + "url": "https://github.com/ethosa/shizuka", + "method": "git", + "tags": [ + "vk", + "api", + "framework" + ], + "description": "The Nim framework for VK API.", + "license": "AGPLv3", + "web": "https://github.com/ethosa/shizuka" } ] From 983466022f302ea142256d59d99160b098e85cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Wed, 19 Feb 2020 17:40:46 +0100 Subject: [PATCH 497/691] Add qr package (#1364) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3afae84..4779eb4 100644 --- a/packages.json +++ b/packages.json @@ -16566,5 +16566,18 @@ "description": "The Nim framework for VK API.", "license": "AGPLv3", "web": "https://github.com/ethosa/shizuka" + }, + { + "name": "qr", + "url": "https://github.com/ThomasTJdev/nim_qr", + "method": "git", + "tags": [ + "qr", + "qrcode", + "svg" + ], + "description": "Create SVG-files with QR-codes from strings.", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_qr" } ] From 5b368dd47bc42da284829e182eeb48fdd0d33dbb Mon Sep 17 00:00:00 2001 From: Amru Rosyada Date: Thu, 20 Feb 2020 04:18:24 +0700 Subject: [PATCH 498/691] Add nimble package uri3 (#1365) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4779eb4..e5a8535 100644 --- a/packages.json +++ b/packages.json @@ -16579,5 +16579,18 @@ "description": "Create SVG-files with QR-codes from strings.", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_qr" + }, + { + "name": "uri3", + "url": "https://github.com/zendbit/nim.uri3", + "method": "git", + "tags": [ + "uri", + "url", + "library" + ], + "description": "nim.uri3 is a Nim module that provides improved way for working with URIs. It is based on the uri module in the Nim standard library and fork from nim-uri2", + "license": "MIT", + "web": "https://github.com/zendbit/nim.uri3" } ] From 1c0d5dec8e0c4c0739a1a230d4ae67d266503e59 Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Thu, 20 Feb 2020 22:03:32 +0700 Subject: [PATCH 499/691] Added package triplets (#1366) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e5a8535..5300a02 100644 --- a/packages.json +++ b/packages.json @@ -16592,5 +16592,19 @@ "description": "nim.uri3 is a Nim module that provides improved way for working with URIs. It is based on the uri module in the Nim standard library and fork from nim-uri2", "license": "MIT", "web": "https://github.com/zendbit/nim.uri3" + }, + { + "name": "triplets", + "url": "https://github.com/linksplatform/Data.Triplets", + "method": "git", + "tags": [ + "triplets", + "database", + "C", + "bindings" + ], + "description": "The Nim bindings for linksplatform/Data.Triplets.Kernel.", + "license": "AGPLv3", + "web": "https://github.com/linksplatform/Data.Triplets" } ] From cefa4e80f5f833e0197eaa01da8dac4dd7a5c285 Mon Sep 17 00:00:00 2001 From: D-Nice Date: Fri, 21 Feb 2020 01:02:52 -0500 Subject: [PATCH 500/691] Add package argon2_bind (#1367) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 5300a02..1c447ae 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,23 @@ [ + { + "name": "argon2_bind", + "url": "https://github.com/D-Nice/argon2_bind", + "method": "git", + "tags": [ + "argon2", + "kdf", + "hash", + "crypto", + "phc", + "c", + "ffi", + "cryptography" + ], + "description": "Bindings to the high-level Argon2 C API", + "license": "Apache-2.0", + "web": "https://github.com/D-Nice/argon2_bind", + "doc": "https://d-nice.github.io/argon2_bind/" + }, { "name": "nbaser", "url": "https://github.com/D-Nice/nbaser", From 21982af3fec7063c8a6873230a915e08660f259d Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Fri, 21 Feb 2020 22:29:26 +0800 Subject: [PATCH 501/691] Added package kview (#1368) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1c447ae..cc49352 100644 --- a/packages.json +++ b/packages.json @@ -16625,5 +16625,19 @@ "description": "The Nim bindings for linksplatform/Data.Triplets.Kernel.", "license": "AGPLv3", "web": "https://github.com/linksplatform/Data.Triplets" + }, + { + "name": "kview", + "url": "https://github.com/planety/kview", + "method": "git", + "tags": [ + "prologue", + "starlight", + "karax", + "web" + ], + "description": "For karax html preview.", + "license": "BSD-3-Clause", + "web": "https://github.com/planety/kview" } ] From e1897e82fb37a2bc76600ef3b00eef4d95c732e4 Mon Sep 17 00:00:00 2001 From: John Novak Date: Sat, 22 Feb 2020 00:43:14 +1000 Subject: [PATCH 502/691] Added package osdialog (#1369) --- packages.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages.json b/packages.json index cc49352..ae65330 100644 --- a/packages.json +++ b/packages.json @@ -16626,6 +16626,30 @@ "license": "AGPLv3", "web": "https://github.com/linksplatform/Data.Triplets" }, + { + "name": "osdialog", + "url": "https://github.com/johnnovak/nim-osdialog", + "method": "git", + "tags": [ + "ui,", + "gui,", + "dialog,", + "wrapper,", + "cross-platform,", + "windows,", + "mac,", + "osx,", + "linux,", + "gtk,", + "gtk2,", + "gtk3,", + "zenity,", + "file" + ], + "description": "Nim wrapper for the osdialog library", + "license": "WTFPL", + "web": "https://github.com/johnnovak/nim-osdialog" + }, { "name": "kview", "url": "https://github.com/planety/kview", From 8c4e3fce3f03b46cc8ed72c45a837e830480956e Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Fri, 21 Feb 2020 22:04:37 +0700 Subject: [PATCH 503/691] Added package badgemaker (#1370) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index ae65330..7b32060 100644 --- a/packages.json +++ b/packages.json @@ -16626,6 +16626,19 @@ "license": "AGPLv3", "web": "https://github.com/linksplatform/Data.Triplets" }, + { + "name": "badgemaker", + "url": "https://github.com/ethosa/badgemaker", + "method": "git", + "tags": [ + "badge", + "badge-generator", + "tool" + ], + "description": "The Nim badgemaker tool.", + "license": "AGPLv3", + "web": "https://github.com/ethosa/badgemaker" + }, { "name": "osdialog", "url": "https://github.com/johnnovak/nim-osdialog", From 7f71a3e5fba81b78e6ea50dba82ff37637ea62e2 Mon Sep 17 00:00:00 2001 From: Beshr Kayali Date: Sat, 22 Feb 2020 07:49:10 +0100 Subject: [PATCH 504/691] Added package loki (#1371) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7b32060..fccbcfe 100644 --- a/packages.json +++ b/packages.json @@ -16676,5 +16676,19 @@ "description": "For karax html preview.", "license": "BSD-3-Clause", "web": "https://github.com/planety/kview" + }, + { + "name": "loki", + "url": "https://github.com/beshrkayali/loki", + "method": "git", + "tags": [ + "cmd", + "shell", + "cli", + "interpreter" + ], + "description": "A small library for writing cli programs in Nim.", + "license": "Zlib", + "web": "https://github.com/beshrkayali/loki" } ] From d44babdb48225e16e7bedfd96dca3013d0fbf66f Mon Sep 17 00:00:00 2001 From: loloicci Date: Sun, 23 Feb 2020 00:24:23 +0900 Subject: [PATCH 505/691] modify nimly's information (#1372) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index fccbcfe..fc2a6b4 100644 --- a/packages.json +++ b/packages.json @@ -13265,7 +13265,7 @@ }, { "name": "nimly", - "url": "https://github.com/loloiccl/nimly", + "url": "https://github.com/loloicci/nimly", "method": "git", "tags": [ "lexer", From f339843a6f383db1c92f14a5d33b4bf43f4a7ef1 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 24 Feb 2020 15:03:15 +0200 Subject: [PATCH 506/691] Add testutils; More consisten use of tags in all unit-testing packages --- packages.json | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/packages.json b/packages.json index fc2a6b4..bde100c 100644 --- a/packages.json +++ b/packages.json @@ -3205,7 +3205,7 @@ "method": "git", "tags": [ "fuzzing", - "testing", + "unit-testing", "hacking", "security" ], @@ -5201,7 +5201,7 @@ "url": "https://github.com/shaunc/cucumber_nim", "method": "git", "tags": [ - "testing", + "unit-testing", "cucumber", "bdd" ], @@ -6538,6 +6538,23 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-ttmath" }, + { + "name": "testutils", + "url": "https://github.com/status-im/nim-testutils", + "method": "git", + "tags": [ + "library", + "tests", + "unit-testing", + "integration-testing", + "compilation-tests", + "fuzzing", + "doctest" + ], + "description": "A comprehensive toolkit for all your testing needs", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-testutils" + }, { "name": "nimbus", "url": "https://github.com/status-im/nimbus", @@ -8122,8 +8139,7 @@ "safety", "test", "tests", - "testing", - "unittest" + "unit-testing" ], "description": "Design by Contract (DbC) library with minimal runtime.", "license": "MIT", @@ -9968,8 +9984,7 @@ "tags": [ "test", "tests", - "testing", - "unit" + "unit-testing" ], "description": "A helper module for writing unit tests in Nim with nake or similar build system.", "license": "ISC", @@ -15994,7 +16009,7 @@ "tags": [ "japanese", "library", - "testing" + "unit-testing" ], "description": "random Japanese name and address generator", "license": "MIT", @@ -16329,7 +16344,9 @@ "url": "https://github.com/treeform/ptest", "method": "git", "tags": [ - "test" + "tests", + "unit-testing", + "integration-testing" ], "description": "Print-testing for nim.", "license": "MIT", From 9cc583d11c0df49d1698ccf34661a9e384bf9d3d Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Tue, 25 Feb 2020 22:37:55 +0700 Subject: [PATCH 507/691] Added package yukiko (#1375) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index bde100c..6e69816 100644 --- a/packages.json +++ b/packages.json @@ -16707,5 +16707,19 @@ "description": "A small library for writing cli programs in Nim.", "license": "Zlib", "web": "https://github.com/beshrkayali/loki" + }, + { + "name": "yukiko", + "url": "https://github.com/ethosa/yukiko", + "method": "git", + "tags": [ + "gui", + "async", + "framework", + "sdl2" + ], + "description": "The Nim GUI asynchronous framework based on SDL2.", + "license": "AGPLv3", + "web": "https://github.com/ethosa/yukiko" } ] From 15bd04adcbbc797c3168bffba0ee0a0494375809 Mon Sep 17 00:00:00 2001 From: Zach Oakes Date: Tue, 25 Feb 2020 15:20:30 -0500 Subject: [PATCH 508/691] Add paratext (#1373) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 6e69816..6ae451a 100644 --- a/packages.json +++ b/packages.json @@ -16565,6 +16565,17 @@ "description": "A rules engine", "license": "Public Domain" }, + { + "name": "paratext", + "url": "https://github.com/paranim/paratext", + "method": "git", + "tags": [ + "text", + "opengl" + ], + "description": "A library for rendering text with paranim", + "license": "Public Domain" + }, { "name": "sqlite3_abi", "url": "https://github.com/arnetheduck/nim-sqlite3-abi", From ac399ebc483f76581e299ccc8b16b6764f923122 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Wed, 26 Feb 2020 18:52:52 +0000 Subject: [PATCH 509/691] Add Socks5 library (#1307) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 6ae451a..99cc6a4 100644 --- a/packages.json +++ b/packages.json @@ -16096,6 +16096,20 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-bcra" }, + { + "name": "socks", + "url": "https://github.com/FedericoCeratto/nim-socks5", + "method": "git", + "tags": [ + "socks", + "library", + "networking", + "socks5" + ], + "description": "Socks5 client and server library", + "license": "MPLv2", + "web": "https://github.com/FedericoCeratto/nim-socks5" + }, { "name": "metar", "url": "https://github.com/flenniken/metar", From 1ad79aadb5247e2c7d566ab4d2959b5fb5e92dd7 Mon Sep 17 00:00:00 2001 From: Manav Date: Thu, 27 Feb 2020 02:35:23 +0530 Subject: [PATCH 510/691] Added package luhny (#1376) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 99cc6a4..13b3a8f 100644 --- a/packages.json +++ b/packages.json @@ -16746,5 +16746,17 @@ "description": "The Nim GUI asynchronous framework based on SDL2.", "license": "AGPLv3", "web": "https://github.com/ethosa/yukiko" + }, + { + "name": "luhny", + "url": "https://github.com/sigmapie8/luhny", + "method": "git", + "tags": [ + "library", + "algorithm" + ], + "description": "Luhn's Algorithm implementation in Nim", + "license": "MIT", + "web": "https://github.com/sigmapie8/luhny" } ] From 16e39de3a345efc1d172d3fc0dd230eadb8d2f65 Mon Sep 17 00:00:00 2001 From: Zach Oakes Date: Thu, 27 Feb 2020 02:08:15 -0500 Subject: [PATCH 511/691] Add pvim (#1377) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 13b3a8f..51f2a2c 100644 --- a/packages.json +++ b/packages.json @@ -16590,6 +16590,17 @@ "description": "A library for rendering text with paranim", "license": "Public Domain" }, + { + "name": "pvim", + "url": "https://github.com/paranim/pvim", + "method": "git", + "tags": [ + "editor", + "vim" + ], + "description": "A vim-based editor", + "license": "Public Domain" + }, { "name": "sqlite3_abi", "url": "https://github.com/arnetheduck/nim-sqlite3-abi", From 3aa4626a62705d2f6f4a57e199bbf8061ffd626d Mon Sep 17 00:00:00 2001 From: Volodymyr Melnychuk Date: Sat, 29 Feb 2020 08:28:19 +0200 Subject: [PATCH 512/691] add nimwebp package (#1378) Co-authored-by: bromund <60217815+bromund@users.noreply.github.com> --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 51f2a2c..6ed63d8 100644 --- a/packages.json +++ b/packages.json @@ -16769,5 +16769,18 @@ "description": "Luhn's Algorithm implementation in Nim", "license": "MIT", "web": "https://github.com/sigmapie8/luhny" + }, + { + "name": "nimwebp", + "url": "https://github.com/tormund/nimwebp", + "method": "git", + "tags": [ + "webp", + "encoder", + "decoder" + ], + "description": "Webp encoder and decoder bindings for Nim", + "license": "MIT", + "web": "https://github.com/tormund/nimwebp" } ] From 4ef388e5d0253810acb13b8d3d3a7ae84d08dfd9 Mon Sep 17 00:00:00 2001 From: jiro Date: Mon, 2 Mar 2020 00:47:50 +0900 Subject: [PATCH 513/691] Added package svgo (#1379) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 6ed63d8..ef57811 100644 --- a/packages.json +++ b/packages.json @@ -16782,5 +16782,20 @@ "description": "Webp encoder and decoder bindings for Nim", "license": "MIT", "web": "https://github.com/tormund/nimwebp" + }, + { + "name": "svgo", + "url": "https://github.com/jiro4989/svgo", + "method": "git", + "tags": [ + "svg", + "cli", + "awk", + "jo", + "shell" + ], + "description": "SVG output from a shell.", + "license": "MIT", + "web": "https://github.com/jiro4989/svgo" } ] From 47badbff8360a1c642889e29b931f9df494981f3 Mon Sep 17 00:00:00 2001 From: Duncan Clarke Date: Mon, 2 Mar 2020 15:40:42 -0500 Subject: [PATCH 514/691] add winserial (#1380) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index ef57811..5ac57b1 100644 --- a/packages.json +++ b/packages.json @@ -16797,5 +16797,17 @@ "description": "SVG output from a shell.", "license": "MIT", "web": "https://github.com/jiro4989/svgo" + },{ + "name": "winserial", + "url": "https://github.com/bunkford/winserial", + "method": "git", + "tags": [ + "windows", + "serial" + ], + "description": "Serial library for Windows.", + "license": "MIT", + "web": "https://github.com/bunkford/winserial", + "doc": "https://bunkford.github.io/winserial/winserial.html" } ] From 15c1f599f7a1a0a1e2be120633d5890cdf026450 Mon Sep 17 00:00:00 2001 From: Paul Nameless Date: Tue, 3 Mar 2020 07:44:31 +0800 Subject: [PATCH 515/691] Added package nimbler --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 5ac57b1..ac554ee 100644 --- a/packages.json +++ b/packages.json @@ -16797,7 +16797,8 @@ "description": "SVG output from a shell.", "license": "MIT", "web": "https://github.com/jiro4989/svgo" - },{ + }, + { "name": "winserial", "url": "https://github.com/bunkford/winserial", "method": "git", @@ -16809,5 +16810,20 @@ "license": "MIT", "web": "https://github.com/bunkford/winserial", "doc": "https://bunkford.github.io/winserial/winserial.html" + }, + { + "name": "nimbler", + "url": "https://github.com/paul-nameless/nimbler", + "method": "git", + "tags": [ + "web", + "http", + "rest", + "api", + "library" + ], + "description": "A new awesome nimble package", + "license": "MIT", + "web": "https://github.com/paul-nameless/nimbler" } ] From c2d6c95ee787ce166bc83cbc55412161995ab64f Mon Sep 17 00:00:00 2001 From: Nameless Date: Tue, 3 Mar 2020 07:57:12 +0800 Subject: [PATCH 516/691] Update packages.json Co-Authored-By: Clyybber --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index ac554ee..1164f1f 100644 --- a/packages.json +++ b/packages.json @@ -16822,7 +16822,7 @@ "api", "library" ], - "description": "A new awesome nimble package", + "description": "A library to help you write rest APIs", "license": "MIT", "web": "https://github.com/paul-nameless/nimbler" } From c49800933fe65cc8e1d0254b4e8da56e263cc339 Mon Sep 17 00:00:00 2001 From: genotrance Date: Mon, 2 Mar 2020 18:30:16 -0600 Subject: [PATCH 517/691] Added package plugins (#1381) Co-authored-by: Clyybber --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1164f1f..1b9f8d7 100644 --- a/packages.json +++ b/packages.json @@ -16825,5 +16825,17 @@ "description": "A library to help you write rest APIs", "license": "MIT", "web": "https://github.com/paul-nameless/nimbler" + }, + { + "name": "plugins", + "url": "https://github.com/genotrance/plugins", + "method": "git", + "tags": [ + "plugin", + "shared" + ], + "description": "Plugin system for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/plugins" } ] From 90e65116b8eed20c9b69ed33e78994adffb6b6d4 Mon Sep 17 00:00:00 2001 From: Nameless Date: Tue, 3 Mar 2020 08:42:51 +0800 Subject: [PATCH 518/691] Added package libfswatch (#1385) Co-authored-by: Clyybber --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 1b9f8d7..96c7137 100644 --- a/packages.json +++ b/packages.json @@ -16837,5 +16837,20 @@ "description": "Plugin system for Nim", "license": "MIT", "web": "https://github.com/genotrance/plugins" + }, + { + "name": "libfswatch", + "url": "https://github.com/paul-nameless/nim-fswatch", + "method": "git", + "tags": [ + "fswatch", + "libfswatch", + "inotify", + "fs" + ], + "description": "Nim binding to libfswatch", + "license": "MIT", + "web": "https://github.com/paul-nameless/nim-fswatch" + } ] From ee49fba57388b454fc87f36c9c7bb7191e82391c Mon Sep 17 00:00:00 2001 From: Amru Rosyada Date: Fri, 6 Mar 2020 13:38:15 +0700 Subject: [PATCH 519/691] add zfcore nimble package (#1387) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 96c7137..7a73f13 100644 --- a/packages.json +++ b/packages.json @@ -16852,5 +16852,20 @@ "license": "MIT", "web": "https://github.com/paul-nameless/nim-fswatch" + }, + { + "name": "zfcore", + "url": "https://github.com/zendbit/nim.zfcore", + "method": "git", + "tags": [ + "web", + "http", + "framework", + "api", + "asynchttpserver" + ], + "description": "zfcore is high performance asynchttpserver and web framework for nim lang", + "license": "BSD", + "web": "https://github.com/zendbit/nim.zfcore" } ] From d18fb17081c25df48a2936432bf7e363424e703b Mon Sep 17 00:00:00 2001 From: Mark Pinese Date: Tue, 10 Mar 2020 17:16:17 +1100 Subject: [PATCH 520/691] Added package nimpress (#1389) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 7a73f13..84f4db1 100644 --- a/packages.json +++ b/packages.json @@ -16867,5 +16867,22 @@ "description": "zfcore is high performance asynchttpserver and web framework for nim lang", "license": "BSD", "web": "https://github.com/zendbit/nim.zfcore" + }, + { + "name": "nimpress", + "url": "https://github.com/mpinese/nimpress", + "method": "git", + "tags": [ + "dna", + "genetics", + "genomics", + "gwas", + "polygenic", + "risk", + "vcf" + ], + "description": "Fast and simple calculation of polygenic scores", + "license": "MIT", + "web": "https://github.com/mpinese/nimpress/" } ] From 49b158b18535658fd091fa487640004a295f9eeb Mon Sep 17 00:00:00 2001 From: AzamShafiul <61971183+AzamShafiul@users.noreply.github.com> Date: Tue, 10 Mar 2020 15:45:25 +0600 Subject: [PATCH 521/691] Adding new package named as weightedgraph (#1391) --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 84f4db1..c883ef8 100644 --- a/packages.json +++ b/packages.json @@ -16884,5 +16884,19 @@ "description": "Fast and simple calculation of polygenic scores", "license": "MIT", "web": "https://github.com/mpinese/nimpress/" - } + }, + { + "name": "weightedgraph", + "url": "https://github.com/AzamShafiul/weighted_graph", + "method": "git", + "tags": [ + "graph", + "weighted", + "weighted_graph", + "adjacency list" + ], + "description": "Graph With Weight Libary", + "license": "MIT", + "web": "https://github.com/AzamShafiul/weighted_graph" + } ] From 87ea432ae6ac275e9f53e1ea2dc0bec51b9fb9a1 Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Thu, 12 Mar 2020 17:50:42 +0400 Subject: [PATCH 522/691] Added package norman (#1392) --- packages.json | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/packages.json b/packages.json index c883ef8..1f78136 100644 --- a/packages.json +++ b/packages.json @@ -16851,7 +16851,6 @@ "description": "Nim binding to libfswatch", "license": "MIT", "web": "https://github.com/paul-nameless/nim-fswatch" - }, { "name": "zfcore", @@ -16894,9 +16893,24 @@ "weighted", "weighted_graph", "adjacency list" - ], - "description": "Graph With Weight Libary", - "license": "MIT", - "web": "https://github.com/AzamShafiul/weighted_graph" - } + ], + "description": "Graph With Weight Libary", + "license": "MIT", + "web": "https://github.com/AzamShafiul/weighted_graph" + }, + { + "name": "norman", + "url": "https://github.com/moigagoo/norman", + "method": "git", + "tags": [ + "orm", + "migration", + "norm", + "sqlite", + "postgres" + ], + "description": "Migration manager for Norm.", + "license": "MIT", + "web": "https://github.com/moigagoo/norman" + } ] From 50b6dec3284145e53f8d6b403cfb477a6ccb832d Mon Sep 17 00:00:00 2001 From: Kyohei Atarashi Date: Fri, 13 Mar 2020 00:02:52 +0900 Subject: [PATCH 523/691] Add nimfm library (#1393) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1f78136..838ad63 100644 --- a/packages.json +++ b/packages.json @@ -16912,5 +16912,17 @@ "description": "Migration manager for Norm.", "license": "MIT", "web": "https://github.com/moigagoo/norman" + }, + { + "name": "nimfm", + "url": "https://github.com/neonnnnn/nimfm", + "method": "git", + "tags": [ + "machine-learning", + "factorization-machine" + ], + "description": "A library for factorization machines in Nim.", + "license": "MIT", + "web": "https://github.com/neonnnnn/nimfm" } ] From 35676003d59dfd6a53c0101288a1302cd73f2845 Mon Sep 17 00:00:00 2001 From: Amru Rosyada Date: Fri, 13 Mar 2020 02:34:23 +0700 Subject: [PATCH 524/691] add zfblast nimble package (#1394) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 838ad63..094d8e8 100644 --- a/packages.json +++ b/packages.json @@ -16924,5 +16924,19 @@ "description": "A library for factorization machines in Nim.", "license": "MIT", "web": "https://github.com/neonnnnn/nimfm" + }, + { + "name": "zfblast", + "url": "https://github.com/zendbit/nim.zfblast", + "method": "git", + "tags": [ + "web", + "http", + "server", + "asynchttpserver" + ], + "description": "High performance http server (https://tools.ietf.org/html/rfc2616) with persistent connection for nim language.", + "license": "BSD", + "web": "https://github.com/zendbit/nim.zfblast" } ] From ed7cc9a0e24b56284cc9f7ec6215cd70f8a1e0a0 Mon Sep 17 00:00:00 2001 From: Zach Oakes Date: Thu, 12 Mar 2020 21:44:38 -0400 Subject: [PATCH 525/691] Add paravim (#1395) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 094d8e8..01faba4 100644 --- a/packages.json +++ b/packages.json @@ -16938,5 +16938,16 @@ "description": "High performance http server (https://tools.ietf.org/html/rfc2616) with persistent connection for nim language.", "license": "BSD", "web": "https://github.com/zendbit/nim.zfblast" + }, + { + "name": "paravim", + "url": "https://github.com/paranim/paravim", + "method": "git", + "tags": [ + "editor", + "games" + ], + "description": "An embedded text editor for paranim games", + "license": "Public Domain" } ] From 19658f16e8fae2f3c3ffb22f15ebba1b81430a1f Mon Sep 17 00:00:00 2001 From: BarrOff <58253563+BarrOff@users.noreply.github.com> Date: Sat, 14 Mar 2020 08:32:11 +0100 Subject: [PATCH 526/691] Added package roots (#1396) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 01faba4..cb109ba 100644 --- a/packages.json +++ b/packages.json @@ -16949,5 +16949,19 @@ ], "description": "An embedded text editor for paranim games", "license": "Public Domain" + }, + { + "name": "roots", + "url": "https://github.com/BarrOff/roots", + "method": "git", + "tags": [ + "math", + "numerical", + "scientific", + "root" + ], + "description": "Root finding functions for Nim", + "license": "MIT", + "web": "https://github.com/BarrOff/roots" } ] From c55a272180c3dbe040fd00b9f966c7a3b75f845d Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Sat, 14 Mar 2020 15:00:55 +0700 Subject: [PATCH 527/691] Added package akane (#1397) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index cb109ba..89bb645 100644 --- a/packages.json +++ b/packages.json @@ -16950,6 +16950,19 @@ "description": "An embedded text editor for paranim games", "license": "Public Domain" }, + { + "name": "akane", + "url": "https://github.com/ethosa/akane", + "method": "git", + "tags": [ + "async", + "web", + "framework" + ], + "description": "The Nim asynchronous web framework.", + "license": "MIT", + "web": "https://github.com/ethosa/akane" + }, { "name": "roots", "url": "https://github.com/BarrOff/roots", From f057ca6335c2cc56173d7840e72b66ffceb89694 Mon Sep 17 00:00:00 2001 From: Ico Doornekamp Date: Sat, 14 Mar 2020 11:04:14 +0100 Subject: [PATCH 528/691] Added package nmqtt (#1398) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 89bb645..371b003 100644 --- a/packages.json +++ b/packages.json @@ -16976,5 +16976,18 @@ "description": "Root finding functions for Nim", "license": "MIT", "web": "https://github.com/BarrOff/roots" + }, + { + "name": "nmqtt", + "url": "https://github.com/zevv/nmqtt", + "method": "git", + "tags": [ + "MQTT", + "IoT", + "MQTT3" + ], + "description": "Native MQTT client library", + "license": "MIT", + "web": "https://github.com/zevv/nmqtt" } ] From 3ff207453fffbe331df6d4a7adc1b7d76779effc Mon Sep 17 00:00:00 2001 From: sealmove <47466000+sealmove@users.noreply.github.com> Date: Mon, 16 Mar 2020 14:56:15 +0100 Subject: [PATCH 529/691] Added package testify (#1399) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 371b003..249ea0e 100644 --- a/packages.json +++ b/packages.json @@ -16989,5 +16989,16 @@ "description": "Native MQTT client library", "license": "MIT", "web": "https://github.com/zevv/nmqtt" + }, + { + "name": "testify", + "url": "https://github.com/sealmove/testify", + "method": "git", + "tags": [ + "testing" + ], + "description": "File-based unit testing system", + "license": "MIT", + "web": "https://github.com/sealmove/testify" } ] From afa5a2c30085838b07dc9e5b16d9b6881172194d Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Mon, 16 Mar 2020 17:14:32 +0100 Subject: [PATCH 530/691] Added package sss (#1401) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 249ea0e..3a865f7 100644 --- a/packages.json +++ b/packages.json @@ -16990,6 +16990,19 @@ "license": "MIT", "web": "https://github.com/zevv/nmqtt" }, + { + "name": "sss", + "url": "https://github.com/markspanbroek/sss.nim", + "method": "git", + "tags": [ + "shamir", + "secret", + "sharing" + ], + "description": "Shamir secret sharing", + "license": "MIT", + "web": "https://github.com/markspanbroek/sss.nim" + }, { "name": "testify", "url": "https://github.com/sealmove/testify", From 9f4ab1351d925da696583505b491b9d8e13ee311 Mon Sep 17 00:00:00 2001 From: Sergio Tapia Date: Tue, 17 Mar 2020 01:36:33 -0400 Subject: [PATCH 531/691] Add filesize package (#1402) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3a865f7..4b0cbb2 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ [ + { + "name": "filesize", + "url": "https://github.com/sergiotapia/filesize", + "method": "git", + "tags": [ + "filesize", + "size" + ], + "description": "A Nim package to convert filesizes into other units, and turns filesizes into human readable strings.", + "license": "MIT", + "web": "https://github.com/sergiotapia/filesize", + "doc": "https://github.com/sergiotapia/filesize" + }, { "name": "argon2_bind", "url": "https://github.com/D-Nice/argon2_bind", From 8332f0b743016252766989ebe5ea42d35e49d801 Mon Sep 17 00:00:00 2001 From: PMunch Date: Tue, 17 Mar 2020 14:55:30 +0100 Subject: [PATCH 532/691] Add macroutils package (#1403) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 4b0cbb2..117f5c0 100644 --- a/packages.json +++ b/packages.json @@ -1363,6 +1363,21 @@ "license": "MIT", "web": "https://github.com/PMunch/getmac" }, + { + "name": "macroutils", + "url": "https://github.com/PMunch/macroutils", + "method": "git", + "tags": [ + "macros", + "ast", + "metaprogramming", + "library", + "utility" + ], + "description": "A package that makes creating macros easier", + "license": "MIT", + "web": "https://github.com/PMunch/macroutils" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", From bd0d7b0669fc17c58529c0a38a00daf0dd14ae73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Mon, 23 Mar 2020 07:26:04 +0100 Subject: [PATCH 533/691] Add nordnet (#1405) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 117f5c0..b4ccd19 100644 --- a/packages.json +++ b/packages.json @@ -17041,5 +17041,18 @@ "description": "File-based unit testing system", "license": "MIT", "web": "https://github.com/sealmove/testify" + }, + { + "name": "nordnet", + "url": "https://github.com/ThomasTJdev/nim_nordnet_api", + "method": "git", + "tags": [ + "nordnet", + "stocks", + "scrape" + ], + "description": "Scraping API for www.nordnet.dk ready to integrate with Home Assistant (Hassio)", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_nordnet_api" } ] From 2ca7074c8edf7dbf42715c059ff65f20301382c8 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 23 Mar 2020 04:03:34 -0300 Subject: [PATCH 534/691] Added package nimbug (#1407) Co-authored-by: Miran --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index b4ccd19..9eb829c 100644 --- a/packages.json +++ b/packages.json @@ -17042,6 +17042,17 @@ "license": "MIT", "web": "https://github.com/sealmove/testify" }, + { + "name": "nimbug", + "url": "https://github.com/juancarlospaco/nimbug", + "method": "git", + "tags": [ + "bug" + ], + "description": "Nim Semi-Auto Bug Report Tool", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nimbug" + }, { "name": "nordnet", "url": "https://github.com/ThomasTJdev/nim_nordnet_api", From c5ae523abfd92ef351f9f771f236da124dcccfee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Mon, 23 Mar 2020 08:40:32 +0100 Subject: [PATCH 535/691] Add eloverblik (#1406) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 9eb829c..f6565a2 100644 --- a/packages.json +++ b/packages.json @@ -17042,6 +17042,19 @@ "license": "MIT", "web": "https://github.com/sealmove/testify" }, + { + "name": "eloverblik", + "url": "https://github.com/ThomasTJdev/nim_eloverblik_api", + "method": "git", + "tags": [ + "api", + "elforbrug", + "eloverblik" + ], + "description": "API for www.eloverblik.dk", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_eloverblik_api" + }, { "name": "nimbug", "url": "https://github.com/juancarlospaco/nimbug", From 5a8cc8e7709149a122f199f27aa7f4a2bda1ec75 Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Mon, 23 Mar 2020 09:20:20 +0100 Subject: [PATCH 536/691] Added package mnemonic (#1408) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index f6565a2..d5bbc68 100644 --- a/packages.json +++ b/packages.json @@ -17042,6 +17042,18 @@ "license": "MIT", "web": "https://github.com/sealmove/testify" }, + { + "name": "mnemonic", + "url": "https://github.com/markspanbroek/mnemonic", + "method": "git", + "tags": [ + "mnemonic", + "bip-39" + ], + "description": "Create memorable sentences from byte sequences.", + "license": "MIT", + "web": "https://github.com/markspanbroek/mnemonic" + }, { "name": "eloverblik", "url": "https://github.com/ThomasTJdev/nim_eloverblik_api", From 75fd7d4a4450de207cdc6c130b78e39013be18af Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 23 Mar 2020 05:56:22 -0300 Subject: [PATCH 537/691] Added package libarchibi (#1409) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index d5bbc68..addf906 100644 --- a/packages.json +++ b/packages.json @@ -17042,6 +17042,18 @@ "license": "MIT", "web": "https://github.com/sealmove/testify" }, + { + "name": "libarchibi", + "url": "https://github.com/juancarlospaco/libarchibi", + "method": "git", + "tags": [ + "zip", + "libarchive" + ], + "description": "Libarchive at compile-time, Libarchive Chibi Edition", + "license": "MIT", + "web": "https://github.com/juancarlospaco/libarchibi" + }, { "name": "mnemonic", "url": "https://github.com/markspanbroek/mnemonic", From 61edd8564e7330b3829b666a3f49aa64578b32e6 Mon Sep 17 00:00:00 2001 From: Manuel Philipp Date: Tue, 24 Mar 2020 20:04:24 +0100 Subject: [PATCH 538/691] Added package pomTimer (#1411) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index addf906..5855e4a 100644 --- a/packages.json +++ b/packages.json @@ -17102,5 +17102,21 @@ "description": "Scraping API for www.nordnet.dk ready to integrate with Home Assistant (Hassio)", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_nordnet_api" + }, + { + "name": "pomTimer", + "url": "https://github.com/MnlPhlp/pomTimer", + "method": "git", + "tags": [ + "timer", + "pomodoro", + "pomodoro-technique", + "pomodoro-timer", + "cli", + "pomodoro-cli" + ], + "description": "A simple pomodoro timer for the comandline with cli-output and notifications.", + "license": "MIT", + "web": "https://github.com/MnlPhlp/pomTimer" } ] From 78dfa8e4596d2a16a28344f953930a24aad67267 Mon Sep 17 00:00:00 2001 From: RMT Date: Wed, 25 Mar 2020 09:05:05 +0100 Subject: [PATCH 539/691] Added package alut (#1412) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 5855e4a..fa50682 100644 --- a/packages.json +++ b/packages.json @@ -17118,5 +17118,19 @@ "description": "A simple pomodoro timer for the comandline with cli-output and notifications.", "license": "MIT", "web": "https://github.com/MnlPhlp/pomTimer" + }, + { + "name": "alut", + "url": "https://github.com/rmt/alut", + "method": "git", + "tags": [ + "alut", + "openal", + "audio", + "sound" + ], + "description": "OpenAL Utility Toolkit (ALUT)", + "license": "LGPL-2.1", + "web": "https://github.com/rmt/alut" } ] From 07ea349960a9cf06d11d20b5e8772968c0c24104 Mon Sep 17 00:00:00 2001 From: jiro Date: Fri, 27 Mar 2020 02:21:30 +0900 Subject: [PATCH 540/691] Added package rena (#1413) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fa50682..fa32197 100644 --- a/packages.json +++ b/packages.json @@ -17132,5 +17132,18 @@ "description": "OpenAL Utility Toolkit (ALUT)", "license": "LGPL-2.1", "web": "https://github.com/rmt/alut" + }, + { + "name": "rena", + "url": "https://github.com/jiro4989/rena", + "method": "git", + "tags": [ + "cli", + "command", + "rename" + ], + "description": "rena is a tiny fire/directory renaming command.", + "license": "MIT", + "web": "https://github.com/jiro4989/rena" } ] From c79818052afa54851c2e3cfd6cc1c716944a8341 Mon Sep 17 00:00:00 2001 From: Danil Yarantsev <21169548+Yardanico@users.noreply.github.com> Date: Fri, 27 Mar 2020 10:53:16 +0300 Subject: [PATCH 541/691] Added package libvlc (#1414) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index fa32197..03eda62 100644 --- a/packages.json +++ b/packages.json @@ -17145,5 +17145,22 @@ "description": "rena is a tiny fire/directory renaming command.", "license": "MIT", "web": "https://github.com/jiro4989/rena" + }, + { + "name": "libvlc", + "url": "https://github.com/Yardanico/nim-libvlc", + "method": "git", + "tags": [ + "vlc", + "libvlc", + "music", + "video", + "audio", + "media", + "wrapper" + ], + "description": "libvlc bindings for Nim", + "license": "MIT", + "web": "https://github.com/Yardanico/nim-libvlc" } ] From 4ecdc0c116f1d1aa89f1dd1d8e35e8c04cdcd221 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 27 Mar 2020 23:12:32 +0530 Subject: [PATCH 542/691] Add package nimcoon (#1415) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 03eda62..6f1abec 100644 --- a/packages.json +++ b/packages.json @@ -17162,5 +17162,20 @@ "description": "libvlc bindings for Nim", "license": "MIT", "web": "https://github.com/Yardanico/nim-libvlc" + }, + { + "name": "nimcoon", + "url": "https://njoseph.me/gitweb/nimcoon.git", + "method": "git", + "tags": [ + "cli", + "youtube", + "streaming", + "downloader", + "magnet" + ], + "description": "A command-line YouTube player and more", + "license": "GPL-3.0", + "web": "https://gitlab.com/njoseph/nimcoon" } ] From 261020cc3cc89198cc97f21f1a3c0b278eddd27e Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Sat, 28 Mar 2020 13:09:40 +0700 Subject: [PATCH 543/691] Added package nimage (#1416) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 6f1abec..ad925d5 100644 --- a/packages.json +++ b/packages.json @@ -17177,5 +17177,16 @@ "description": "A command-line YouTube player and more", "license": "GPL-3.0", "web": "https://gitlab.com/njoseph/nimcoon" + }, + { + "name": "nimage", + "url": "https://github.com/ethosa/nimage", + "method": "git", + "tags": [ + "image" + ], + "description": "The image management library written in Nim.", + "license": "MIT", + "web": "https://github.com/ethosa/nimage" } ] From fb54af4ca0b906a15c72e7c1c540ec4f931d09f7 Mon Sep 17 00:00:00 2001 From: c-blake Date: Sun, 29 Mar 2020 12:49:47 -0400 Subject: [PATCH 544/691] Add AdIx. (#1417) --- packages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/packages.json b/packages.json index ad925d5..dabf7bc 100644 --- a/packages.json +++ b/packages.json @@ -17188,5 +17188,25 @@ "description": "The image management library written in Nim.", "license": "MIT", "web": "https://github.com/ethosa/nimage" + }, + { + "name": "adix", + "url": "https://github.com/c-blake/adix", + "method": "git", + "tags": [ + "library", + "dictionary", + "hash tables", + "data structures", + "hash", + "compact", + "Fenwick tree", + "BIST", + "binary trees", + "B-Tree" + ], + "description": "An Adaptive Index Library For Nim", + "license": "MIT", + "web": "https://github.com/c-blake/adix" } ] From 0d11b7a59a22c0b6effd588be8ed8f55a3995758 Mon Sep 17 00:00:00 2001 From: pietroppeter Date: Mon, 30 Mar 2020 08:07:20 +0200 Subject: [PATCH 545/691] Added package nimoji (#1418) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index dabf7bc..21d0254 100644 --- a/packages.json +++ b/packages.json @@ -17208,5 +17208,18 @@ "description": "An Adaptive Index Library For Nim", "license": "MIT", "web": "https://github.com/c-blake/adix" + }, + { + "name": "nimoji", + "url": "https://github.com/pietroppeter/nimoji", + "method": "git", + "tags": [ + "emoji", + "library", + "binary" + ], + "description": "🍕🍺 emoji support for Nim 👑 and the world 🌍", + "license": "MIT", + "web": "https://github.com/pietroppeter/nimoji" } ] From 686f78da0924af9afea4cb58616aef8c377d7781 Mon Sep 17 00:00:00 2001 From: Michael Fiano Date: Mon, 30 Mar 2020 02:59:42 -0400 Subject: [PATCH 546/691] Add origin (#1419) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 21d0254..c517b14 100644 --- a/packages.json +++ b/packages.json @@ -17221,5 +17221,20 @@ "description": "🍕🍺 emoji support for Nim 👑 and the world 🌍", "license": "MIT", "web": "https://github.com/pietroppeter/nimoji" + }, + { + "name": "origin", + "url": "https://github.com/mfiano/origin.nim", + "method": "git", + "tags": [ + "gamedev", + "library", + "math", + "matrix", + "vector" + ], + "description": "A graphics math library", + "license": "MIT", + "web": "https://github.com/mfiano/origin" } ] From 382aa3308f634cf4dc240bdba0beb1ce7d6bbc5d Mon Sep 17 00:00:00 2001 From: Michael Fiano Date: Mon, 30 Mar 2020 04:43:43 -0400 Subject: [PATCH 547/691] origin: Fix web link typo (#1420) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index c517b14..fdee7d0 100644 --- a/packages.json +++ b/packages.json @@ -17235,6 +17235,6 @@ ], "description": "A graphics math library", "license": "MIT", - "web": "https://github.com/mfiano/origin" + "web": "https://github.com/mfiano/origin.nim" } ] From 32d0a1cc0a126bf5dbd5fc7a74df27558cf6a1a5 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 2 Apr 2020 01:53:08 -0300 Subject: [PATCH 548/691] Added package xpm (#1421) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index fdee7d0..3b5a4f1 100644 --- a/packages.json +++ b/packages.json @@ -17236,5 +17236,17 @@ "description": "A graphics math library", "license": "MIT", "web": "https://github.com/mfiano/origin.nim" + }, + { + "name": "xpm", + "url": "https://github.com/juancarlospaco/xpm", + "method": "git", + "tags": [ + "netpbm", + "xpm" + ], + "description": "X-Pixmap & NetPBM", + "license": "MIT", + "web": "https://github.com/juancarlospaco/xpm" } ] From 6e34b7d3e1855ea98eb8b7dac12daee6e345f14e Mon Sep 17 00:00:00 2001 From: Miran Date: Sun, 5 Apr 2020 19:59:42 +0200 Subject: [PATCH 549/691] add multiple packages (#1426) --- packages.json | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/packages.json b/packages.json index 3b5a4f1..693572d 100644 --- a/packages.json +++ b/packages.json @@ -17237,6 +17237,21 @@ "license": "MIT", "web": "https://github.com/mfiano/origin.nim" }, + { + "name": "webgui", + "url": "https://github.com/juancarlospaco/webgui", + "method": "git", + "tags": [ + "web", + "webview", + "css", + "js", + "gui" + ], + "description": "Web Technologies based Crossplatform GUI, modified wrapper for modified webview.h", + "license": "MIT", + "web": "https://github.com/juancarlospaco/webgui" + }, { "name": "xpm", "url": "https://github.com/juancarlospaco/xpm", @@ -17248,5 +17263,61 @@ "description": "X-Pixmap & NetPBM", "license": "MIT", "web": "https://github.com/juancarlospaco/xpm" + }, + { + "name": "omnimax", + "url": "https://github.com/vitreo12/omnimax", + "method": "git", + "tags": [ + "dsl", + "dsp", + "audio", + "sound", + "maxmsp" + ], + "description": "Max wrapper for omni.", + "license": "MIT", + "web": "https://github.com/vitreo12/omnimax" + }, + { + "name": "omnicollider", + "url": "https://github.com/vitreo12/omnicollider", + "method": "git", + "tags": [ + "dsl", + "dsp", + "audio", + "sound", + "supercollider" + ], + "description": "SuperCollider wrapper for omni.", + "license": "MIT", + "web": "https://github.com/vitreo12/omnicollider" + }, + { + "name": "omni", + "url": "https://github.com/vitreo12/omni", + "method": "git", + "tags": [ + "dsl", + "dsp", + "audio", + "sound" + ], + "description": "omni is a DSL for low-level audio programming.", + "license": "MIT", + "web": "https://github.com/vitreo12/omni" + }, + { + "name": "mui", + "url": "https://github.com/angluca/mui", + "method": "git", + "tags": [ + "ui", + "microui" + ], + "description": "A tiny immediate-mode UI library", + "license": "MIT", + "web": "https://github.com/angluca/mui" } ] From 46d6a99185845ef0e9081f8c15f4df9ac8208253 Mon Sep 17 00:00:00 2001 From: Kermit Alexander II Date: Mon, 6 Apr 2020 10:51:19 -0500 Subject: [PATCH 550/691] Added package nimatic (#1428) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 693572d..15449d3 100644 --- a/packages.json +++ b/packages.json @@ -17319,5 +17319,19 @@ "description": "A tiny immediate-mode UI library", "license": "MIT", "web": "https://github.com/angluca/mui" + }, + { + "name": "nimatic", + "url": "https://github.com/DangerOnTheRanger/nimatic", + "method": "git", + "tags": [ + "static", + "generator", + "web", + "markdown" + ], + "description": "A static site generator written in Nim", + "license": "2-clause BSD", + "web": "https://github.com/DangerOnTheRanger/nimatic" } ] From 5b8ed34959598a5be355bad5ff6a333d3d7cd85f Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 7 Apr 2020 17:09:45 -0300 Subject: [PATCH 551/691] Added package ballena_itcher (#1429) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 15449d3..9bd97fa 100644 --- a/packages.json +++ b/packages.json @@ -17333,5 +17333,16 @@ "description": "A static site generator written in Nim", "license": "2-clause BSD", "web": "https://github.com/DangerOnTheRanger/nimatic" + }, + { + "name": "ballena_itcher", + "url": "https://github.com/juancarlospaco/ballena-itcher", + "method": "git", + "tags": [ + "iso" + ], + "description": "Flash ISO images to SD cards & USB drives, safely and easily.", + "license": "MIT", + "web": "https://github.com/juancarlospaco/ballena-itcher" } ] From b6a848c525c5f074192d8c52807d31b9f72f7d85 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 8 Apr 2020 09:51:35 -0300 Subject: [PATCH 552/691] Added package parselicense (#1430) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 9bd97fa..d59acc3 100644 --- a/packages.json +++ b/packages.json @@ -17344,5 +17344,18 @@ "description": "Flash ISO images to SD cards & USB drives, safely and easily.", "license": "MIT", "web": "https://github.com/juancarlospaco/ballena-itcher" + }, + { + "name": "parselicense", + "url": "https://github.com/juancarlospaco/parselicense", + "method": "git", + "tags": [ + "spdx", + "license", + "parser" + ], + "description": "Parse Standard SPDX Licenses from string to Enum", + "license": "MIT", + "web": "https://github.com/juancarlospaco/parselicense" } ] From eaadf112c2d22bfaf73ed7769c8eab0bbed3d186 Mon Sep 17 00:00:00 2001 From: Andrei Regiani Date: Wed, 8 Apr 2020 18:51:18 +0200 Subject: [PATCH 553/691] Updated INim, moved to organization account (#1431) Moved from AndreiRegiani/INim -> inim-repl/INim --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index d59acc3..a12d8fa 100644 --- a/packages.json +++ b/packages.json @@ -9358,7 +9358,7 @@ }, { "name": "inim", - "url": "https://github.com/AndreiRegiani/INim", + "url": "https://github.com/inim-repl/INim", "method": "git", "tags": [ "repl", From 24419500421b10aa595c77d8c75c3909ba555c59 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Sat, 11 Apr 2020 08:41:36 +0300 Subject: [PATCH 554/691] Added darwin package (#1432) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index a12d8fa..b0aacbe 100644 --- a/packages.json +++ b/packages.json @@ -17357,5 +17357,18 @@ "description": "Parse Standard SPDX Licenses from string to Enum", "license": "MIT", "web": "https://github.com/juancarlospaco/parselicense" + }, + { + "name": "darwin", + "url": "https://github.com/yglukhov/darwin", + "method": "git", + "tags": [ + "macos", + "ios", + "binding" + ], + "description": "Bindings to MacOS and iOS frameworks", + "license": "MIT", + "web": "https://github.com/yglukhov/darwin" } ] From 632a265262198ee4feda39fd2c60d8bafadfcb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Sun, 12 Apr 2020 07:37:24 +0200 Subject: [PATCH 555/691] Added choosenimgui (#1433) A simple GUI for choosenim with https://juancarlospaco.github.io/webgui/. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index b0aacbe..b43eea1 100644 --- a/packages.json +++ b/packages.json @@ -17370,5 +17370,17 @@ "description": "Bindings to MacOS and iOS frameworks", "license": "MIT", "web": "https://github.com/yglukhov/darwin" + }, + { + "name": "choosenimgui", + "url": "https://github.com/ThomasTJdev/choosenim_gui", + "method": "git", + "tags": [ + "choosenim", + "toolchain" + ], + "description": "A simple GUI for choosenim.", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/choosenim_gui" } ] From f0aa0c2ffbbd4f23aad6418d7f32a6baba61b12b Mon Sep 17 00:00:00 2001 From: Jack Tang <1190545+jackhftang@users.noreply.github.com> Date: Mon, 13 Apr 2020 13:45:05 +0800 Subject: [PATCH 556/691] Added package lrucache (#1434) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b43eea1..33e971b 100644 --- a/packages.json +++ b/packages.json @@ -17382,5 +17382,18 @@ "description": "A simple GUI for choosenim.", "license": "MIT", "web": "https://github.com/ThomasTJdev/choosenim_gui" + }, + { + "name": "lrucache", + "url": "https://github.com/jackhftang/lrucache", + "method": "git", + "tags": [ + "cache", + "lru", + "data structure" + ], + "description": "Least recently used (LRU) cache", + "license": "MIT", + "web": "https://github.com/jackhftang/lrucache" } ] From c388e3ca899cea55697b34fc7665952ccf297d5a Mon Sep 17 00:00:00 2001 From: Nagee Elghassein Date: Sun, 12 Apr 2020 23:03:09 -0700 Subject: [PATCH 557/691] Added package hsluv (#1435) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 33e971b..73d911d 100644 --- a/packages.json +++ b/packages.json @@ -17383,6 +17383,20 @@ "license": "MIT", "web": "https://github.com/ThomasTJdev/choosenim_gui" }, + { + "name": "hsluv", + "url": "https://github.com/isthisnagee/hsluv-nim", + "method": "git", + "tags": [ + "color", + "hsl", + "hsluv", + "hpluv" + ], + "description": "A port of HSLuv, a human friendly alternative to HSL.", + "license": "MIT", + "web": "https://github.com/isthisnagee/hsluv-nim" + }, { "name": "lrucache", "url": "https://github.com/jackhftang/lrucache", From 71425f66c1e81617908b8d6081239271f91cfa0a Mon Sep 17 00:00:00 2001 From: rockcavera Date: Thu, 16 Apr 2020 01:59:00 -0300 Subject: [PATCH 558/691] Added package iputils (#1436) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 73d911d..62cfe33 100644 --- a/packages.json +++ b/packages.json @@ -17409,5 +17409,19 @@ "description": "Least recently used (LRU) cache", "license": "MIT", "web": "https://github.com/jackhftang/lrucache" + }, + { + "name": "iputils", + "url": "https://github.com/rockcavera/nim-iputils", + "method": "git", + "tags": [ + "ip", + "ipv4", + "ipv6", + "cidr" + ], + "description": "Utilities for use with IP. It has functions for IPv4, IPv6 and CIDR.", + "license": "MIT", + "web": "https://github.com/rockcavera/nim-iputils" } ] From 9e57214a7a0714131a42e6da91acfaeff15c8f6e Mon Sep 17 00:00:00 2001 From: Danil Yarantsev <21169548+Yardanico@users.noreply.github.com> Date: Fri, 17 Apr 2020 17:10:46 +0300 Subject: [PATCH 559/691] Added package strenc (#1437) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 62cfe33..68e4573 100644 --- a/packages.json +++ b/packages.json @@ -17423,5 +17423,17 @@ "description": "Utilities for use with IP. It has functions for IPv4, IPv6 and CIDR.", "license": "MIT", "web": "https://github.com/rockcavera/nim-iputils" + }, + { + "name": "strenc", + "url": "https://github.com/Yardanico/nim-strenc", + "method": "git", + "tags": [ + "encryption", + "obfuscation" + ], + "description": "A library to automatically encrypt all string constants in your programs", + "license": "MIT", + "web": "https://github.com/Yardanico/nim-strenc" } ] From 8898b43d4abeffd7b4ce22e186b08200ae03743f Mon Sep 17 00:00:00 2001 From: wltsmrz Date: Mon, 20 Apr 2020 16:23:09 +0900 Subject: [PATCH 560/691] Add package zstd (#1439) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 68e4573..a46b134 100644 --- a/packages.json +++ b/packages.json @@ -101,6 +101,18 @@ "license": "MIT", "web": "https://github.com/wltsmrz/nimler" }, + { + "name": "zstd", + "url": "https://github.com/wltsmrz/nim_zstd", + "method": "git", + "tags": [ + "zstd", + "compression" + ], + "description": "Bindings for zstd", + "license": "MIT", + "web": "https://github.com/wltsmrz/nim_zstd" + }, { "name": "QuickJS4nim", "url": "https://github.com/ImVexed/quickjs4nim", From eedf96e453c5d662433fe389533d507388bc6512 Mon Sep 17 00:00:00 2001 From: gecko Date: Tue, 21 Apr 2020 15:22:01 +0100 Subject: [PATCH 561/691] Add package trick (#1440) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index a46b134..8d84d7f 100644 --- a/packages.json +++ b/packages.json @@ -17447,5 +17447,21 @@ "description": "A library to automatically encrypt all string constants in your programs", "license": "MIT", "web": "https://github.com/Yardanico/nim-strenc" + }, + { + "name": "trick", + "url": "https://github.com/exelotl/trick", + "method": "git", + "tags": [ + "gba", + "nds", + "nintendo", + "image", + "conversion" + ], + "description": "Game Boy Advance image conversion library and more", + "license": "zlib", + "web": "https://github.com/exelotl/trick", + "doc": "https://exelotl.github.io/trick/trick.html" } ] From e92522539ffe61a4707c8c77ef6391fb1135797a Mon Sep 17 00:00:00 2001 From: Ward Date: Thu, 23 Apr 2020 13:58:05 +0800 Subject: [PATCH 562/691] Update packages.json (#1442) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 8d84d7f..f14cd2f 100644 --- a/packages.json +++ b/packages.json @@ -17463,5 +17463,22 @@ "license": "zlib", "web": "https://github.com/exelotl/trick", "doc": "https://exelotl.github.io/trick/trick.html" + }, + { + "name": "wAuto", + "url": "https://github.com/khchen/wAuto", + "method": "git", + "tags": [ + "automation", + "windows", + "keyboard", + "mouse", + "registry", + "process" + ], + "description": "Windows automation module", + "license": "MIT", + "web": "https://github.com/khchen/wAuto", + "doc": "https://khchen.github.io/wAuto" } ] From 7c3e2f465ffea7414dd899a13e8935b57a1785d4 Mon Sep 17 00:00:00 2001 From: misebox Date: Thu, 23 Apr 2020 15:55:56 +0900 Subject: [PATCH 563/691] Added package pdba (#1443) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f14cd2f..79c753d 100644 --- a/packages.json +++ b/packages.json @@ -17464,6 +17464,19 @@ "web": "https://github.com/exelotl/trick", "doc": "https://exelotl.github.io/trick/trick.html" }, + { + "name": "pdba", + "url": "https://github.com/misebox/pdba", + "method": "git", + "tags": [ + "db", + "library", + "wrapper" + ], + "description": "A postgres DB adapter for nim.", + "license": "MIT", + "web": "https://github.com/misebox/pdba" + }, { "name": "wAuto", "url": "https://github.com/khchen/wAuto", From 56f2e8e7af6c706e6c3a120080cb3ea9feab0c06 Mon Sep 17 00:00:00 2001 From: faulander <38588197+faulander@users.noreply.github.com> Date: Thu, 23 Apr 2020 15:44:09 +0200 Subject: [PATCH 564/691] added nimqt (#1441) --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 79c753d..c6b0693 100644 --- a/packages.json +++ b/packages.json @@ -17464,6 +17464,20 @@ "web": "https://github.com/exelotl/trick", "doc": "https://exelotl.github.io/trick/trick.html" }, + { + "name": "nimQBittorrent", + "url": "https://github.com/faulander/nimQBittorrent", + "method": "git", + "tags": [ + "torrent", + "qbittorrent", + "api", + "wrapper" + ], + "description": "a wrapper for the QBittorrent WebAPI for NIM.", + "license": "MIT", + "web": "https://github.com/faulander/nimQBittorrent" + }, { "name": "pdba", "url": "https://github.com/misebox/pdba", @@ -17494,4 +17508,4 @@ "web": "https://github.com/khchen/wAuto", "doc": "https://khchen.github.io/wAuto" } -] +] \ No newline at end of file From 4e32812f06d9a052929c0a7991afda65f8a6797f Mon Sep 17 00:00:00 2001 From: KrispPurg <34076219+krisppurg@users.noreply.github.com> Date: Fri, 24 Apr 2020 12:07:27 +0100 Subject: [PATCH 565/691] Add package dimscord (#1446) --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index c6b0693..aff0208 100644 --- a/packages.json +++ b/packages.json @@ -17507,5 +17507,21 @@ "license": "MIT", "web": "https://github.com/khchen/wAuto", "doc": "https://khchen.github.io/wAuto" + }, + { + "name": "dimscord", + "url": "https://github.com/krisppurg/dimscord", + "method": "git", + "tags": [ + "discord", + "api", + "library", + "rest", + "gateway", + "client" + ], + "description": "A Discord Bot & REST Library.", + "license": "MIT", + "web": "https://github.com/krisppurg/dimscord" } -] \ No newline at end of file +] From 98dfb6d4abdcebba305a19d78270aebfe53415b0 Mon Sep 17 00:00:00 2001 From: awr1 <41453959+awr1@users.noreply.github.com> Date: Fri, 24 Apr 2020 14:12:34 -0500 Subject: [PATCH 566/691] Add cpuwhat package (#1449) --- packages.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/packages.json b/packages.json index aff0208..8e8ca8f 100644 --- a/packages.json +++ b/packages.json @@ -17523,5 +17523,28 @@ "description": "A Discord Bot & REST Library.", "license": "MIT", "web": "https://github.com/krisppurg/dimscord" + }, + { + "name": "cpuwhat", + "url": "https://github.com/awr1/cpuwhat", + "method": "git", + "tags": [ + "cpu", + "cpuid", + "hardware", + "intrinsics", + "simd", + "sse", + "avx", + "avx2", + "x86", + "arm", + "architecture", + "arch", + "nim" + ], + "description": "Nim utilities for advanced CPU operations: CPU identification, bindings to assorted intrinsics", + "license": "ISC", + "web": "https://github.com/awr1/cpuwhat" } ] From 331795460164b78dd843806c3ae47d0d6194527a Mon Sep 17 00:00:00 2001 From: Daniel E Cook Date: Fri, 24 Apr 2020 15:35:19 -0400 Subject: [PATCH 567/691] Added package til (#1448) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 8e8ca8f..58ef002 100644 --- a/packages.json +++ b/packages.json @@ -17524,6 +17524,18 @@ "license": "MIT", "web": "https://github.com/krisppurg/dimscord" }, + { + "name": "til", + "url": "https://github.com/danielecook/til-tool", + "method": "git", + "tags": [ + "cli", + "til" + ], + "description": "til-tool: Today I Learned tool", + "license": "MIT", + "web": "https://github.com/danielecook/til-tool" + }, { "name": "cpuwhat", "url": "https://github.com/awr1/cpuwhat", From 14495388ee7a27524ee9f26fed6d2c1abab49035 Mon Sep 17 00:00:00 2001 From: BarrOff <58253563+BarrOff@users.noreply.github.com> Date: Sat, 25 Apr 2020 18:43:19 +0200 Subject: [PATCH 568/691] Added package nimpari (#1450) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 58ef002..7518f95 100644 --- a/packages.json +++ b/packages.json @@ -17558,5 +17558,21 @@ "description": "Nim utilities for advanced CPU operations: CPU identification, bindings to assorted intrinsics", "license": "ISC", "web": "https://github.com/awr1/cpuwhat" + }, + { + "name": "nimpari", + "url": "https://github.com/BarrOff/nim-pari", + "method": "git", + "tags": [ + "library", + "wrapper", + "math", + "cas", + "scientific", + "number-theory" + ], + "description": "Nim wrapper for the PARI library", + "license": "MIT", + "web": "https://github.com/BarrOff/nim-pari" } ] From a9dc801550c85547afa1db84267117061168da1b Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 26 Apr 2020 23:17:11 -0600 Subject: [PATCH 569/691] Add package sdl2 (#1451) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7518f95..e96960b 100644 --- a/packages.json +++ b/packages.json @@ -17574,5 +17574,19 @@ "description": "Nim wrapper for the PARI library", "license": "MIT", "web": "https://github.com/BarrOff/nim-pari" + }, + { + "name": "nim_sdl2", + "url": "https://github.com/jyapayne/nim-sdl2", + "method": "git", + "tags": [ + "sdl2", + "sdl", + "graphics", + "game" + ], + "description": "SDL2 Autogenerated wrapper", + "license": "MIT", + "web": "https://github.com/jyapayne/nim-sdl2" } ] From 2843068b9dcd18be1735862327e69ec6b763ae7f Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Wed, 29 Apr 2020 13:13:51 +0800 Subject: [PATCH 570/691] Added package cookies (#1452) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e96960b..7ba821b 100644 --- a/packages.json +++ b/packages.json @@ -17588,5 +17588,18 @@ "description": "SDL2 Autogenerated wrapper", "license": "MIT", "web": "https://github.com/jyapayne/nim-sdl2" + }, + { + "name": "cookies", + "url": "https://github.com/planety/cookies", + "method": "git", + "tags": [ + "web", + "cookie", + "prologue" + ], + "description": "HTTP Cookies for Nim.", + "license": "Apache-2.0", + "web": "https://github.com/planety/cookies" } ] From 89f783534b738c63542f57918d9c799142c0ab86 Mon Sep 17 00:00:00 2001 From: zer0-star <32029533+zer0-star@users.noreply.github.com> Date: Wed, 29 Apr 2020 22:59:45 +0900 Subject: [PATCH 571/691] Added package matsuri (#1453) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 7ba821b..c408931 100644 --- a/packages.json +++ b/packages.json @@ -17601,5 +17601,19 @@ "description": "HTTP Cookies for Nim.", "license": "Apache-2.0", "web": "https://github.com/planety/cookies" + }, + { + "name": "matsuri", + "url": "https://github.com/zer0-star/matsuri", + "method": "git", + "tags": [ + "library", + "variant", + "algebraic_data_type", + "pattern_matching" + ], + "description": "Useful Variant Type and Powerful Pattern Matching for Nim", + "license": "MIT", + "web": "https://github.com/zer0-star/matsuri" } ] From d99532adf28282540b3d21d1e3ff1b73c8d5b638 Mon Sep 17 00:00:00 2001 From: Samantha Demi Date: Wed, 29 Apr 2020 12:23:33 -0400 Subject: [PATCH 572/691] adding updated libclang-c wrapper package (#1454) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index c408931..3c40894 100644 --- a/packages.json +++ b/packages.json @@ -17615,5 +17615,20 @@ "description": "Useful Variant Type and Powerful Pattern Matching for Nim", "license": "MIT", "web": "https://github.com/zer0-star/matsuri" + }, + { + "name": "clang", + "url": "https://github.com/samdmarshall/libclang-nim", + "method": "git", + "tags": [ + "llvm", + "clang", + "libclang", + "wrapper", + "library" + ], + "description": "Wrapper for libclang C headers", + "license": "BSD 3-Clause", + "web": "https://github.com/samdmarshall/libclang-nim" } ] From f33ded26b26a2a8fa2921bee9bdce3b51d107923 Mon Sep 17 00:00:00 2001 From: PMunch Date: Thu, 30 Apr 2020 10:10:10 +0200 Subject: [PATCH 573/691] Add ansiparse and ansitohtml packages (#1444) --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index 3c40894..de35ef5 100644 --- a/packages.json +++ b/packages.json @@ -1390,6 +1390,32 @@ "license": "MIT", "web": "https://github.com/PMunch/macroutils" }, + { + "name": "ansiparse", + "url": "https://github.com/PMunch/ansiparse", + "method": "git", + "tags": [ + "ansi", + "library", + "parsing" + ], + "description": "Library to parse ANSI escape codes", + "license": "MIT", + "web": "https://github.com/PMunch/ansiparse" + }, + { + "name": "ansitohtml", + "url": "https://github.com/PMunch/ansitohtml", + "method": "git", + "tags": [ + "ansi", + "library", + "html" + ], + "description": "Converts ANSI colour codes to HTML span tags with style tags", + "license": "MIT", + "web": "https://github.com/PMunch/ansitohtml" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", From 5e75e928418a4ea2b2c1af29195f851dafd2c8b0 Mon Sep 17 00:00:00 2001 From: Olli Niinivaara Date: Thu, 30 Apr 2020 11:36:53 +0300 Subject: [PATCH 574/691] added StashTable (#1445) --- packages.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages.json b/packages.json index de35ef5..a78b9ef 100644 --- a/packages.json +++ b/packages.json @@ -17534,6 +17534,27 @@ "web": "https://github.com/khchen/wAuto", "doc": "https://khchen.github.io/wAuto" }, + { + "name": "StashTable", + "url": "https://github.com/olliNiinivaara/StashTable", + "method": "git", + "tags": [ + "hash table", + "associative array", + "map", + "dictionary", + "key-value store", + "concurrent", + "multi-threading", + "parallel", + "data structure", + "benchmark" + ], + "description": "Concurrent hash table", + "license": "MIT", + "web": "https://github.com/olliNiinivaara/StashTable", + "doc": "http://htmlpreview.github.io/?https://github.com/olliNiinivaara/StashTable/blob/master/src/stashtable.html" + }, { "name": "dimscord", "url": "https://github.com/krisppurg/dimscord", From c81bf7122947702dbe9d649e83b14996f4158843 Mon Sep 17 00:00:00 2001 From: Sirres Date: Tue, 5 May 2020 06:30:31 +0200 Subject: [PATCH 575/691] Added package NimMarc (#1455) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index a78b9ef..8c80834 100644 --- a/packages.json +++ b/packages.json @@ -17677,5 +17677,18 @@ "description": "Wrapper for libclang C headers", "license": "BSD 3-Clause", "web": "https://github.com/samdmarshall/libclang-nim" + }, + { + "name": "NimMarc", + "url": "https://github.com/rsirres/NimMarc", + "method": "git", + "tags": [ + "marc21", + "library", + "parser" + ], + "description": "Marc21 parser for Nimlang", + "license": "MIT", + "web": "https://github.com/rsirres/NimMarc" } ] From a027c388b61f98d01dd3717d357d6633afe7ccf9 Mon Sep 17 00:00:00 2001 From: lihaifeng Date: Tue, 5 May 2020 22:15:03 +0800 Subject: [PATCH 576/691] Update packages.json (#1456) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 8c80834..c02e0dd 100644 --- a/packages.json +++ b/packages.json @@ -17690,5 +17690,17 @@ "description": "Marc21 parser for Nimlang", "license": "MIT", "web": "https://github.com/rsirres/NimMarc" + }, + { + "name": "miniblink", + "url": "https://github.com/lihf8515/miniblink", + "method": "git", + "tags": [ + "miniblink", + "nim" + ], + "description": "A miniblink library for nim.", + "license": "MIT", + "web": "https://github.com/lihf8515/miniblink" } ] From dae362cbd25c054aa8fcae977f957707603e1e42 Mon Sep 17 00:00:00 2001 From: jasonlu7 Date: Tue, 5 May 2020 23:40:27 -0500 Subject: [PATCH 577/691] Added package pokereval (#1457) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index c02e0dd..0f2b600 100644 --- a/packages.json +++ b/packages.json @@ -17702,5 +17702,16 @@ "description": "A miniblink library for nim.", "license": "MIT", "web": "https://github.com/lihf8515/miniblink" + }, + { + "name": "pokereval", + "url": "https://github.com/jasonlu7/pokereval", + "method": "git", + "tags": [ + "poker" + ], + "description": "A poker hand evaluator", + "license": "MIT", + "web": "https://github.com/jasonlu7/pokereval" } ] From 1629d7a572d3af3f2c89fdc2ef01b0a1b1acf43b Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 6 May 2020 23:28:42 -0600 Subject: [PATCH 578/691] Added package glew (#1458) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0f2b600..72c028e 100644 --- a/packages.json +++ b/packages.json @@ -17713,5 +17713,19 @@ "description": "A poker hand evaluator", "license": "MIT", "web": "https://github.com/jasonlu7/pokereval" + }, + { + "name": "glew", + "url": "https://github.com/jyapayne/nim-glew", + "method": "git", + "tags": [ + "gl", + "glew", + "opengl", + "wrapper" + ], + "description": "Autogenerated glew bindings for Nim", + "license": "MIT", + "web": "https://github.com/jyapayne/nim-glew" } ] From 52c2bff7d9c376ba080009b0a18688ba2c52ff7c Mon Sep 17 00:00:00 2001 From: Olli Niinivaara Date: Thu, 7 May 2020 12:07:56 +0300 Subject: [PATCH 579/691] Add sqliteral (#1459) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 72c028e..6c0d5c4 100644 --- a/packages.json +++ b/packages.json @@ -17727,5 +17727,21 @@ "description": "Autogenerated glew bindings for Nim", "license": "MIT", "web": "https://github.com/jyapayne/nim-glew" + }, + { + "name": "sqliteral", + "url": "https://github.com/olliNiinivaara/SQLiteral", + "method": "git", + "tags": [ + "multi-threading", + "sqlite", + "sql", + "database", + "wal", + "api" + ], + "description": "A high level SQLite API for Nim", + "license": "MIT", + "web": "https://github.com/olliNiinivaara/SQLiteral" } ] From 73fb26e8144e7c9028d6c0f603496581fcc1df9e Mon Sep 17 00:00:00 2001 From: minefuto <46558834+minefuto@users.noreply.github.com> Date: Thu, 7 May 2020 18:41:02 +0900 Subject: [PATCH 580/691] Added package dotprov (#1460) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6c0d5c4..63207a0 100644 --- a/packages.json +++ b/packages.json @@ -17728,6 +17728,19 @@ "license": "MIT", "web": "https://github.com/jyapayne/nim-glew" }, + { + "name": "dotprov", + "url": "https://github.com/minefuto/dotprov", + "method": "git", + "tags": [ + "tool", + "binary", + "dotfiles" + ], + "description": "dotfiles provisioning tool", + "license": "MIT", + "web": "https://github.com/minefuto/dotprov" + }, { "name": "sqliteral", "url": "https://github.com/olliNiinivaara/SQLiteral", From 354f254cdcd9914414552c9d39d6778c9039a2ad Mon Sep 17 00:00:00 2001 From: Jack Tang <1190545+jackhftang@users.noreply.github.com> Date: Thu, 7 May 2020 21:08:48 +0800 Subject: [PATCH 581/691] add package timestamp (#1462) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 63207a0..9bafd30 100644 --- a/packages.json +++ b/packages.json @@ -17756,5 +17756,17 @@ "description": "A high level SQLite API for Nim", "license": "MIT", "web": "https://github.com/olliNiinivaara/SQLiteral" + }, + { + "name": "timestamp", + "url": "https://github.com/jackhftang/timestamp.nim", + "method": "git", + "tags": [ + "time", + "timestamp" + ], + "description": "An alternative time library", + "license": "MIT", + "web": "https://github.com/jackhftang/timestamp.nim" } ] From c643cd41679344f3d56a4d290fe630719f6e4b37 Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Fri, 8 May 2020 23:24:11 -0500 Subject: [PATCH 582/691] Add decimal128 (#1464) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9bafd30..3c3cc6f 100644 --- a/packages.json +++ b/packages.json @@ -17768,5 +17768,19 @@ "description": "An alternative time library", "license": "MIT", "web": "https://github.com/jackhftang/timestamp.nim" + }, + { + "name": "decimal128", + "url": "https://github.com/JohnAD/decimal128", + "method": "git", + "tags": [ + "decimal", + "ieee", + "standard", + "number" + ], + "description": "Decimal type support based on the IEEE 754 2008 specification.", + "license": "MIT", + "web": "https://github.com/JohnAD/decimal128" } ] From 420e1f9d725c2e8dbb5d98c4fa26d83934791006 Mon Sep 17 00:00:00 2001 From: Bung <535670947@qq.com> Date: Sun, 10 May 2020 12:20:14 +0800 Subject: [PATCH 583/691] Added package datetime_parse (#1465) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3c3cc6f..5dc4dee 100644 --- a/packages.json +++ b/packages.json @@ -17782,5 +17782,17 @@ "description": "Decimal type support based on the IEEE 754 2008 specification.", "license": "MIT", "web": "https://github.com/JohnAD/decimal128" + }, + { + "name": "datetime_parse", + "url": "https://github.com/bung87/datetime_parse", + "method": "git", + "tags": [ + "datetime", + "parser" + ], + "description": "parse datetime from various resources", + "license": "MIT", + "web": "https://github.com/bung87/datetime_parse" } ] From aaf069c39c104d53fb46563ba5723f9de8ea9404 Mon Sep 17 00:00:00 2001 From: PMunch Date: Mon, 11 May 2020 07:08:51 +0200 Subject: [PATCH 584/691] Add xevloop package (#1466) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5dc4dee..68cdd78 100644 --- a/packages.json +++ b/packages.json @@ -1416,6 +1416,19 @@ "license": "MIT", "web": "https://github.com/PMunch/ansitohtml" }, + { + "name": "xevloop", + "url": "https://github.com/PMunch/xevloop", + "method": "git", + "tags": [ + "x11", + "library", + "events" + ], + "description": "Library to more easily create X11 event loops", + "license": "MIT", + "web": "https://github.com/PMunch/xevloop" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", From ed8437bd10ff26dcb90222e55f31c0cb4b0de5ac Mon Sep 17 00:00:00 2001 From: treeform Date: Sun, 10 May 2020 22:09:16 -0700 Subject: [PATCH 585/691] Rename netpipe to netty. (#1467) --- packages.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 68cdd78..74b2f79 100644 --- a/packages.json +++ b/packages.json @@ -13129,15 +13129,19 @@ }, { "name": "netpipe", - "url": "https://github.com/treeform/netpipe/", + "alias": "netty" + }, + { + "name": "netty", + "url": "https://github.com/treeform/netty/", "method": "git", "tags": [ "networking", "udp" ], - "description": "Netpipe is a reliable UDP connection for Nim.", + "description": "Netty is a reliable UDP connection for games.", "license": "MIT", - "web": "https://github.com/treeform/netpipe/" + "web": "https://github.com/treeform/netty/" }, { "name": "fnv", From caffc66fb40d4b2d561c9e7e97e8349b908a74f8 Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 10 May 2020 23:09:45 -0600 Subject: [PATCH 586/691] Added package halonium (#1468) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 74b2f79..7723fa6 100644 --- a/packages.json +++ b/packages.json @@ -17811,5 +17811,20 @@ "description": "parse datetime from various resources", "license": "MIT", "web": "https://github.com/bung87/datetime_parse" + }, + { + "name": "halonium", + "url": "https://github.com/halonium/halonium", + "method": "git", + "tags": [ + "selenium", + "automation", + "web", + "testing", + "test" + ], + "description": "A browser automation library written in Nim", + "license": "MIT", + "web": "https://github.com/halonium/halonium" } ] From 35be775479e62add0dd006813273f7601f981537 Mon Sep 17 00:00:00 2001 From: sealmove <47466000+sealmove@users.noreply.github.com> Date: Mon, 11 May 2020 11:34:45 +0200 Subject: [PATCH 587/691] Add package lz77 (#1469) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 7723fa6..25fa2dd 100644 --- a/packages.json +++ b/packages.json @@ -17826,5 +17826,23 @@ "description": "A browser automation library written in Nim", "license": "MIT", "web": "https://github.com/halonium/halonium" + }, + { + "name": "lz77", + "url": "https://github.com/sealmove/LZ77", + "method": "git", + "tags": [ + "library", + "compress", + "decompress", + "encode", + "decode", + "huffman", + "mam", + "prefetch" + ], + "description": "Implementation of various LZ77 algorithms", + "license": "MIT", + "web": "https://github.com/sealmove/LZ77" } ] From 5bd5b41ab2f0da8b32b3ed423ea6b5271a974055 Mon Sep 17 00:00:00 2001 From: Reilly Moore <54759062+Knaque@users.noreply.github.com> Date: Tue, 12 May 2020 00:03:43 -0500 Subject: [PATCH 588/691] Added package stalinsort (#1471) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 25fa2dd..8ee796b 100644 --- a/packages.json +++ b/packages.json @@ -17844,5 +17844,17 @@ "description": "Implementation of various LZ77 algorithms", "license": "MIT", "web": "https://github.com/sealmove/LZ77" + }, + { + "name": "stalinsort", + "url": "https://github.com/Knaque/stalinsort", + "method": "git", + "tags": [ + "algorithm", + "sort" + ], + "description": "A Nim implementation of the Stalin Sort algorithm.", + "license": "CC0-1.0", + "web": "https://github.com/Knaque/stalinsort" } ] From 81f89833d1db788318dab3bae4f88db569b90e11 Mon Sep 17 00:00:00 2001 From: Bung <535670947@qq.com> Date: Thu, 14 May 2020 15:15:45 +0800 Subject: [PATCH 589/691] Added package finder (#1472) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 8ee796b..403a762 100644 --- a/packages.json +++ b/packages.json @@ -17856,5 +17856,19 @@ "description": "A Nim implementation of the Stalin Sort algorithm.", "license": "CC0-1.0", "web": "https://github.com/Knaque/stalinsort" + }, + { + "name": "finder", + "url": "https://github.com/bung87/finder", + "method": "git", + "tags": [ + "finder", + "fs", + "zip", + "memory" + ], + "description": "fs memory zip finder implement in Nim", + "license": "MIT", + "web": "https://github.com/bung87/finder" } ] From aa1be878bad103464cef3d9579e6ecb9c4a5580d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B8is=C3=A6ther=20Rasch?= Date: Sat, 16 May 2020 12:24:49 +0200 Subject: [PATCH 590/691] Change couven92 to fredrikhr --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 403a762..9112838 100644 --- a/packages.json +++ b/packages.json @@ -15898,7 +15898,7 @@ }, { "name": "importc_helpers", - "url": "https://github.com/couven92/nim-importc-helpers.git", + "url": "https://github.com/fredrikhr/nim-importc-helpers.git", "method": "git", "tags": [ "import", @@ -15907,7 +15907,7 @@ ], "description": "Helpers for supporting and simplifying import of symbols from C into Nim", "license": "MIT", - "web": "https://github.com/couven92/nim-importc-helpers" + "web": "https://github.com/fredrikhr/nim-importc-helpers" }, { "name": "taps", From 8efee5dc2215cd7714763d7a889b332f41c8979f Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sat, 16 May 2020 22:32:46 +0800 Subject: [PATCH 591/691] Added package bio (#1474) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 9112838..bdf7895 100644 --- a/packages.json +++ b/packages.json @@ -17870,5 +17870,17 @@ "description": "fs memory zip finder implement in Nim", "license": "MIT", "web": "https://github.com/bung87/finder" + }, + { + "name": "bio", + "url": "https://github.com/xzeshen/bio", + "method": "git", + "tags": [ + "streams", + "endians" + ], + "description": "Bytes utils for Nim.", + "license": "Apache-2.0", + "web": "https://github.com/xzeshen/bio" } ] From b28b8892e139d91bd7466ca59188993587fc7fab Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sat, 16 May 2020 23:58:36 +0800 Subject: [PATCH 592/691] Added package huffman (#1475) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index bdf7895..4fe5e8e 100644 --- a/packages.json +++ b/packages.json @@ -17871,6 +17871,19 @@ "license": "MIT", "web": "https://github.com/bung87/finder" }, + { + "name": "huffman", + "url": "https://github.com/xzeshen/huffman", + "method": "git", + "tags": [ + "huffman", + "encode", + "decode" + ], + "description": "Huffman encode/decode for Nim.", + "license": "Apache-2.0", + "web": "https://github.com/xzeshen/huffman" + }, { "name": "bio", "url": "https://github.com/xzeshen/bio", From 0b0f158ecd7067c132377cb3c1194f5fe6ba590b Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Sun, 17 May 2020 03:25:39 -0700 Subject: [PATCH 593/691] Add fusion package (#1476) * Add fusion package * fixup --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 4fe5e8e..49429be 100644 --- a/packages.json +++ b/packages.json @@ -17884,6 +17884,17 @@ "license": "Apache-2.0", "web": "https://github.com/xzeshen/huffman" }, + { + "name": "fusion", + "url": "https://github.com/nim-lang/fusion", + "method": "git", + "tags": [ + "distribution" + ], + "description": "Nim's official stdlib extension", + "license": "MIT", + "web": "https://github.com/nim-lang/fusion" + }, { "name": "bio", "url": "https://github.com/xzeshen/bio", From b5154aa8301be5e1aa8624a6d69630178f422f62 Mon Sep 17 00:00:00 2001 From: Solitude Date: Sun, 17 May 2020 22:40:34 +0300 Subject: [PATCH 594/691] Added package notification (#1478) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 49429be..b021fbf 100644 --- a/packages.json +++ b/packages.json @@ -17906,5 +17906,18 @@ "description": "Bytes utils for Nim.", "license": "Apache-2.0", "web": "https://github.com/xzeshen/bio" + }, + { + "name": "notification", + "url": "https://github.com/SolitudeSF/notification", + "method": "git", + "tags": [ + "notifications", + "desktop", + "dbus" + ], + "description": "Desktop notifications", + "license": "MIT", + "web": "https://github.com/SolitudeSF/notification" } ] From d964b6804102721d71b91fbccf022be5661abc35 Mon Sep 17 00:00:00 2001 From: al-bimani <36548109+al-bimani@users.noreply.github.com> Date: Mon, 18 May 2020 08:41:35 +0400 Subject: [PATCH 595/691] Added package eventemitter (#1481) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index b021fbf..90fad3a 100644 --- a/packages.json +++ b/packages.json @@ -17919,5 +17919,19 @@ "description": "Desktop notifications", "license": "MIT", "web": "https://github.com/SolitudeSF/notification" + }, + { + "name": "eventemitter", + "url": "https://github.com/al-bimani/eventemitter", + "method": "git", + "tags": [ + "eventemitter", + "events", + "on", + "emit" + ], + "description": "event emitter for nim", + "license": "MIT", + "web": "https://github.com/al-bimani/eventemitter" } ] From 7439ae73ee2f74a1e17151c81d40a1e30ff7c558 Mon Sep 17 00:00:00 2001 From: Bung <535670947@qq.com> Date: Mon, 18 May 2020 13:09:26 +0800 Subject: [PATCH 596/691] Added package buffer (#1479) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 90fad3a..1a8991e 100644 --- a/packages.json +++ b/packages.json @@ -17907,6 +17907,18 @@ "license": "Apache-2.0", "web": "https://github.com/xzeshen/bio" }, + { + "name": "buffer", + "url": "https://github.com/bung87/buffer", + "method": "git", + "tags": [ + "stream", + "buffer" + ], + "description": "buffer", + "license": "MIT", + "web": "https://github.com/bung87/buffer" + }, { "name": "notification", "url": "https://github.com/SolitudeSF/notification", From ccd4c351a0de0315cc31b0001ef7aa8cac2000b1 Mon Sep 17 00:00:00 2001 From: kixixixixi Date: Wed, 20 May 2020 00:18:05 +0900 Subject: [PATCH 597/691] Added package camelize (#1482) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1a8991e..102ed16 100644 --- a/packages.json +++ b/packages.json @@ -17945,5 +17945,17 @@ "description": "event emitter for nim", "license": "MIT", "web": "https://github.com/al-bimani/eventemitter" + }, + { + "name": "camelize", + "url": "https://github.com/kixixixixi/camelize", + "method": "git", + "tags": [ + "json", + "camelcase" + ], + "description": "Convert json node to camelcase", + "license": "MIT", + "web": "https://github.com/kixixixixi/camelize" } ] From 2daaa508d2abd01c6f92f615c83888f83b22c3c4 Mon Sep 17 00:00:00 2001 From: jiro Date: Thu, 21 May 2020 23:15:38 +0900 Subject: [PATCH 598/691] Add package nmi (#1483) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 102ed16..ad8198f 100644 --- a/packages.json +++ b/packages.json @@ -17957,5 +17957,18 @@ "description": "Convert json node to camelcase", "license": "MIT", "web": "https://github.com/kixixixixi/camelize" + }, + { + "name": "nmi", + "url": "https://github.com/jiro4989/nmi", + "method": "git", + "tags": [ + "sl", + "joke", + "cli" + ], + "description": "nmi display animations aimed to correct users who accidentally enter nmi instead of nim.", + "license": "MIT", + "web": "https://github.com/jiro4989/nmi" } ] From f1105cad7b7246a669e238c73bc5d1d1b2c4bbed Mon Sep 17 00:00:00 2001 From: loloicci Date: Fri, 22 May 2020 16:31:52 +0900 Subject: [PATCH 599/691] change nimly license info (#1484) --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index ad8198f..48914d5 100644 --- a/packages.json +++ b/packages.json @@ -13375,9 +13375,9 @@ "BNF", "EBNF" ], - "description": "Lexer Generator and Parser Generator as a library in Nim.", - "license": "GPL-3.0", - "web": "https://github.com/loloiccl/nimly" + "description": "Lexer Generator and Parser Generator as a Macro Library in Nim.", + "license": "MIT", + "web": "https://github.com/loloicci/nimly" }, { "name": "fswatch", From 18d0f3320b1869b19aae098baedcf9b4b17ca819 Mon Sep 17 00:00:00 2001 From: jiro4989 Date: Fri, 22 May 2020 23:56:29 +0000 Subject: [PATCH 600/691] Added package markx --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 48914d5..29895e6 100644 --- a/packages.json +++ b/packages.json @@ -17970,5 +17970,19 @@ "description": "nmi display animations aimed to correct users who accidentally enter nmi instead of nim.", "license": "MIT", "web": "https://github.com/jiro4989/nmi" + }, + { + "name": "markx", + "url": "https://github.com/jiro4989/markx", + "method": "git", + "tags": [ + "exec", + "command", + "cli", + "vi" + ], + "description": "markx selects execution targets with editor and executes commands.", + "license": "MIT", + "web": "https://github.com/jiro4989/markx" } ] From 461f02628bfa60ff826add14755a523f72212f95 Mon Sep 17 00:00:00 2001 From: Max Grender-Jones Date: Mon, 25 May 2020 00:42:33 +0100 Subject: [PATCH 601/691] Added package therapist --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 48914d5..a5302c9 100644 --- a/packages.json +++ b/packages.json @@ -17970,5 +17970,17 @@ "description": "nmi display animations aimed to correct users who accidentally enter nmi instead of nim.", "license": "MIT", "web": "https://github.com/jiro4989/nmi" + }, + { + "name": "therapist", + "url": "https://bitbucket.org/maxgrenderjones/therapist", + "method": "git", + "tags": [ + "argparse", + "library" + ], + "description": "Type-safe commandline parsing with minimal magic", + "license": "MIT", + "web": "https://bitbucket.org/maxgrenderjones/therapist" } ] From e39ae88524d8d6eafef4a457b651817dcb5d306e Mon Sep 17 00:00:00 2001 From: SakiKawasaki Date: Mon, 25 May 2020 10:34:11 +0700 Subject: [PATCH 602/691] Added package nodesnim --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 48914d5..bf44811 100644 --- a/packages.json +++ b/packages.json @@ -17970,5 +17970,20 @@ "description": "nmi display animations aimed to correct users who accidentally enter nmi instead of nim.", "license": "MIT", "web": "https://github.com/jiro4989/nmi" + }, + { + "name": "nodesnim", + "url": "https://github.com/Ethosa/nodesnim", + "method": "git", + "tags": [ + "GUI", + "2D", + "framework", + "OpenGL", + "SDL2" + ], + "description": "The Nim GUI/2D framework based on OpenGL and SDL2.", + "license": "MIT", + "web": "https://github.com/Ethosa/nodesnim" } ] From 7ce504a28702708b5d824d6ae7c9b328dac2fd0f Mon Sep 17 00:00:00 2001 From: Danil Yarantsev <21169548+Yardanico@users.noreply.github.com> Date: Tue, 26 May 2020 11:55:22 +0300 Subject: [PATCH 603/691] Added package telenim (#1490) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 7c74f45..0991756 100644 --- a/packages.json +++ b/packages.json @@ -18011,5 +18011,23 @@ "description": "The Nim GUI/2D framework based on OpenGL and SDL2.", "license": "MIT", "web": "https://github.com/Ethosa/nodesnim" + }, + { + "name": "telenim", + "url": "https://github.com/Yardanico/telenim", + "method": "git", + "tags": [ + "telegram", + "tdlib", + "bot", + "api", + "async", + "client", + "userbot", + "telenim" + ], + "description": "A high-level async TDLib wrapper for Nim", + "license": "MIT", + "web": "https://github.com/Yardanico/telenim" } ] From 170c4c32b57ede2fecc251d83d9d51d22ec64212 Mon Sep 17 00:00:00 2001 From: Jack Tang <1190545+jackhftang@users.noreply.github.com> Date: Tue, 26 May 2020 19:47:47 +0800 Subject: [PATCH 604/691] add package taskqueue and threadproxy (#1487) * add package taskqueue and threadproxy add doc of one of my package * Remove style changes Co-authored-by: Jack Tang Co-authored-by: Clyybber --- packages.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 0991756..437ab90 100644 --- a/packages.json +++ b/packages.json @@ -17784,7 +17784,8 @@ ], "description": "An alternative time library", "license": "MIT", - "web": "https://github.com/jackhftang/timestamp.nim" + "web": "https://github.com/jackhftang/timestamp.nim", + "doc": "https://jackhftang.github.io/timestamp.nim/" }, { "name": "decimal128", @@ -18029,5 +18030,35 @@ "description": "A high-level async TDLib wrapper for Nim", "license": "MIT", "web": "https://github.com/Yardanico/telenim" + }, + { + "name": "taskqueue", + "url": "https://github.com/jackhftang/taskqueue.nim", + "method": "git", + "tags": [ + "task", + "scheduler", + "timer" + ], + "description": "High precision and high performance task scheduler ", + "license": "MIT", + "web": "https://github.com/jackhftang/taskqueue.nim", + "doc": "https://jackhftang.github.io/taskqueue.nim/" + }, + { + "name": "threadproxy", + "url": "https://github.com/jackhftang/threadproxy.nim", + "method": "git", + "tags": [ + "thread", + "ITC", + "communication", + "multithreading", + "threading" + ], + "description": "Simplify Nim Inter-Thread Communication", + "license": "MIT", + "web": "https://github.com/jackhftang/threadproxy.nim", + "doc": "https://jackhftang.github.io/threadproxy.nim/" } ] From 32f29c0f1e6d1aeec73282ba425622203f1611e4 Mon Sep 17 00:00:00 2001 From: treeform Date: Fri, 29 May 2020 10:03:59 -0700 Subject: [PATCH 605/691] Rename euphony to slappy. (#1492) --- packages.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 437ab90..16e43d8 100644 --- a/packages.json +++ b/packages.json @@ -16400,7 +16400,11 @@ }, { "name": "euphony", - "url": "https://github.com/treeform/euphony", + "alias": "slappy" + }, + { + "name": "slappy", + "url": "https://github.com/treeform/slappy", "method": "git", "tags": [ "sound", @@ -16408,7 +16412,7 @@ ], "description": "A 3d sound API for nim.", "license": "MIT", - "web": "https://github.com/treeform/euphony" + "web": "https://github.com/treeform/slappy" }, { "name": "steamworks", From 8571185f6b25f63acb3f74b6d9de452624a8f058 Mon Sep 17 00:00:00 2001 From: Danil Yarantsev <21169548+Yardanico@users.noreply.github.com> Date: Fri, 29 May 2020 22:48:56 +0300 Subject: [PATCH 606/691] Take over Spinny (#1493) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 16e43d8..40d62c7 100644 --- a/packages.json +++ b/packages.json @@ -7774,7 +7774,7 @@ }, { "name": "spinny", - "url": "https://github.com/molnarmark/spinny", + "url": "https://github.com/Yardanico/spinny", "method": "git", "tags": [ "terminal", @@ -7784,7 +7784,7 @@ ], "description": "Spinny is a tiny terminal spinner package for the Nim Programming Language.", "license": "MIT", - "web": "https://github.com/molnarmark/spinny" + "web": "https://github.com/Yardanico/spinny" }, { "name": "nigui", From 91c784f345bfa7f74b747c46f1e6b72a9f1ed7e9 Mon Sep 17 00:00:00 2001 From: Solitude Date: Sat, 30 May 2020 03:19:05 +0300 Subject: [PATCH 607/691] add tam package (#1494) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 40d62c7..54bf0f1 100644 --- a/packages.json +++ b/packages.json @@ -18064,5 +18064,18 @@ "license": "MIT", "web": "https://github.com/jackhftang/threadproxy.nim", "doc": "https://jackhftang.github.io/threadproxy.nim/" + }, + { + "name": "tam", + "url": "https://github.com/SolitudeSF/tam", + "method": "git", + "tags": [ + "tome", + "addon", + "manager" + ], + "description": "Tales of Maj'Eyal addon manager", + "license": "MIT", + "web": "https://github.com/SolitudeSF/tam" } ] From b82f98ddf1d67a0c24eefc883676b72d74854fa9 Mon Sep 17 00:00:00 2001 From: Miran Date: Mon, 1 Jun 2020 14:28:28 +0200 Subject: [PATCH 608/691] add multiple packages (#1500) --- packages.json | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/packages.json b/packages.json index 54bf0f1..d2fb644 100644 --- a/packages.json +++ b/packages.json @@ -18065,6 +18065,89 @@ "web": "https://github.com/jackhftang/threadproxy.nim", "doc": "https://jackhftang.github.io/threadproxy.nim/" }, + { + "name": "jesterwithplugins", + "url": "https://github.com/JohnAD/jesterwithplugins/", + "method": "git", + "tags": [ + "web", + "http", + "framework", + "dsl", + "plugins" + ], + "description": "A sinatra-like web framework for Nim with plugins.", + "license": "MIT", + "web": "https://github.com/JohnAD/jesterwithplugins/" + }, + { + "name": "qeu", + "url": "https://github.com/hyu1996/qeu", + "method": "git", + "tags": [ + "comparison", + "3-way comparison", + "three-way comparison" + ], + "description": "Functionality for compare two values", + "license": "MIT", + "web": "https://github.com/hyu1996/qeu" + }, + { + "name": "mccache", + "url": "https://github.com/abbeymart/mccache", + "method": "git", + "tags": [ + "web", + "library" + ], + "description": "mccache package: in-memory caching", + "license": "MIT", + "web": "https://github.com/abbeymart/mccache" + }, + { + "name": "mcresponse", + "url": "https://github.com/abbeymart/mcresponse", + "method": "git", + "tags": [ + "web", + "crud", + "rest", + "api", + "response" + ], + "description": "mConnect Standardised Response Package", + "license": "MIT", + "web": "https://github.com/abbeymart/mcresponse" + }, + { + "name": "webrtcvad", + "url": "https://gitlab.com/eagledot/nim-webrtcvad", + "method": "git", + "tags":[ + "wrapper", + "vad", + "voice", + "binding" + ], + "description": "Nim bindings for the WEBRTC VAD(voice actitvity Detection)", + "license": "MIT", + "web": "https://gitlab.com/eagledot/nim-webrtcvad" + }, + { + "name": "gradient", + "url": "https://github.com/luminosoda/gradient", + "method": "git", + "tags": [ + "gradient", + "gradients", + "color", + "colors" + ], + "description": "Color gradients generation", + "license": "MIT", + "web": "https://github.com/luminosoda/gradient" + }, { "name": "tam", "url": "https://github.com/SolitudeSF/tam", From c559d1972f28cb81701514420ce6777c91ce2ba2 Mon Sep 17 00:00:00 2001 From: Bung Date: Tue, 2 Jun 2020 14:51:21 +0800 Subject: [PATCH 609/691] Added package tim_sort (#1501) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index d2fb644..1810697 100644 --- a/packages.json +++ b/packages.json @@ -18124,7 +18124,7 @@ "name": "webrtcvad", "url": "https://gitlab.com/eagledot/nim-webrtcvad", "method": "git", - "tags":[ + "tags": [ "wrapper", "vad", "voice", @@ -18160,5 +18160,18 @@ "description": "Tales of Maj'Eyal addon manager", "license": "MIT", "web": "https://github.com/SolitudeSF/tam" + }, + { + "name": "tim_sort", + "url": "https://github.com/bung87/tim_sort", + "method": "git", + "tags": [ + "tim", + "sort", + "algorithm" + ], + "description": "A new awesome nimble package", + "license": "MIT", + "web": "https://github.com/bung87/tim_sort" } ] From aa637b362316b851426cd868e18d57f095cd59d4 Mon Sep 17 00:00:00 2001 From: Regis Caillaud <35006197+Clonkk@users.noreply.github.com> Date: Fri, 5 Jun 2020 12:54:44 +0200 Subject: [PATCH 610/691] Change fftw package to new repo with arraymancer API (#1502) --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 1810697..90900c2 100644 --- a/packages.json +++ b/packages.json @@ -2898,7 +2898,7 @@ }, { "name": "fftw3", - "url": "https://github.com/ziotom78/nimfftw3", + "url": "https://github.com/Clonkk/nimfftw3", "method": "git", "tags": [ "library", @@ -2906,8 +2906,8 @@ "fft" ], "description": "Bindings to the FFTW library", - "license": "MIT", - "web": "https://github.com/ziotom78/nimfftw3" + "license": "LGPL", + "web": "https://github.com/Clonkk/nimfftw3" }, { "name": "nrpl", From 4004026426141aecb21db796f26216b39818bba6 Mon Sep 17 00:00:00 2001 From: Liam Sc Date: Mon, 8 Jun 2020 05:04:34 +1200 Subject: [PATCH 611/691] Update packages.json (#1503) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 90900c2..d9936f6 100644 --- a/packages.json +++ b/packages.json @@ -18173,5 +18173,21 @@ "description": "A new awesome nimble package", "license": "MIT", "web": "https://github.com/bung87/tim_sort" + }, + { + "name": "inumon", + "url": "https://github.com/dizzyliam/inumon", + "method": "git", + "tags": [ + "image", + "images", + "png", + "image manipulation", + "jpeg", + "jpg" + ], + "description": "A high-level image I/O and manipulation library for Nim.", + "license": "MPL 2.0", + "web": "https://github.com/dizzyliam/inumon" } ] From 403b6d92663cc723ae262e7185b68a6812857662 Mon Sep 17 00:00:00 2001 From: Willyboar Date: Mon, 8 Jun 2020 08:41:26 +0300 Subject: [PATCH 612/691] Remove empty tag from simplediff (#1504) Remove empty tag because it looks ugly in the nimble directory :) --- packages.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages.json b/packages.json index d9936f6..117d67e 100644 --- a/packages.json +++ b/packages.json @@ -14857,8 +14857,7 @@ "method": "git", "tags": [ "diff", - "simplediff", - "" + "simplediff" ], "description": "A library for straightforward diff calculation", "license": "GPL-3.0", From 406d9051c4a11c63ccaf4aabc105047ea2a0c551 Mon Sep 17 00:00:00 2001 From: Jack Tang <1190545+jackhftang@users.noreply.github.com> Date: Tue, 9 Jun 2020 05:27:10 +0800 Subject: [PATCH 613/691] add package vaultclient (#1505) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 117d67e..348691f 100644 --- a/packages.json +++ b/packages.json @@ -18188,5 +18188,18 @@ "description": "A high-level image I/O and manipulation library for Nim.", "license": "MPL 2.0", "web": "https://github.com/dizzyliam/inumon" + }, + { + "name": "vaultclient", + "url": "https://github.com/jackhftang/vaultclient.nim", + "method": "git", + "tags": [ + "vault", + "secret", + "secret-management" + ], + "description": "Hashicorp Vault HTTP Client", + "license": "MIT", + "web": "https://github.com/jackhftang/vaultclient.nim" } -] +] \ No newline at end of file From 61e1e1ad78414e1893102eb82e9698c02d7f35e3 Mon Sep 17 00:00:00 2001 From: Ward Date: Tue, 9 Jun 2020 15:52:14 +0800 Subject: [PATCH 614/691] Update packages.json (#1506) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 348691f..da57cbc 100644 --- a/packages.json +++ b/packages.json @@ -18201,5 +18201,18 @@ "description": "Hashicorp Vault HTTP Client", "license": "MIT", "web": "https://github.com/jackhftang/vaultclient.nim" + }, + { + "name": "hashlib", + "url": "https://github.com/khchen/hashlib", + "method": "git", + "tags": [ + "library", + "hashes", + "hmac" + ], + "description": "Hash Library for Nim", + "license": "MIT", + "web": "https://github.com/khchen/hashlib" } -] \ No newline at end of file +] From 1d755b0dd772bad5a620df36d1f774420e9e0e84 Mon Sep 17 00:00:00 2001 From: Anubhav <42858179+eagledot@users.noreply.github.com> Date: Tue, 9 Jun 2020 15:11:17 +0530 Subject: [PATCH 615/691] Add package alsa (#1507) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index da57cbc..cefdada 100644 --- a/packages.json +++ b/packages.json @@ -18214,5 +18214,21 @@ "description": "Hash Library for Nim", "license": "MIT", "web": "https://github.com/khchen/hashlib" + }, + { + "name":"alsa", + "url": "https://gitlab.com/eagledot/nim-alsa", + "method": "git", + "tags":[ + "linux", + "bindings", + "audio", + "alsa", + "sound" + ], + "description": "NIM bindings for ALSA-LIB c library", + "license": "MIT", + "web": "https://gitlab.com/eagledot/nim-alsa" } + ] From 6b30b51846332fce29fa5934d5886b8fab0655da Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Tue, 9 Jun 2020 08:46:48 -0400 Subject: [PATCH 616/691] update pipe package metadata (#1508) specifically: 1. username changed 2. relicensed (MIT -> Unlicense) --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index cefdada..e4d0e52 100644 --- a/packages.json +++ b/packages.json @@ -7658,7 +7658,7 @@ }, { "name": "pipe", - "url": "https://github.com/5paceToast/pipe", + "url": "https://github.com/CosmicToast/pipe", "method": "git", "tags": [ "pipe", @@ -7667,8 +7667,8 @@ "functional" ], "description": "Pipe operator for nim.", - "license": "MIT", - "web": "https://github.com/5paceToast/pipe" + "license": "Unlicense", + "web": "https://github.com/CosmicToast/pipe" }, { "name": "flatdb", From aa02b5180483f9c8cfb5c688b3ce97fe9f272009 Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Wed, 10 Jun 2020 14:00:50 +0700 Subject: [PATCH 617/691] Added package vmprotect (#1509) --- packages.json | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/packages.json b/packages.json index e4d0e52..fb837ff 100644 --- a/packages.json +++ b/packages.json @@ -18216,19 +18216,31 @@ "web": "https://github.com/khchen/hashlib" }, { - "name":"alsa", - "url": "https://gitlab.com/eagledot/nim-alsa", - "method": "git", - "tags":[ - "linux", - "bindings", - "audio", - "alsa", - "sound" + "name": "alsa", + "url": "https://gitlab.com/eagledot/nim-alsa", + "method": "git", + "tags": [ + "linux", + "bindings", + "audio", + "alsa", + "sound" ], - "description": "NIM bindings for ALSA-LIB c library", - "license": "MIT", - "web": "https://gitlab.com/eagledot/nim-alsa" + "description": "NIM bindings for ALSA-LIB c library", + "license": "MIT", + "web": "https://gitlab.com/eagledot/nim-alsa" + }, + { + "name": "vmprotect", + "url": "https://github.com/ba0f3/vmprotect.nim", + "method": "git", + "tags": [ + "vmprotect", + "sdk", + "wrapper" + ], + "description": "Wrapper for VMProtect SDK", + "license": "MIT", + "web": "https://github.com/ba0f3/vmprotect.nim" } - ] From 26c565154108fbdc59a9eba4d351357b21338b8e Mon Sep 17 00:00:00 2001 From: Carlo Capocasa Date: Fri, 12 Jun 2020 15:41:13 +0200 Subject: [PATCH 618/691] add naw (#1512) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fb837ff..253bcc9 100644 --- a/packages.json +++ b/packages.json @@ -18242,5 +18242,19 @@ "description": "Wrapper for VMProtect SDK", "license": "MIT", "web": "https://github.com/ba0f3/vmprotect.nim" + }, + { + "name": "naw", + "url": "https://github.com/capocasa/naw", + "method": "git", + "tags": [ + "awk", + "csv", + "report", + "markdown" + ], + "description": "A glue wrapper to do awk-style text processing with Nim", + "license": "MIT", + "web": "https://github.com/capocasa/naw" } ] From 7b7745a0d809166a71ccd0b46c5ec5e3ddd783be Mon Sep 17 00:00:00 2001 From: Clyybber Date: Thu, 7 May 2020 10:33:59 +0200 Subject: [PATCH 619/691] Make packages.json use the union merge strategy Sadly, github doesn't support this (yet), so this will not affect merges via the Github WebUI. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3efd012 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/packages.json merge=union From be8d4490f1317fc94e041538608e2c8eb9b97df9 Mon Sep 17 00:00:00 2001 From: Momiyama <43488453+momeemt@users.noreply.github.com> Date: Sat, 13 Jun 2020 20:35:40 +0900 Subject: [PATCH 620/691] Added package nimaterial (#1511) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 253bcc9..8fbc3f7 100644 --- a/packages.json +++ b/packages.json @@ -18243,6 +18243,19 @@ "license": "MIT", "web": "https://github.com/ba0f3/vmprotect.nim" }, + { + "name": "nimaterial", + "url": "https://github.com/momeemt/nimaterial", + "method": "git", + "tags": [ + "web", + "library", + "css" + ], + "description": "nimaterial is a CSS output library based on material design.", + "license": "MIT", + "web": "https://github.com/momeemt/nimaterial" + }, { "name": "naw", "url": "https://github.com/capocasa/naw", From 18683df0ecd07d8043f93e22880d896b8379f72e Mon Sep 17 00:00:00 2001 From: Rekihyt Date: Sat, 13 Jun 2020 04:42:52 -0700 Subject: [PATCH 621/691] Added package nimviz (#1514) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8fbc3f7..0293440 100644 --- a/packages.json +++ b/packages.json @@ -18269,5 +18269,18 @@ "description": "A glue wrapper to do awk-style text processing with Nim", "license": "MIT", "web": "https://github.com/capocasa/naw" + }, + { + "name": "nimviz", + "url": "https://github.com/Rekihyt/nimviz", + "method": "git", + "tags": [ + "graphviz", + "library", + "wrapper" + ], + "description": "A wrapper for the graphviz c api.", + "license": "MIT", + "web": "https://github.com/Rekihyt/nimviz" } ] From 495f1d2c9290ce9dc7e79ce2ac49b2e087c15d03 Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Tue, 16 Jun 2020 01:46:35 -0500 Subject: [PATCH 622/691] Added packages jesterjson,jestercookiemsgs,jestermongopool,jestergeoip (#1516) --- packages.json | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/packages.json b/packages.json index 0293440..91be5e1 100644 --- a/packages.json +++ b/packages.json @@ -18079,6 +18079,69 @@ "license": "MIT", "web": "https://github.com/JohnAD/jesterwithplugins/" }, + { + "name": "jesterjson", + "url": "https://github.com/JohnAD/jesterjson", + "method": "git", + "tags": [ + "web", + "jester", + "json", + "plugin" + ], + "description": "A Jester web plugin that embeds key information into a JSON object.", + "license": "MIT", + "web": "https://github.com/JohnAD/jesterjson" + }, + { + "name": "jestercookiemsgs", + "url": "https://github.com/JohnAD/jestercookiemsgs", + "method": "git", + "tags": [ + "web", + "jester", + "cookie", + "message", + "notify", + "notification", + "plugin" + ], + "description": "A Jester web plugin that allows easy message passing between pages using a browser cookie.", + "license": "MIT", + "web": "https://github.com/JohnAD/jestercookiemsgs" + }, + { + "name": "jestermongopool", + "url": "https://github.com/JohnAD/jestermongopool", + "method": "git", + "tags": [ + "web", + "jester", + "mongodb", + "pooled", + "plugin" + ], + "description": "A Jester web plugin that gets a pooled MongoDB connection for each web query.", + "license": "MIT", + "web": "https://github.com/JohnAD/jestermongopool" + }, + { + "name": "jestergeoip", + "url": "https://github.com/JohnAD/jestergeoip", + "method": "git", + "tags": [ + "web", + "jester", + "ip", + "geo", + "geographic", + "tracker", + "plugin" + ], + "description": "A Jester web plugin that determines geographic information for each web request via API. Uses sqlite3 for a cache.", + "license": "MIT", + "web": "https://github.com/JohnAD/jestergeoip" + }, { "name": "qeu", "url": "https://github.com/hyu1996/qeu", From d6e930b9aa7db7b0a8e871d949e91a88dd3712ec Mon Sep 17 00:00:00 2001 From: Anubhav <42858179+eagledot@users.noreply.github.com> Date: Wed, 17 Jun 2020 11:11:37 +0530 Subject: [PATCH 623/691] Added package deepspeech (#1518) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 91be5e1..133595c 100644 --- a/packages.json +++ b/packages.json @@ -18345,5 +18345,19 @@ "description": "A wrapper for the graphviz c api.", "license": "MIT", "web": "https://github.com/Rekihyt/nimviz" + }, + { + "name": "deepspeech", + "url": "https://gitlab.com/eagledot/nim-deepspeech", + "method": "git", + "tags": [ + "mozilla", + "deepspeech", + "speech to text", + "bindings" + ], + "description": "Nim bindings for mozilla's DeepSpeech model.", + "license": "MIT", + "web": "https://gitlab.com/eagledot/nim-deepspeech" } ] From e0ae598090b1c49d25de450b0061c530b4b48da9 Mon Sep 17 00:00:00 2001 From: Miran Date: Wed, 17 Jun 2020 17:53:53 +0200 Subject: [PATCH 624/691] disruptek is now maintaining criterion (#1519) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 133595c..cfb2573 100644 --- a/packages.json +++ b/packages.json @@ -11367,14 +11367,14 @@ }, { "name": "criterion", - "url": "https://github.com/LemonBoy/criterion.nim", + "url": "https://github.com/disruptek/criterion.nim", "method": "git", "tags": [ "benchmark" ], "description": "Statistic-driven microbenchmark framework", "license": "MIT", - "web": "https://github.com/LemonBoy/criterion.nim" + "web": "https://github.com/disruptek/criterion.nim" }, { "name": "nanoid", From b64d98e40faabce5f1b3372204b9760cd1c9952a Mon Sep 17 00:00:00 2001 From: ehmry Date: Thu, 18 Jun 2020 01:33:49 +0530 Subject: [PATCH 625/691] Added package opusenc (#1520) --- packages.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index cfb2573..0f05f82 100644 --- a/packages.json +++ b/packages.json @@ -18349,15 +18349,29 @@ { "name": "deepspeech", "url": "https://gitlab.com/eagledot/nim-deepspeech", - "method": "git", + "method": "git", "tags": [ "mozilla", "deepspeech", "speech to text", "bindings" - ], + ], "description": "Nim bindings for mozilla's DeepSpeech model.", "license": "MIT", "web": "https://gitlab.com/eagledot/nim-deepspeech" + }, + { + "name": "opusenc", + "url": "https://git.sr.ht/~ehmry/nim_opusenc", + "method": "git", + "tags": [ + "opus", + "audio", + "encoder", + "bindings" + ], + "description": "Bindings to libopusenc", + "license": "BSD-3-Clause", + "web": "https://git.sr.ht/~ehmry/nim_opusenc" } ] From 8585e916692c3ba3c6b11f5150a98e9caf510584 Mon Sep 17 00:00:00 2001 From: jiro Date: Thu, 18 Jun 2020 22:33:44 +0900 Subject: [PATCH 626/691] Added package nimtetris (#1521) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0f05f82..1ff202d 100644 --- a/packages.json +++ b/packages.json @@ -18373,5 +18373,19 @@ "description": "Bindings to libopusenc", "license": "BSD-3-Clause", "web": "https://git.sr.ht/~ehmry/nim_opusenc" + }, + { + "name": "nimtetris", + "url": "https://github.com/jiro4989/nimtetris", + "method": "git", + "tags": [ + "tetris", + "terminal", + "game", + "command" + ], + "description": "A simple terminal tetris in Nim", + "license": "MIT", + "web": "https://github.com/jiro4989/nimtetris" } ] From a5b960667b5d8a8f609754cb55afbae1f2cb7179 Mon Sep 17 00:00:00 2001 From: gecko Date: Sat, 20 Jun 2020 09:22:48 +0100 Subject: [PATCH 627/691] Add package natu (#1522) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1ff202d..79cb877 100644 --- a/packages.json +++ b/packages.json @@ -18387,5 +18387,19 @@ "description": "A simple terminal tetris in Nim", "license": "MIT", "web": "https://github.com/jiro4989/nimtetris" + }, + { + "name": "natu", + "url": "https://github.com/exelotl/natu", + "method": "git", + "tags": [ + "gba", + "nintendo", + "homebrew", + "game" + ], + "description": "Game Boy Advance development library", + "license": "zlib", + "web": "https://github.com/exelotl/natu" } ] From 5a9e3ec7ee6239ff68cba4d2d5263030208bc334 Mon Sep 17 00:00:00 2001 From: Miran Date: Sat, 20 Jun 2020 11:01:20 +0200 Subject: [PATCH 628/691] add gerbil (#1523) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 79cb877..c00a246 100644 --- a/packages.json +++ b/packages.json @@ -18252,6 +18252,19 @@ "license": "MPL 2.0", "web": "https://github.com/dizzyliam/inumon" }, + { + "name": "gerbil", + "url": "https://github.com/jasonprogrammer/gerbil", + "method": "git", + "tags": [ + "web", + "dynamic", + "generator" + ], + "description": "A dynamic website generator", + "license": "MIT", + "web": "https://getgerbil.com" + }, { "name": "vaultclient", "url": "https://github.com/jackhftang/vaultclient.nim", From 2468a1471e1c5f2888c77d7608455285294abd1a Mon Sep 17 00:00:00 2001 From: Manuel Bojato <30560560+KingDarBoja@users.noreply.github.com> Date: Tue, 23 Jun 2020 00:02:18 -0500 Subject: [PATCH 629/691] Added package iridium (#1529) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c00a246..285f5c0 100644 --- a/packages.json +++ b/packages.json @@ -18414,5 +18414,19 @@ "description": "Game Boy Advance development library", "license": "zlib", "web": "https://github.com/exelotl/natu" + }, + { + "name": "iridium", + "url": "https://github.com/KingDarBoja/Iridium", + "method": "git", + "tags": [ + "iso3166", + "nim", + "nim-lang", + "countries" + ], + "description": "The International Standard for country codes and codes for their subdivisions on Nim (ISO-3166)", + "license": "MIT", + "web": "https://github.com/KingDarBoja/Iridium" } ] From 1a478ed1acd7e95e9aee795db944bfba44751f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=E3=81=AA=E4=BA=BA=EF=BC=88N=20na=20hito=EF=BC=89?= Date: Wed, 24 Jun 2020 01:39:13 +0900 Subject: [PATCH 630/691] Add package nim_searches (#1531) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 285f5c0..a78436e 100644 --- a/packages.json +++ b/packages.json @@ -18428,5 +18428,16 @@ "description": "The International Standard for country codes and codes for their subdivisions on Nim (ISO-3166)", "license": "MIT", "web": "https://github.com/KingDarBoja/Iridium" + }, + { + "name": "nim_searches", + "url": "https://github.com/nnahito/nim_searched", + "method": "git", + "tags": [ + "search" + ], + "description": "search algorithms", + "license": "MIT", + "web": "https://github.com/nnahito/nim_searched" } ] From cc0bb94bf4dfa2f9a1465f5c2e6dfc7d052d08e4 Mon Sep 17 00:00:00 2001 From: Bung Date: Wed, 24 Jun 2020 18:28:07 +0800 Subject: [PATCH 631/691] Added package stage (#1532) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index a78436e..4a07383 100644 --- a/packages.json +++ b/packages.json @@ -18439,5 +18439,17 @@ "description": "search algorithms", "license": "MIT", "web": "https://github.com/nnahito/nim_searched" + }, + { + "name": "stage", + "url": "https://github.com/bung87/stage", + "method": "git", + "tags": [ + "git", + "hook" + ], + "description": "nim tasks apply to git hooks", + "license": "MIT", + "web": "https://github.com/bung87/stage" } ] From f9634ce610a6fef02296cb1026310ecad9576929 Mon Sep 17 00:00:00 2001 From: Thomas Carroll <5500712+snus-kin@users.noreply.github.com> Date: Wed, 24 Jun 2020 14:01:13 +0100 Subject: [PATCH 632/691] Added package flickr_image_bot (#1534) Co-authored-by: snus-kin --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4a07383..48acfa9 100644 --- a/packages.json +++ b/packages.json @@ -18451,5 +18451,18 @@ "description": "nim tasks apply to git hooks", "license": "MIT", "web": "https://github.com/bung87/stage" + }, + { + "name": "flickr_image_bot", + "url": "https://github.com/snus-kin/flickr-image-bot", + "method": "git", + "tags": [ + "twitter", + "twitter-bot", + "flickr" + ], + "description": "Twitter bot for fetching flickr images with tags", + "license": "GPL-3.0", + "web": "https://github.com/snus-kin/flickr-image-bot" } ] From 413736fd223a321798cff8e2f07775bfcecfc011 Mon Sep 17 00:00:00 2001 From: treeform Date: Wed, 24 Jun 2020 09:23:05 -0700 Subject: [PATCH 633/691] Add flatty library (#1535) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 48acfa9..756fc7f 100644 --- a/packages.json +++ b/packages.json @@ -18464,5 +18464,19 @@ "description": "Twitter bot for fetching flickr images with tags", "license": "GPL-3.0", "web": "https://github.com/snus-kin/flickr-image-bot" + }, + { + "name": "flatty", + "url": "https://github.com/treeform/flatty", + "method": "git", + "tags": [ + "binary", + "serialize", + "marshal", + "hash" + ], + "description": "Serializer and tools for flat binary files.", + "license": "MIT", + "web": "https://github.com/treeform/flatty" } ] From 6b046d8d279818b386e7a8d0870dc2763aefccf9 Mon Sep 17 00:00:00 2001 From: lqdev Date: Fri, 26 Jun 2020 00:07:00 +0200 Subject: [PATCH 634/691] Added package aglet (#1536) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 756fc7f..2af5e7f 100644 --- a/packages.json +++ b/packages.json @@ -18478,5 +18478,19 @@ "description": "Serializer and tools for flat binary files.", "license": "MIT", "web": "https://github.com/treeform/flatty" + }, + { + "name": "aglet", + "url": "https://github.com/liquid600pgm/aglet", + "method": "git", + "tags": [ + "graphics", + "opengl", + "wrapper", + "safe" + ], + "description": "A safe, high-level, optimized OpenGL wrapper", + "license": "MIT", + "web": "https://github.com/liquid600pgm/aglet" } ] From f01ac58126bed4e6f8d1cb348cd79f78ac690a53 Mon Sep 17 00:00:00 2001 From: Ico Doornekamp Date: Fri, 26 Jun 2020 10:20:51 +0200 Subject: [PATCH 635/691] Added package nimcmaes (#1537) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 2af5e7f..4550e99 100644 --- a/packages.json +++ b/packages.json @@ -18492,5 +18492,17 @@ "description": "A safe, high-level, optimized OpenGL wrapper", "license": "MIT", "web": "https://github.com/liquid600pgm/aglet" + }, + { + "name": "nimcmaes", + "url": "https://github.com/zevv/nimcmaes", + "method": "git", + "tags": [ + "cmaes", + "optimization" + ], + "description": "Nim CMAES library", + "license": "Apache-2.0", + "web": "https://github.com/zevv/nimcmaes" } ] From 9d68bcf0dcedf7d12785ea4c0bcbb6c82443d26c Mon Sep 17 00:00:00 2001 From: Kashiwara <34295276+Kashiwara0205@users.noreply.github.com> Date: Sat, 27 Jun 2020 18:54:28 +0900 Subject: [PATCH 636/691] Add package soundex (#1538) * Added package soundex * Fix packages.json about soundex writed url Co-authored-by: KASHIWARA FUKI --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4550e99..540ad54 100644 --- a/packages.json +++ b/packages.json @@ -18504,5 +18504,17 @@ "description": "Nim CMAES library", "license": "Apache-2.0", "web": "https://github.com/zevv/nimcmaes" + }, + { + "name": "soundex", + "url": "https://github.com/Kashiwara0205/soundex", + "method": "git", + "tags": [ + "library", + "algorithm" + ], + "description": "soundex algorithm", + "license": "MIT", + "web": "https://github.com/Kashiwara0205/soundex" } ] From 3531cc8523a4d5d61bd893103a3a918c6f9e5aba Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sun, 28 Jun 2020 19:38:32 +0800 Subject: [PATCH 637/691] Added package nimish (#1540) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 540ad54..c5bfb9e 100644 --- a/packages.json +++ b/packages.json @@ -18516,5 +18516,18 @@ "description": "soundex algorithm", "license": "MIT", "web": "https://github.com/Kashiwara0205/soundex" + }, + { + "name": "nimish", + "url": "https://github.com/xflywind/nimish", + "method": "git", + "tags": [ + "macro", + "library", + "c" + ], + "description": "C macro for Nim.", + "license": "Apache-2.0", + "web": "https://github.com/xflywind/nimish" } ] From ef82967d2153787374602fc662ae15442e19db9a Mon Sep 17 00:00:00 2001 From: inv2004 Date: Mon, 29 Jun 2020 03:40:17 +0300 Subject: [PATCH 638/691] Added package kdb (#1544) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index c5bfb9e..3c53a63 100644 --- a/packages.json +++ b/packages.json @@ -18529,5 +18529,20 @@ "description": "C macro for Nim.", "license": "Apache-2.0", "web": "https://github.com/xflywind/nimish" + }, + { + "name": "kdb", + "url": "https://github.com/inv2004/kdb_nim", + "method": "git", + "tags": [ + "kdb", + "q", + "k", + "database", + "bindings" + ], + "description": "Nim structs to work with Kdb in type-safe manner and low-level Nim to Kdb bindings", + "license": "Apache-2.0", + "web": "https://github.com/inv2004/kdb_nim" } ] From 0b9463c05c88a576e632a62a50bdbba7526bb549 Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Mon, 29 Jun 2020 17:30:40 +0700 Subject: [PATCH 639/691] Added package libnetfilter_queue (#1543) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 3c53a63..988c8d9 100644 --- a/packages.json +++ b/packages.json @@ -18465,6 +18465,22 @@ "license": "GPL-3.0", "web": "https://github.com/snus-kin/flickr-image-bot" }, + { + "name": "libnetfilter_queue", + "url": "https://github.com/ba0f3/libnetfilter_queue.nim", + "method": "git", + "tags": [ + "wrapper", + "libnetfilter", + "queue", + "netfilter", + "firewall", + "iptables" + ], + "description": "libnetfilter_queue wrapper for Nim", + "license": "MIT", + "web": "https://github.com/ba0f3/libnetfilter_queue.nim" + }, { "name": "flatty", "url": "https://github.com/treeform/flatty", From 0f9271e567f4266734f3395a316272b961ab14cb Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Mon, 29 Jun 2020 19:19:30 +0700 Subject: [PATCH 640/691] Added package libnetfilter_queue (#1543) Co-authored-by: Miran From 3d5082eb58ad3e9fbbbe0687b58c96935a7b45bd Mon Sep 17 00:00:00 2001 From: Momiyama <43488453+momeemt@users.noreply.github.com> Date: Tue, 30 Jun 2020 23:06:11 +0900 Subject: [PATCH 641/691] Added package Unit (#1545) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 988c8d9..6c708bd 100644 --- a/packages.json +++ b/packages.json @@ -18560,5 +18560,19 @@ "description": "Nim structs to work with Kdb in type-safe manner and low-level Nim to Kdb bindings", "license": "Apache-2.0", "web": "https://github.com/inv2004/kdb_nim" + }, + { + "name": "Unit", + "url": "https://github.com/momeemt/Unit", + "method": "git", + "tags": [ + "unit", + "type", + "systemOfUnit", + "library" + ], + "description": "A library that provides unit types in nim", + "license": "MIT", + "web": "https://github.com/momeemt/Unit" } ] From 19bbd35e13e69cfb2dc6b3a6ba8c9426536e47d1 Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sat, 4 Jul 2020 19:08:58 +0800 Subject: [PATCH 642/691] Added package shene (#1550) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6c708bd..99b8556 100644 --- a/packages.json +++ b/packages.json @@ -18574,5 +18574,18 @@ "description": "A library that provides unit types in nim", "license": "MIT", "web": "https://github.com/momeemt/Unit" + }, + { + "name": "shene", + "url": "https://github.com/xflywind/shene", + "method": "git", + "tags": [ + "interface", + "library", + "prologue" + ], + "description": "Interface for Nim.", + "license": "Apache-2.0", + "web": "https://github.com/xflywind/shene" } ] From 9701d46b8b61bfeacadd212809e2c8b437b8b5c1 Mon Sep 17 00:00:00 2001 From: jiro Date: Sun, 5 Jul 2020 23:16:59 +0900 Subject: [PATCH 643/691] Added package subnet (#1551) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 99b8556..aec5066 100644 --- a/packages.json +++ b/packages.json @@ -18587,5 +18587,19 @@ "description": "Interface for Nim.", "license": "Apache-2.0", "web": "https://github.com/xflywind/shene" + }, + { + "name": "subnet", + "url": "https://github.com/jiro4989/subnet", + "method": "git", + "tags": [ + "subnet", + "ip", + "cli", + "command" + ], + "description": "subnet prints subnet mask in human readable.", + "license": "MIT", + "web": "https://github.com/jiro4989/subnet" } ] From 09ed236981da9b9356b31b83de196f0d3223dc09 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 5 Jul 2020 11:52:25 -0300 Subject: [PATCH 644/691] Add package fision (#1528) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index aec5066..126a812 100644 --- a/packages.json +++ b/packages.json @@ -18415,6 +18415,17 @@ "license": "zlib", "web": "https://github.com/exelotl/natu" }, + { + "name": "fision", + "url": "https://github.com/juancarlospaco/fision", + "method": "git", + "tags": [ + "libraries" + ], + "description": "important_packages with 0 dependencies and all unittests passing", + "license": "MIT", + "web": "https://github.com/juancarlospaco/fision" + }, { "name": "iridium", "url": "https://github.com/KingDarBoja/Iridium", From 97a78b4e4e3e5708387d564d1ff77ad715c847d6 Mon Sep 17 00:00:00 2001 From: Danil Yarantsev Date: Sun, 5 Jul 2020 17:58:54 +0300 Subject: [PATCH 645/691] Remove pudge (it's a Go library now) (#1548) --- packages.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packages.json b/packages.json index 126a812..6633c3e 100644 --- a/packages.json +++ b/packages.json @@ -6161,19 +6161,6 @@ "license": "MIT", "web": "https://notabug.org/vktec/nim-gapbuffer" }, - { - "name": "pudge", - "url": "https://github.com/recoilme/pudge.git", - "method": "git", - "tags": [ - "wrapper", - "database", - "sophia" - ], - "description": "Pudge Db - it's modern key/value storage with memcached protocol support. Pudge Db implements a high-level cross-platform sockets interface to sophia db.", - "license": "MIT", - "web": "https://github.com/recoilme/pudge" - }, { "name": "etcd_client", "url": "https://github.com/FedericoCeratto/nim-etcd-client", From b412dc46105c1b59909f26033b8f4017110945d6 Mon Sep 17 00:00:00 2001 From: Elijah Shaw-Rutschman Date: Sun, 5 Jul 2020 11:27:24 -0500 Subject: [PATCH 646/691] Added package lockfreequeues (#1547) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 6633c3e..9b4a21e 100644 --- a/packages.json +++ b/packages.json @@ -18573,6 +18573,21 @@ "license": "MIT", "web": "https://github.com/momeemt/Unit" }, + { + "name": "lockfreequeues", + "url": "https://github.com/elijahr/lockfreequeues", + "method": "git", + "tags": [ + "queue", + "circular-buffer", + "ring-buffer", + "spsc", + "lock-free" + ], + "description": "Single-producer, single-consumer, lock-free queue implementations for Nim.", + "license": "MIT", + "web": "https://github.com/elijahr/lockfreequeues" + }, { "name": "shene", "url": "https://github.com/xflywind/shene", From cecc99d77074a43e9c3e4fb118e856b533a884cd Mon Sep 17 00:00:00 2001 From: guzba Date: Tue, 7 Jul 2020 01:08:04 -0500 Subject: [PATCH 647/691] Added package supersnappy (#1552) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 9b4a21e..dcbfe62 100644 --- a/packages.json +++ b/packages.json @@ -18493,6 +18493,18 @@ "license": "MIT", "web": "https://github.com/treeform/flatty" }, + { + "name": "supersnappy", + "url": "https://github.com/guzba/supersnappy", + "method": "git", + "tags": [ + "compression", + "snappy" + ], + "description": "Dependency-free and performant Nim Snappy implementation.", + "license": "MIT", + "web": "https://github.com/guzba/supersnappy" + }, { "name": "aglet", "url": "https://github.com/liquid600pgm/aglet", From 5fda5aec80c2e865738bdd0c0b0caa6c63468bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Krampe?= Date: Tue, 7 Jul 2020 23:16:19 +0200 Subject: [PATCH 648/691] Added package norx (#1553) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index dcbfe62..f456097 100644 --- a/packages.json +++ b/packages.json @@ -18626,5 +18626,20 @@ "description": "subnet prints subnet mask in human readable.", "license": "MIT", "web": "https://github.com/jiro4989/subnet" + }, + { + "name": "norx", + "url": "https://github.com/gokr/norx", + "method": "git", + "tags": [ + "game", + "engine", + "2d", + "library", + "wrapper" + ], + "description": "A wrapper of the ORX 2.5D game engine", + "license": "Zlib", + "web": "https://github.com/gokr/norx" } ] From 808ab99ff76b20c2ca16458c3ba904f64c0b33ed Mon Sep 17 00:00:00 2001 From: Reilly Moore <54759062+Knaque@users.noreply.github.com> Date: Thu, 9 Jul 2020 14:06:11 -0500 Subject: [PATCH 649/691] Added package jeknil (#1554) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index f456097..3880ede 100644 --- a/packages.json +++ b/packages.json @@ -18641,5 +18641,20 @@ "description": "A wrapper of the ORX 2.5D game engine", "license": "Zlib", "web": "https://github.com/gokr/norx" + }, + { + "name": "jeknil", + "url": "https://github.com/Knaque/jeknil", + "method": "git", + "tags": [ + "web", + "binary", + "blog", + "markdown", + "html" + ], + "description": "A blog post generator for people with priorities.", + "license": "CC0-1.0", + "web": "https://github.com/Knaque/jeknil" } ] From a3063f91eee40e8f7ebb39e98b6b979f36b64205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Fri, 10 Jul 2020 12:20:42 +0200 Subject: [PATCH 650/691] Add nimMime (#1555) * Add nimMime Library for attaching files to emails. * Fix name --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3880ede..1315498 100644 --- a/packages.json +++ b/packages.json @@ -18656,5 +18656,19 @@ "description": "A blog post generator for people with priorities.", "license": "CC0-1.0", "web": "https://github.com/Knaque/jeknil" + }, + { + "name": "mime", + "url": "https://github.com/enthus1ast/nimMime", + "method": "git", + "tags": [ + "mime", + "email", + "mail", + "attachment" + ], + "description": "Library for attaching files to emails.", + "license": "MIT", + "web": "https://github.com/enthus1ast/nimMime" } ] From 043c5708f07b6818727f803a1419365ee33fc12c Mon Sep 17 00:00:00 2001 From: Ilya Date: Sun, 12 Jul 2020 20:53:11 +1000 Subject: [PATCH 651/691] Update packages.json (#1558) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1315498..3b66a33 100644 --- a/packages.json +++ b/packages.json @@ -18670,5 +18670,18 @@ "description": "Library for attaching files to emails.", "license": "MIT", "web": "https://github.com/enthus1ast/nimMime" + }, + { + "name": "nimrcon", + "url": "https://github.com/mcilya/nimrcon", + "method": "git", + "tags": [ + "rcon", + "client", + "library" + ], + "description": "Simple RCON client in Nim lang.", + "license": "MIT", + "web": "https://github.com/mcilya/nimrcon" } ] From e377b60532052e7294d2ac84aba6051cad0c42c7 Mon Sep 17 00:00:00 2001 From: eXodiquas Date: Sun, 12 Jul 2020 15:13:35 +0200 Subject: [PATCH 652/691] Added package Echon (#1557) Co-authored-by: Timo 'eXodiquas' Netzer --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3b66a33..315d663 100644 --- a/packages.json +++ b/packages.json @@ -18671,6 +18671,20 @@ "license": "MIT", "web": "https://github.com/enthus1ast/nimMime" }, + { + "name": "Echon", + "url": "https://github.com/eXodiquas/Echon", + "method": "git", + "tags": [ + "generative", + "l-system", + "fractal", + "art" + ], + "description": "A small package to create lindenmayer-systems or l-systems.", + "license": "MIT", + "web": "https://github.com/eXodiquas/Echon" + }, { "name": "nimrcon", "url": "https://github.com/mcilya/nimrcon", From dafadb96a7be1658b3d54fa106f11124d39cff4b Mon Sep 17 00:00:00 2001 From: doongjohn <40219740+doongjohn@users.noreply.github.com> Date: Sun, 12 Jul 2020 22:14:13 +0900 Subject: [PATCH 653/691] Added package vds (#1541) Co-authored-by: Miran --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 315d663..1712f51 100644 --- a/packages.json +++ b/packages.json @@ -18556,6 +18556,17 @@ "license": "Apache-2.0", "web": "https://github.com/xflywind/nimish" }, + { + "name": "vds", + "url": "https://github.com/doongjohn/VDS", + "method": "git", + "tags": [ + "vscode" + ], + "description": " Easily swap between multiple data folders.", + "license": "MIT", + "web": "https://github.com/doongjohn/VDS" + }, { "name": "kdb", "url": "https://github.com/inv2004/kdb_nim", From 3e034b1234a2a72c3a53edc7710d72d43bc6d794 Mon Sep 17 00:00:00 2001 From: Amru Rosyada Date: Sun, 12 Jul 2020 20:27:15 +0700 Subject: [PATCH 654/691] add zfplugs plugins for the zfcore framework (#1546) This is the plugins for the zfcore framework https://github.com/zendbit/nim.zfcore Co-authored-by: Clyybber --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 1712f51..0d9d177 100644 --- a/packages.json +++ b/packages.json @@ -18708,5 +18708,21 @@ "description": "Simple RCON client in Nim lang.", "license": "MIT", "web": "https://github.com/mcilya/nimrcon" + }, + { + "name": "zfplugs", + "url": "https://github.com/zendbit/nim.zfplugs", + "method": "git", + "tags": [ + "web", + "http", + "framework", + "api", + "asynchttpserver", + "plugins" + ], + "description": "This is the plugins for the zfcore framework https://github.com/zendbit/nim.zfcore", + "license": "BSD", + "web": "https://github.com/zendbit/nim.zfplugs" } ] From 6084049daaa09a60630ee1e8e4cd1f16700a7895 Mon Sep 17 00:00:00 2001 From: c-blake Date: Mon, 13 Jul 2020 08:00:52 -0400 Subject: [PATCH 655/691] Add hldiff (#1559) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 0d9d177..c07e5a0 100644 --- a/packages.json +++ b/packages.json @@ -18724,5 +18724,24 @@ "description": "This is the plugins for the zfcore framework https://github.com/zendbit/nim.zfcore", "license": "BSD", "web": "https://github.com/zendbit/nim.zfplugs" + }, + { + "name": "hldiff", + "url": "https://github.com/c-blake/hldiff", + "method": "git", + "tags": [ + "difflib", + "diff", + "terminal", + "text", + "color", + "colors", + "colorize", + "highlight", + "highlighting" + ], + "description": "A highlighter for diff -u-like output & port of Python difflib", + "license": "MIT/ISC", + "web": "https://github.com/c-blake/hldiff" } ] From 7c22b322beb1d9c507184b57087c31caf00fa9a4 Mon Sep 17 00:00:00 2001 From: Abbey <2366595+abbeymart@users.noreply.github.com> Date: Mon, 13 Jul 2020 16:46:11 -0400 Subject: [PATCH 656/691] Added package mctranslog (#1560) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c07e5a0..0ebe54c 100644 --- a/packages.json +++ b/packages.json @@ -18743,5 +18743,18 @@ "description": "A highlighter for diff -u-like output & port of Python difflib", "license": "MIT/ISC", "web": "https://github.com/c-blake/hldiff" + }, + { + "name": "mctranslog", + "url": "https://github.com/abbeymart/mctranslog", + "method": "git", + "tags": [ + "transaction", + "audit", + "log" + ], + "description": "mctranslog - Transaction Log Package", + "license": "MIT", + "web": "https://github.com/abbeymart/mctranslog" } ] From 9273bf806eab9c28447740c94bd2d812ed589f1c Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Fri, 17 Jul 2020 18:52:11 +0800 Subject: [PATCH 657/691] Added documentation url for package googlesearch (#1562) --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 0ebe54c..df99696 100644 --- a/packages.json +++ b/packages.json @@ -15558,7 +15558,8 @@ ], "description": "library for scraping google search results", "license": "MIT", - "web": "https://github.com/xyb/googlesearch.nim" + "web": "https://github.com/xyb/googlesearch.nim", + "doc": "https://xyb.github.io/googlesearch.nim/" }, { "name": "rdgui", From 2ee33b701c88e4e280e9ddceb80f96ed9cc59bb2 Mon Sep 17 00:00:00 2001 From: Momiyama <43488453+momeemt@users.noreply.github.com> Date: Fri, 17 Jul 2020 22:56:52 +0900 Subject: [PATCH 658/691] Added package base64_decoder (#1563) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index df99696..368f8ee 100644 --- a/packages.json +++ b/packages.json @@ -18757,5 +18757,18 @@ "description": "mctranslog - Transaction Log Package", "license": "MIT", "web": "https://github.com/abbeymart/mctranslog" + }, + { + "name": "base64_decoder", + "url": "https://github.com/momeemt/base64_cui", + "method": "git", + "tags": [ + "base64", + "cui", + "tool" + ], + "description": "base64 cui", + "license": "MIT", + "web": "https://github.com/momeemt/base64_cui" } ] From 702efd040781abf7af76914ce54cddf7944044b2 Mon Sep 17 00:00:00 2001 From: Mildred Ki'Lya Date: Sat, 18 Jul 2020 13:19:15 +0200 Subject: [PATCH 659/691] Add nimnews to nimble directory (#1564) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 368f8ee..275f96f 100644 --- a/packages.json +++ b/packages.json @@ -18770,5 +18770,17 @@ "description": "base64 cui", "license": "MIT", "web": "https://github.com/momeemt/base64_cui" + }, + { + "name": "nimnews", + "url": "https://github.com/mildred/nimnews", + "method": "git", + "tags": [ + "nntp", + "newsgroups" + ], + "description": "Immature Newsgroup NNTP server using SQLite as backend", + "license": "GPL-3.0", + "web": "https://github.com/mildred/nimnews" } ] From e5881ca629a539ecab9ca8187b905011e9cf2564 Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Sat, 18 Jul 2020 19:19:45 +0800 Subject: [PATCH 660/691] Added documentation url for package leveldb (#1561) --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 275f96f..ed633b1 100644 --- a/packages.json +++ b/packages.json @@ -15447,7 +15447,8 @@ ], "description": "LevelDB bindings", "license": "MIT", - "web": "https://github.com/zielmicha/leveldb.nim" + "web": "https://github.com/zielmicha/leveldb.nim", + "doc": "https://zielmicha.github.io/leveldb.nim/" }, { "name": "requirementstxt", From 9d0b3428de7bde1562e9169e7c157bb00c35eb48 Mon Sep 17 00:00:00 2001 From: treeform Date: Sun, 19 Jul 2020 01:25:48 -0700 Subject: [PATCH 661/691] add bitty - Utilities with dealing with 1d and 2d bit arrays. (#1565) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index ed633b1..d3ac781 100644 --- a/packages.json +++ b/packages.json @@ -13130,6 +13130,18 @@ "license": "MIT", "web": "https://github.com/treeform/netty/" }, + { + "name": "bitty", + "url": "https://github.com/treeform/bitty/", + "method": "git", + "tags": [ + "networking", + "udp" + ], + "description": "Utilities with dealing with 1d and 2d bit arrays.", + "license": "MIT", + "web": "https://github.com/treeform/bitty/" + }, { "name": "fnv", "url": "https://gitlab.com/ryukoposting/nim-fnv", From 5144059785e6ca6956e58ff588567b62c2655779 Mon Sep 17 00:00:00 2001 From: Bung Date: Tue, 21 Jul 2020 07:50:11 +0800 Subject: [PATCH 662/691] Added package zopflipng (#1567) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d3ac781..36f0696 100644 --- a/packages.json +++ b/packages.json @@ -18795,5 +18795,19 @@ "description": "Immature Newsgroup NNTP server using SQLite as backend", "license": "GPL-3.0", "web": "https://github.com/mildred/nimnews" + }, + { + "name": "zopflipng", + "url": "https://github.com/bung87/zopflipng", + "method": "git", + "tags": [ + "image", + "processing", + "png", + "optimization" + ], + "description": "zopflipng-like png optimization", + "license": "MIT", + "web": "https://github.com/bung87/zopflipng" } ] From cdfa305da466397de853752b94c0a0ca4d1114f7 Mon Sep 17 00:00:00 2001 From: Thomas Carroll Date: Thu, 23 Jul 2020 13:54:18 +0100 Subject: [PATCH 663/691] Change twitter.nim owner (#1568) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 36f0696..caccd4b 100644 --- a/packages.json +++ b/packages.json @@ -5075,7 +5075,7 @@ }, { "name": "twitter", - "url": "https://github.com/dchem/twitter.nim", + "url": "https://github.com/snus-kin/twitter.nim", "method": "git", "tags": [ "library", @@ -5084,7 +5084,7 @@ ], "description": "Low-level twitter API wrapper library for Nim.", "license": "MIT", - "web": "https://github.com/dchem/twitter.nim" + "web": "https://github.com/snus-kin/twitter.nim" }, { "name": "stomp", From 00b2f2e12002f8364921030eeb84df1b935f045e Mon Sep 17 00:00:00 2001 From: mbarkhau Date: Sun, 21 Jun 2020 10:03:40 +0000 Subject: [PATCH 664/691] Fix typo in README.md All the package, are belong to us. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4b7cf9..19f6688 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a central listing of all packages for [Nimble](https://github.com/nim-lang/nimble), a package manager for the [Nim programming language](http://nim-lang.org). -An overview of all the package is available at https://nimble.directory. +An overview of all packages is available at https://nimble.directory. NOTE: The packages listed here are not peer-reviewed or otherwise screened. We try to keep the list up-to-date but we cannot guarantee quality or maturity of the packages. From 7c4ebbd6c561ed02b5ac584591b2459942d1922d Mon Sep 17 00:00:00 2001 From: fox-cat Date: Fri, 24 Jul 2020 21:53:05 -0700 Subject: [PATCH 665/691] add ms (#1571) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index caccd4b..77b2f55 100644 --- a/packages.json +++ b/packages.json @@ -18809,5 +18809,20 @@ "description": "zopflipng-like png optimization", "license": "MIT", "web": "https://github.com/bung87/zopflipng" + }, + { + "name": "ms", + "url": "https://github.com/fox-cat/ms", + "method": "git", + "tags": [ + "library", + "time", + "format", + "ms" + ], + "description": "Convert various time formats to milliseconds", + "license": "MIT", + "web": "https://fox-cat.github.io/ms/", + "doc": "https://fox-cat.github.io/ms/" } ] From a6eb584f5ba05144007ff6abc93c5dc42506e3dd Mon Sep 17 00:00:00 2001 From: adam mcdaniel Date: Wed, 29 Jul 2020 01:55:30 -0400 Subject: [PATCH 666/691] Added package calendar (#1575) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 77b2f55..760b00e 100644 --- a/packages.json +++ b/packages.json @@ -18824,5 +18824,18 @@ "license": "MIT", "web": "https://fox-cat.github.io/ms/", "doc": "https://fox-cat.github.io/ms/" + }, + { + "name": "calendar", + "url": "https://github.com/adam-mcdaniel/calendar", + "method": "git", + "tags": [ + "time", + "calendar", + "library" + ], + "description": "A tiny calendar program", + "license": "MIT", + "web": "https://github.com/adam-mcdaniel/calendar" } ] From 1e7b2a1e6863372decc58b4e66ec6fe33dafc14b Mon Sep 17 00:00:00 2001 From: Angus L'Herrou Date: Fri, 31 Jul 2020 16:56:17 -0400 Subject: [PATCH 667/691] Added package hayaa (#1576) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 760b00e..1093ba1 100644 --- a/packages.json +++ b/packages.json @@ -18837,5 +18837,18 @@ "description": "A tiny calendar program", "license": "MIT", "web": "https://github.com/adam-mcdaniel/calendar" + }, + { + "name": "hayaa", + "url": "https://github.com/angus-lherrou/hayaa", + "method": "git", + "tags": [ + "conway", + "game", + "life" + ], + "description": "Conway's Game of Life implemented in Nim", + "license": "MIT", + "web": "https://github.com/angus-lherrou/hayaa" } ] From 87a0a87cf42cd11b45d7e7481a6310567fc0b5f9 Mon Sep 17 00:00:00 2001 From: YesDrX <68913671+YesDrX@users.noreply.github.com> Date: Sun, 2 Aug 2020 00:45:32 -0400 Subject: [PATCH 668/691] add numnim (#1578) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 1093ba1..fe256b0 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,21 @@ [ + { + "name": "numnim", + "url": "https://github.com/YesDrX/numnim", + "method": "git", + "tags": [ + "numnim", + "numpy", + "ndarray", + "matrix", + "pandas", + "dataframe" + ], + "description": "A numpy like ndarray and dataframe library for nim-lang.", + "license": "MIT", + "web": "https://github.com/YesDrX/numnim", + "doc": "https://github.com/YesDrX/numnim" + }, { "name": "filesize", "url": "https://github.com/sergiotapia/filesize", From 421bbbad93d6ab5c981b8267ed96c073ad26183a Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sun, 2 Aug 2020 12:45:58 +0800 Subject: [PATCH 669/691] Added package wepoll (#1577) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fe256b0..f9f209c 100644 --- a/packages.json +++ b/packages.json @@ -18867,5 +18867,18 @@ "description": "Conway's Game of Life implemented in Nim", "license": "MIT", "web": "https://github.com/angus-lherrou/hayaa" + }, + { + "name": "wepoll", + "url": "https://github.com/xflywind/wepoll", + "method": "git", + "tags": [ + "epoll", + "windows", + "wrapper" + ], + "description": "Windows epoll wrapper.", + "license": "MIT", + "web": "https://github.com/xflywind/wepoll" } ] From 7a0f6d0c07cdea863bd0ebb60cb0c318b2adf4c2 Mon Sep 17 00:00:00 2001 From: pseudo-random <45131943+pseudo-random@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:12:33 +0200 Subject: [PATCH 670/691] Add geometryutils library (#1580) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index f9f209c..d23981c 100644 --- a/packages.json +++ b/packages.json @@ -18880,5 +18880,23 @@ "description": "Windows epoll wrapper.", "license": "MIT", "web": "https://github.com/xflywind/wepoll" + }, + { + "name": "geometryutils", + "url": "https://github.com/pseudo-random/geometryutils", + "method": "git", + "tags": [ + "library", + "geometry", + "math", + "utilities", + "graphics", + "rendering", + "3d", + "2d" + ], + "description": "A collection of geometry utilities for nim", + "license": "MIT", + "web": "https://github.com/pseudo-random/geometryutils" } ] From 1f17d75fc25501d8dabe209f8c4eb23072557c02 Mon Sep 17 00:00:00 2001 From: jerous86 <43525037+jerous86@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:46:35 +0200 Subject: [PATCH 671/691] Added package nim_midi (#1579) --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index d23981c..8c32b3e 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,5 @@ [ - { + { "name": "numnim", "url": "https://github.com/YesDrX/numnim", "method": "git", @@ -18881,6 +18881,18 @@ "license": "MIT", "web": "https://github.com/xflywind/wepoll" }, + { + "name": "nim_midi", + "url": "https://github.com/jerous86/nim_midi", + "method": "git", + "tags": [ + "midi", + "library" + ], + "description": "Read and write midi files", + "license": "MIT", + "web": "https://github.com/jerous86/nim_midi" + }, { "name": "geometryutils", "url": "https://github.com/pseudo-random/geometryutils", From 63c2186a5a2c2b5567b9006a1926658264436365 Mon Sep 17 00:00:00 2001 From: jayvanderwall Date: Tue, 4 Aug 2020 00:35:30 -0600 Subject: [PATCH 672/691] Add package desim (#1581) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 8c32b3e..48401ab 100644 --- a/packages.json +++ b/packages.json @@ -18910,5 +18910,21 @@ "description": "A collection of geometry utilities for nim", "license": "MIT", "web": "https://github.com/pseudo-random/geometryutils" + }, + { + "name": "desim", + "url": "http://github.com/jayvanderwall/desim", + "method": "git", + "tags": [ + "library", + "modeling", + "discrete", + "event", + "simulation", + "simulator" + ], + "description": "A lightweight discrete event simulator", + "license": "MIT", + "web": "http://github.com/jayvanderwall/desim" } ] From fbb97dcf65e47b719f110bdcc1893851cff5eaeb Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Tue, 4 Aug 2020 16:26:21 +0800 Subject: [PATCH 673/691] Added package ioselectors (#1582) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 48401ab..e20c34a 100644 --- a/packages.json +++ b/packages.json @@ -18926,5 +18926,18 @@ "description": "A lightweight discrete event simulator", "license": "MIT", "web": "http://github.com/jayvanderwall/desim" + }, + { + "name": "ioselectors", + "url": "https://github.com/xflywind/ioselectors", + "method": "git", + "tags": [ + "selectors", + "epoll", + "io" + ], + "description": "Selectors extension.", + "license": "Apache-2.0", + "web": "https://github.com/xflywind/ioselectors" } ] From b3c23bf46f9e686a857c174ed89982b68045abdb Mon Sep 17 00:00:00 2001 From: doongjohn <40219740+doongjohn@users.noreply.github.com> Date: Tue, 4 Aug 2020 18:11:19 +0900 Subject: [PATCH 674/691] Rename package vds to vscds (#1583) --- packages.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index e20c34a..6778f3c 100644 --- a/packages.json +++ b/packages.json @@ -18589,14 +18589,18 @@ }, { "name": "vds", - "url": "https://github.com/doongjohn/VDS", + "alias": "vscds" + }, + { + "name": "vscds", + "url": "https://github.com/doongjohn/vscds", "method": "git", "tags": [ "vscode" ], - "description": " Easily swap between multiple data folders.", + "description": " Easily swap between multiple data folders.", "license": "MIT", - "web": "https://github.com/doongjohn/VDS" + "web": "https://github.com/doongjohn/vscds" }, { "name": "kdb", From 3540c37a9b74d873d0956c65aacc6528127e9d63 Mon Sep 17 00:00:00 2001 From: Amru Rosyada Date: Wed, 5 Aug 2020 14:28:31 +0700 Subject: [PATCH 675/691] add nim watchdog package (#1584) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6778f3c..8c43fe1 100644 --- a/packages.json +++ b/packages.json @@ -18943,5 +18943,18 @@ "description": "Selectors extension.", "license": "Apache-2.0", "web": "https://github.com/xflywind/ioselectors" + }, + { + "name": "nwatchdog", + "url": "https://github.com/zendbit/nim.nwatchdog", + "method": "git", + "tags": [ + "watchdog", + "files", + "io" + ], + "description": "Simple watchdog (watch file changes modified, deleted, created) in nim lang.", + "license": "BSD", + "web": "https://github.com/zendbit/nim.nwatchdog" } ] From 520b83c23c6ef39e3e942764a5d18083950cc869 Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Fri, 7 Aug 2020 21:26:06 +0800 Subject: [PATCH 676/691] Added package logue (#1585) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8c43fe1..19ce70f 100644 --- a/packages.json +++ b/packages.json @@ -18956,5 +18956,18 @@ "description": "Simple watchdog (watch file changes modified, deleted, created) in nim lang.", "license": "BSD", "web": "https://github.com/zendbit/nim.nwatchdog" + }, + { + "name": "logue", + "url": "https://github.com/planety/logue", + "method": "git", + "tags": [ + "cli", + "prologue", + "web" + ], + "description": "Command line tools for Prologue.", + "license": "Apache-2.0", + "web": "https://github.com/planety/logue" } ] From b75297620e19ed668da5506e2d47b40ea95d8375 Mon Sep 17 00:00:00 2001 From: YesDrX <68913671+YesDrX@users.noreply.github.com> Date: Fri, 7 Aug 2020 16:47:43 -0400 Subject: [PATCH 677/691] Update packages.json (#1587) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 19ce70f..8e4f0fa 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,19 @@ [ + { + "name": "randgen", + "url": "https://github.com/YesDrX/randgen", + "method": "git", + "tags": [ + "random", + "nim", + "pdf", + "cdf" + ], + "description": "A random variable generating library for nim.", + "license": "MIT", + "web": "https://yesdrx.github.io/randgen/", + "doc": "https://yesdrx.github.io/randgen/" + }, { "name": "numnim", "url": "https://github.com/YesDrX/numnim", From 86968ed7d5a26d55e1f7017d63290d62cef9ad3f Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Mon, 10 Aug 2020 13:27:57 +0800 Subject: [PATCH 678/691] Added package httpx (#1589) --- packages.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 8e4f0fa..7da3653 100644 --- a/packages.json +++ b/packages.json @@ -5,9 +5,9 @@ "method": "git", "tags": [ "random", - "nim", - "pdf", - "cdf" + "nim", + "pdf", + "cdf" ], "description": "A random variable generating library for nim.", "license": "MIT", @@ -18984,5 +18984,18 @@ "description": "Command line tools for Prologue.", "license": "Apache-2.0", "web": "https://github.com/planety/logue" + }, + { + "name": "httpx", + "url": "https://github.com/xflywind/httpx", + "method": "git", + "tags": [ + "web", + "server", + "prologue" + ], + "description": "A super-fast epoll-backed and parallel HTTP server.", + "license": "MIT", + "web": "https://github.com/xflywind/httpx" } ] From e07251cc3edb7ce6380f7f4b214b1040d0ddbaa1 Mon Sep 17 00:00:00 2001 From: Elijah Shaw-Rutschman Date: Mon, 10 Aug 2020 00:28:24 -0500 Subject: [PATCH 679/691] Update tags, description, and doc link for lockfreequeues (#1588) --- packages.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index 7da3653..e746421 100644 --- a/packages.json +++ b/packages.json @@ -18651,15 +18651,23 @@ "url": "https://github.com/elijahr/lockfreequeues", "method": "git", "tags": [ + "spsc", + "mpsc", + "mpmc", "queue", + "lockfree", + "lock-free", + "waitfree", + "wait-free", + "circularbuffer", "circular-buffer", "ring-buffer", - "spsc", - "lock-free" + "ringbuffer" ], - "description": "Single-producer, single-consumer, lock-free queue implementations for Nim.", + "description": "Lock-free queue implementations for Nim.", "license": "MIT", - "web": "https://github.com/elijahr/lockfreequeues" + "web": "https://github.com/elijahr/lockfreequeues", + "doc": "https://elijahr.github.io/lockfreequeues/" }, { "name": "shene", From c14ea4d82d35ee097cf3a759925a06e35a9d857c Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 11 Aug 2020 20:47:14 +0200 Subject: [PATCH 680/691] Add jupyternim to nimble (#1592) --- packages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages.json b/packages.json index e746421..7ddc4e3 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,14 @@ [ + { + "name": "jupyternim", + "url": "https://github.com/stisa/jupyternim", + "method": "git", + "tags": ["jupyter", "nteract", "ipython", "jupyter-kernel"], + "description": "A Jupyter kernel for nim.", + "license": "MIT", + "web": "https://github.com/stisa/jupyternim/blob/master/README.md", + "doc": "https://github.com/stisa/jupyternim" + }, { "name": "randgen", "url": "https://github.com/YesDrX/randgen", From 3b6d944b5bdf1867d2a685e18969ff1bd89afa65 Mon Sep 17 00:00:00 2001 From: genotrance Date: Tue, 11 Aug 2020 13:47:31 -0500 Subject: [PATCH 681/691] Added package meow (#1591) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 7ddc4e3..4477e62 100644 --- a/packages.json +++ b/packages.json @@ -19015,5 +19015,17 @@ "description": "A super-fast epoll-backed and parallel HTTP server.", "license": "MIT", "web": "https://github.com/xflywind/httpx" + }, + { + "name": "meow", + "url": "https://github.com/disruptek/meow", + "method": "git", + "tags": [ + "meow", + "hash" + ], + "description": "meowhash wrapper for Nim", + "license": "MIT", + "web": "https://github.com/disruptek/meow" } ] From ee983e58e9d9ab278c43b22310b9fd52cabe674f Mon Sep 17 00:00:00 2001 From: Zach Oakes Date: Wed, 12 Aug 2020 04:14:13 -0400 Subject: [PATCH 682/691] Add audio libraries (#1593) --- packages.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/packages.json b/packages.json index 4477e62..635d183 100644 --- a/packages.json +++ b/packages.json @@ -19027,5 +19027,38 @@ "description": "meowhash wrapper for Nim", "license": "MIT", "web": "https://github.com/disruptek/meow" + }, + { + "name": "parasound", + "url": "https://github.com/paranim/parasound", + "method": "git", + "tags": [ + "audio", + "sound" + ], + "description": "A library for playing audio files", + "license": "Public Domain" + }, + { + "name": "paramidi", + "url": "https://github.com/paranim/paramidi", + "method": "git", + "tags": [ + "midi", + "synthesizer" + ], + "description": "A library for making MIDI music", + "license": "Public Domain" + }, + { + "name": "paramidi_soundfonts", + "url": "https://github.com/paranim/paramidi_soundfonts", + "method": "git", + "tags": [ + "midi", + "soundfonts" + ], + "description": "Soundfonts for paramidi", + "license": "Public Domain" } ] From 05f643f2f09d91e451da142bfbf8c3dbb3af9958 Mon Sep 17 00:00:00 2001 From: guzba Date: Thu, 13 Aug 2020 00:09:27 -0500 Subject: [PATCH 683/691] Add package noisy (#1594) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 635d183..c308341 100644 --- a/packages.json +++ b/packages.json @@ -19028,6 +19028,19 @@ "license": "MIT", "web": "https://github.com/disruptek/meow" }, + { + "name": "noisy", + "url": "https://github.com/guzba/noisy", + "method": "git", + "tags": [ + "perlin", + "simplex", + "noise" + ], + "description": "Simple noise generation.", + "license": "MIT", + "web": "https://github.com/guzba/noisy" + }, { "name": "parasound", "url": "https://github.com/paranim/parasound", From a5cb3e02ec8b0e929f1193f7f5381c188c294cb0 Mon Sep 17 00:00:00 2001 From: ire4ever1190 Date: Mon, 17 Aug 2020 17:19:09 +1000 Subject: [PATCH 684/691] Added package opentrivadb (#1595) --- packages.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index c308341..d5ed416 100644 --- a/packages.json +++ b/packages.json @@ -3,11 +3,16 @@ "name": "jupyternim", "url": "https://github.com/stisa/jupyternim", "method": "git", - "tags": ["jupyter", "nteract", "ipython", "jupyter-kernel"], + "tags": [ + "jupyter", + "nteract", + "ipython", + "jupyter-kernel" + ], "description": "A Jupyter kernel for nim.", "license": "MIT", "web": "https://github.com/stisa/jupyternim/blob/master/README.md", - "doc": "https://github.com/stisa/jupyternim" + "doc": "https://github.com/stisa/jupyternim" }, { "name": "randgen", @@ -19073,5 +19078,19 @@ ], "description": "Soundfonts for paramidi", "license": "Public Domain" + }, + { + "name": "opentrivadb", + "url": "https://github.com/ire4ever1190/nim-opentmdb", + "method": "git", + "tags": [ + "wrapper", + "library", + "quiz", + "api" + ], + "description": "Wrapper around the open trivia db api", + "license": "MIT", + "web": "https://github.com/ire4ever1190/nim-opentmdb" } ] From c584efd78bc5dfc9f133392cce7aea285710f43e Mon Sep 17 00:00:00 2001 From: andri lim Date: Mon, 17 Aug 2020 14:40:55 +0700 Subject: [PATCH 685/691] Add toml-serialization and protobuf-serialization (#1597) --- packages.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/packages.json b/packages.json index d5ed416..37c3d01 100644 --- a/packages.json +++ b/packages.json @@ -19079,6 +19079,35 @@ "description": "Soundfonts for paramidi", "license": "Public Domain" }, + { + "name": "toml_serialization", + "url": "https://github.com/status-im/nim-toml-serialization", + "method": "git", + "tags": [ + "library", + "toml", + "serialization", + "parser" + ], + "description": "Flexible TOML serialization [not] relying on run-time type information", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-toml-serialization" + }, + { + "name": "protobuf_serialization", + "url": "https://github.com/status-im/nim-protobuf-serialization", + "method": "git", + "tags": [ + "library", + "protobuf", + "serialization", + "proto2", + "proto3" + ], + "description": "Protobuf implementation compatible with the nim-serialization framework.", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-protobuf-serialization" + }, { "name": "opentrivadb", "url": "https://github.com/ire4ever1190/nim-opentmdb", From 21e9c7eead21f777cde4541e7ff73fbd92b65cc4 Mon Sep 17 00:00:00 2001 From: Sergii Garkusha Date: Mon, 17 Aug 2020 00:41:07 -0700 Subject: [PATCH 686/691] Added package battery_widget (#1598) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 37c3d01..c3915c9 100644 --- a/packages.json +++ b/packages.json @@ -19046,6 +19046,18 @@ "license": "MIT", "web": "https://github.com/guzba/noisy" }, + { + "name": "battery_widget", + "url": "https://github.com/Cu7ious/nim-battery-widget", + "method": "git", + "tags": [ + "rompt-widget", + "battery-widget" + ], + "description": "Battery widget for command prompt. Written in Nim", + "license": "GPL-3.0", + "web": "https://github.com/Cu7ious/nim-battery-widget" + }, { "name": "parasound", "url": "https://github.com/paranim/parasound", From 21bc67a889f01a03b430ec00c66c2b37a938ec0b Mon Sep 17 00:00:00 2001 From: ire4ever1190 <37161@stpats.vic.edu.au> Date: Wed, 19 Aug 2020 03:54:29 +1000 Subject: [PATCH 687/691] Update packages.json (#1599) --- packages.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index c3915c9..e83c041 100644 --- a/packages.json +++ b/packages.json @@ -19122,6 +19122,10 @@ }, { "name": "opentrivadb", + "alias": "opentdb" + }, + { + "name": "opentdb", "url": "https://github.com/ire4ever1190/nim-opentmdb", "method": "git", "tags": [ @@ -19132,6 +19136,7 @@ ], "description": "Wrapper around the open trivia db api", "license": "MIT", - "web": "https://github.com/ire4ever1190/nim-opentmdb" + "web": "https://github.com/ire4ever1190/nim-opentmdb", + "doc": "https://ire4ever1190.github.io/nim-opentmdb/opentdb.html" } ] From 9c585d22ffbfa19a70a889bc4c8e97b6b0f72627 Mon Sep 17 00:00:00 2001 From: Brandon Armstrong <45339160+KittyTechnoProgrammer@users.noreply.github.com> Date: Thu, 20 Aug 2020 04:10:35 -0500 Subject: [PATCH 688/691] Added torim package (#1600) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e83c041..cb5be5e 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ [ + { + "name": "torim", + "url": "https://github.com/KittyTechnoProgrammer/torim", + "method": "git", + "tags": [ + "tor", + "hiddenservice" + ], + "description": "Updated version of tor.nim from Updated version of tor.nim from https://github.com/FedericoCeratto/nim-tor", + "license": "GPL-3.0", + "web": "https://github.com/KittyTechnoProgrammer/torim", + "doc": "https://github.com/KittyTechnoProgrammer/torim" + }, { "name": "jupyternim", "url": "https://github.com/stisa/jupyternim", From f4eb5a4fa4d9168fcd7b35e15df6b889a93e58a0 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 21 Aug 2020 23:28:20 +0100 Subject: [PATCH 689/691] Update strfmt url to github mirror. Fixes #1601. --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index cb5be5e..9563031 100644 --- a/packages.json +++ b/packages.json @@ -1727,14 +1727,14 @@ }, { "name": "strfmt", - "url": "https://bitbucket.org/lyro/strfmt", - "method": "hg", + "url": "https://github.com/bio-nim/nim-strfmt", + "method": "git", "tags": [ "library" ], "description": "A string formatting library inspired by Python's `format`.", "license": "MIT", - "web": "https://lyro.bitbucket.org/strfmt" + "web": "https://github.com/bio-nim/nim-strfmt" }, { "name": "jade-nim", From fff46a73748791bd09eb744bfb5b951cff5b0adb Mon Sep 17 00:00:00 2001 From: alaviss Date: Sat, 22 Aug 2020 15:43:59 -0500 Subject: [PATCH 690/691] Added package dnsstamps (#1613) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9563031..31f7e33 100644 --- a/packages.json +++ b/packages.json @@ -19151,5 +19151,19 @@ "license": "MIT", "web": "https://github.com/ire4ever1190/nim-opentmdb", "doc": "https://ire4ever1190.github.io/nim-opentmdb/opentdb.html" + }, + { + "name": "dnsstamps", + "url": "https://github.com/alaviss/dnsstamps", + "method": "git", + "tags": [ + "dns", + "dnscrypt", + "dns-over-https", + "dns-over-tls" + ], + "description": "An implementation of DNS server stamps in Nim", + "license": "MPL-2.0", + "web": "https://github.com/alaviss/dnsstamps" } ] From ca63c5985e04d49144e3b5c806fcc546f98ccefb Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 23 Aug 2020 14:29:14 +0100 Subject: [PATCH 691/691] Remove nimsuggest as its now bundled with Nim. Fixes https://github.com/nim-lang/nimble/issues/836 --- packages.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/packages.json b/packages.json index 31f7e33..8d1d708 100644 --- a/packages.json +++ b/packages.json @@ -2542,21 +2542,6 @@ "license": "MIT", "web": "https://github.com/def-/nim-brainfuck" }, - { - "name": "nimsuggest", - "url": "https://github.com/nim-lang/nimsuggest.git", - "method": "git", - "tags": [ - "binary", - "app", - "suggest", - "compiler", - "autocomplete" - ], - "description": "Tool for providing auto completion data for Nim source code.", - "license": "MIT", - "web": "https://github.com/nim-lang/nimsuggest" - }, { "name": "jwt", "url": "https://github.com/yglukhov/nim-jwt.git",