From 33ac48f772a78d4793c8a180547102c498bec3f1 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Wed, 6 May 2020 20:09:42 -0600 Subject: [PATCH 001/115] Added package glew --- 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 1629d7a572d3af3f2c89fdc2ef01b0a1b1acf43b Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 6 May 2020 23:28:42 -0600 Subject: [PATCH 002/115] 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 003/115] 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 004/115] 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 005/115] 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 006/115] 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 007/115] 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 008/115] 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 009/115] 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 010/115] 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 011/115] 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 012/115] 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 013/115] 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 014/115] 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 015/115] 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 016/115] 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 017/115] 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 018/115] 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 019/115] 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 020/115] 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 021/115] 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 022/115] 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 023/115] 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 024/115] 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 025/115] 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 026/115] 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 027/115] 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 028/115] 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 029/115] 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 030/115] 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 031/115] 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 032/115] 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 033/115] 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 034/115] 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 035/115] 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 036/115] 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 037/115] 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 038/115] 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 039/115] 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 040/115] 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 041/115] 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 042/115] 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 043/115] 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 044/115] 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 045/115] 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 046/115] 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 047/115] 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 048/115] 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 049/115] 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 050/115] 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 051/115] 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 052/115] 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 053/115] 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 054/115] 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 055/115] 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 056/115] 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 057/115] 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 058/115] 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 059/115] 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 060/115] 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 061/115] 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 062/115] 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 063/115] 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 064/115] 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 065/115] 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 066/115] 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 067/115] 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 068/115] 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 069/115] 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 070/115] 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 071/115] 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 072/115] 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 073/115] 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 074/115] 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 075/115] 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 076/115] 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 077/115] 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 078/115] 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 079/115] 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 080/115] 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 081/115] 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 082/115] 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 083/115] 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 084/115] 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 085/115] 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 086/115] 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 087/115] 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 088/115] 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 089/115] 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 090/115] 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 091/115] 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 092/115] 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 093/115] 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 094/115] 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 095/115] 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 096/115] 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 097/115] 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 098/115] 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 099/115] 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 100/115] 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 101/115] 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 102/115] 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 103/115] 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 104/115] 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 105/115] 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 106/115] 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 107/115] 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 108/115] 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 109/115] 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 110/115] 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 111/115] 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 112/115] 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 113/115] 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 114/115] 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 115/115] 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",