From d6d8b77eb4f3f847cda1111241d30b919967da0b Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Sun, 9 Feb 2020 10:44:56 -0700 Subject: [PATCH 001/204] Added package mort --- 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 1b2a33fd739f9bcd204ad3cd01e0489ce0aa2ab8 Mon Sep 17 00:00:00 2001 From: Joey Date: Sun, 9 Feb 2020 13:44:20 -0700 Subject: [PATCH 002/204] 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 003/204] 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 004/204] 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 005/204] 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 006/204] 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 007/204] 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 008/204] 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 009/204] 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 010/204] 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 011/204] 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 012/204] 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 013/204] 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 014/204] 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 015/204] 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 016/204] 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 017/204] 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 018/204] 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 019/204] 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 020/204] 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 021/204] 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 022/204] 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 023/204] 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 024/204] 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 025/204] 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 026/204] 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 027/204] 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 028/204] 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 029/204] 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 030/204] 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 031/204] 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 032/204] 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 033/204] 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 034/204] 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 035/204] 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 036/204] 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 037/204] 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 038/204] 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 039/204] 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 040/204] 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 041/204] 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 042/204] 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 043/204] 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 044/204] 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 045/204] 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 046/204] 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 047/204] 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 048/204] 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 049/204] 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 050/204] 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 051/204] 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 052/204] 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 053/204] 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 054/204] 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 055/204] 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 056/204] 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 057/204] 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 058/204] 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 059/204] 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 060/204] 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 061/204] 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 062/204] 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 063/204] 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 064/204] 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 065/204] 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 066/204] 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 067/204] 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 068/204] 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 069/204] 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 070/204] 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 071/204] 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 072/204] 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 073/204] 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 074/204] 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 075/204] 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 076/204] 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 077/204] 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 078/204] 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 079/204] 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 080/204] 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 081/204] 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 082/204] 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 083/204] 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 084/204] 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 085/204] 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 086/204] 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 087/204] 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 088/204] 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 089/204] 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 090/204] 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 091/204] 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 092/204] 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 093/204] 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 094/204] 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 095/204] 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 096/204] 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 097/204] 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 098/204] 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 099/204] 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 100/204] 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 101/204] 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 102/204] 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 103/204] 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 104/204] 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 105/204] 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 106/204] 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 107/204] 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 108/204] 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 109/204] 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 110/204] 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 111/204] 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 112/204] 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 113/204] 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 114/204] 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 115/204] 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 116/204] 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 117/204] 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 118/204] 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 119/204] 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 120/204] 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 121/204] 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 122/204] 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 123/204] 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 124/204] 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 125/204] 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 126/204] 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 127/204] 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 128/204] 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 129/204] 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 130/204] 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 131/204] 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 132/204] 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 133/204] 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 134/204] 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 135/204] 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 136/204] 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 137/204] 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 138/204] 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 139/204] 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 140/204] 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 141/204] 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 142/204] 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 143/204] 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 144/204] 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 145/204] 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 146/204] 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 147/204] 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 148/204] 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 149/204] 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 150/204] 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 151/204] 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 152/204] 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 153/204] 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 154/204] 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 155/204] 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 156/204] 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 157/204] 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 158/204] 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 159/204] 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 160/204] 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 161/204] 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 162/204] 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 163/204] 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 164/204] 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 165/204] 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 166/204] 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 167/204] 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 168/204] 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 169/204] 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 170/204] 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 171/204] 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 172/204] 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 173/204] 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 174/204] 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 175/204] 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 176/204] 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 177/204] 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 178/204] 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 179/204] 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 180/204] 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 181/204] 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 182/204] 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 183/204] 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 184/204] 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 185/204] 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 186/204] 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 187/204] 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 188/204] 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 189/204] 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 190/204] 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 191/204] 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 192/204] 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 193/204] 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 194/204] 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 195/204] 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 196/204] 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 197/204] 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 198/204] 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 199/204] 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 200/204] 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 201/204] 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 202/204] 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 203/204] 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 204/204] 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",