From 7e3a19f152a27eec71efe7d77d6d8f202e109f56 Mon Sep 17 00:00:00 2001 From: An Long Date: Mon, 31 Aug 2020 22:50:24 +0800 Subject: [PATCH 001/143] Added package simpleflake (#1629) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 922f89d..fec2bce 100644 --- a/packages.json +++ b/packages.json @@ -19412,5 +19412,19 @@ "description": "Various Layonara related functions for NWN Development", "license": "MIT", "web": "https://github.com/plenarius/layonara_nwn" + }, + { + "name": "simpleflake", + "url": "https://github.com/aisk/simpleflake.nim", + "method": "git", + "tags": [ + "simpleflake", + "id", + "id-generator", + "library" + ], + "description": "Simpleflake for nim", + "license": "MIT", + "web": "https://github.com/aisk/simpleflake.nim" } ] From 510afa4f6308e4def0e3293f75941daa1f208da8 Mon Sep 17 00:00:00 2001 From: haxscramper Date: Mon, 31 Aug 2020 16:07:45 +0000 Subject: [PATCH 002/143] Added package hnimast (#1630) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index fec2bce..cee6439 100644 --- a/packages.json +++ b/packages.json @@ -19426,5 +19426,17 @@ "description": "Simpleflake for nim", "license": "MIT", "web": "https://github.com/aisk/simpleflake.nim" + }, + { + "name": "hnimast", + "url": "https://github.com/haxscramper/hnimast", + "method": "git", + "tags": [ + "ast", + "macro" + ], + "description": "User-friendly wrapper for nim ast", + "license": "Apache-2.0", + "web": "https://github.com/haxscramper/hnimast" } ] From e2b76d9e60508dba18c9fa5887f8a9725a0d626d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Granstr=C3=B6m?= <5092565+HugoGranstrom@users.noreply.github.com> Date: Wed, 2 Sep 2020 12:36:13 +0200 Subject: [PATCH 003/143] add symbolicnim (#1631) --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index cee6439..e5caeeb 100644 --- a/packages.json +++ b/packages.json @@ -19438,5 +19438,19 @@ "description": "User-friendly wrapper for nim ast", "license": "Apache-2.0", "web": "https://github.com/haxscramper/hnimast" - } + }, + { + "name": "symbolicnim", + "url": "https://github.com/HugoGranstrom/symbolicnim", + "method": "git", + "tags": [ + "symbolic", + "math", + "derivative", + "algebra" + ], + "description": "A symbolic library written purely in Nim with the ability to compile expressions into efficient functions.", + "license": "MIT", + "web": "https://github.com/HugoGranstrom/symbolicnim" + } ] From cc70548e9f87f562a375d9aea383d25909779fb2 Mon Sep 17 00:00:00 2001 From: Reilly Moore <54759062+Knaque@users.noreply.github.com> Date: Thu, 3 Sep 2020 02:22:34 -0500 Subject: [PATCH 004/143] Add package spinner (#1632) --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index e5caeeb..82e92ab 100644 --- a/packages.json +++ b/packages.json @@ -19452,5 +19452,20 @@ "description": "A symbolic library written purely in Nim with the ability to compile expressions into efficient functions.", "license": "MIT", "web": "https://github.com/HugoGranstrom/symbolicnim" - } + }, + { + "name": "spinner", + "url": "https://github.com/Knaque/spinner", + "method": "git", + "tags": [ + "ui", + "gui", + "toolkit", + "companion", + "fidget" + ], + "description": "Prebuilt components for the Fidget GUI library.", + "license": "MIT", + "web": "https://github.com/Knaque/spinner" + } ] From f245884a97ae02468d549e50d49c4e6c8365a42a Mon Sep 17 00:00:00 2001 From: YesDrX <68913671+YesDrX@users.noreply.github.com> Date: Thu, 3 Sep 2020 03:27:21 -0400 Subject: [PATCH 005/143] Add a simple bitarray library (#1590) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 82e92ab..1f51915 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ -[ +[ + { + "name": "nimbitarray", + "url": "https://github.com/YesDrX/bitarray", + "method": "git", + "tags": [ + "bitarray", + "nim" + ], + "description": "A simple bitarray library for nim.", + "license": "MIT", + "web": "https://yesdrx.github.io/bitarray/", + "doc": "https://yesdrx.github.io/bitarray/" + }, { "name": "torim", "url": "https://github.com/KittyTechnoProgrammer/torim", From 79cb3c4a4c0e57d7cd9e4eb7ee50342c264e79a9 Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Fri, 4 Sep 2020 19:33:22 +0800 Subject: [PATCH 006/143] Added package xio (#1633) --- packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 1f51915..c105f6b 100644 --- a/packages.json +++ b/packages.json @@ -1,11 +1,11 @@ -[ +[ { "name": "nimbitarray", "url": "https://github.com/YesDrX/bitarray", "method": "git", "tags": [ "bitarray", - "nim" + "nim" ], "description": "A simple bitarray library for nim.", "license": "MIT", @@ -19480,5 +19480,18 @@ "description": "Prebuilt components for the Fidget GUI library.", "license": "MIT", "web": "https://github.com/Knaque/spinner" + }, + { + "name": "xio", + "url": "https://github.com/xflywind/async", + "method": "git", + "tags": [ + "net", + "os", + "prologue" + ], + "description": "Cross platform system API for os and net.", + "license": "Apache-2.0", + "web": "https://github.com/xflywind/async" } ] From b8f68fb57ee5acff8cbc7cc67b262998b3a5431a Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Fri, 4 Sep 2020 19:46:17 +0800 Subject: [PATCH 007/143] Added package fsnotify (#1634) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c105f6b..113d07c 100644 --- a/packages.json +++ b/packages.json @@ -19481,6 +19481,19 @@ "license": "MIT", "web": "https://github.com/Knaque/spinner" }, + { + "name": "fsnotify", + "url": "https://github.com/xflywind/fsnotify", + "method": "git", + "tags": [ + "os", + "watcher", + "prologue" + ], + "description": "A file system monitor in Nim.", + "license": "Apache-2.0", + "web": "https://github.com/xflywind/fsnotify" + }, { "name": "xio", "url": "https://github.com/xflywind/async", From e4f0f7b41409d53f6e27cb909f2171d842b57964 Mon Sep 17 00:00:00 2001 From: PMunch Date: Thu, 10 Sep 2020 12:47:49 +0000 Subject: [PATCH 008/143] Add package nancy (#1635) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 113d07c..fda1b0c 100644 --- a/packages.json +++ b/packages.json @@ -1502,6 +1502,20 @@ "license": "MIT", "web": "https://github.com/PMunch/xevloop" }, + { + "name": "nancy", + "url": "https://github.com/PMunch/nancy", + "method": "git", + "tags": [ + "ansi", + "library", + "terminal", + "table" + ], + "description": "Nancy - Nim fancy ANSI tables", + "license": "MIT", + "web": "https://github.com/PMunch/nancy" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", From 67c7cd9deb6b6769e79b48c87c3aebe76a21e79a Mon Sep 17 00:00:00 2001 From: Euan Date: Fri, 11 Sep 2020 10:28:47 +0100 Subject: [PATCH 009/143] Add package once (#1636) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index fda1b0c..d368d6e 100644 --- a/packages.json +++ b/packages.json @@ -19520,5 +19520,17 @@ "description": "Cross platform system API for os and net.", "license": "Apache-2.0", "web": "https://github.com/xflywind/async" + }, + { + "name": "once", + "url": "https://git.sr.ht/~euantorano/once.nim", + "method": "git", + "tags": [ + "once", + "threading" + ], + "description": "Once provides a type that will enforce that a callback is invoked only once.", + "license": "BSD3", + "web": "https://git.sr.ht/~euantorano/once.nim" } ] From 7eb6f062d6c16da64191022e182ae93c2d0f7d96 Mon Sep 17 00:00:00 2001 From: Momiyama <43488453+momeemt@users.noreply.github.com> Date: Sat, 12 Sep 2020 15:50:37 +0900 Subject: [PATCH 010/143] Added package Blackvas (#1637) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index d368d6e..c933940 100644 --- a/packages.json +++ b/packages.json @@ -19532,5 +19532,21 @@ "description": "Once provides a type that will enforce that a callback is invoked only once.", "license": "BSD3", "web": "https://git.sr.ht/~euantorano/once.nim" + }, + { + "name": "Blackvas", + "url": "https://github.com/momeemt/Blackvas", + "method": "git", + "tags": [ + "canvas", + "html", + "html5", + "javascript", + "web", + "framework" + ], + "description": "declarative UI framework for building Canvas", + "license": "MIT", + "web": "https://github.com/momeemt/Blackvas" } ] From 290043db24744465a4d3a52f7d950944c592865d Mon Sep 17 00:00:00 2001 From: Miran Date: Sat, 12 Sep 2020 09:24:15 +0200 Subject: [PATCH 011/143] fix 'criterion' url (#1639) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index c933940..716844a 100644 --- a/packages.json +++ b/packages.json @@ -11426,14 +11426,14 @@ }, { "name": "criterion", - "url": "https://github.com/disruptek/criterion.nim", + "url": "https://github.com/disruptek/criterion", "method": "git", "tags": [ "benchmark" ], "description": "Statistic-driven microbenchmark framework", "license": "MIT", - "web": "https://github.com/disruptek/criterion.nim" + "web": "https://github.com/disruptek/criterion" }, { "name": "nanoid", From f7b0f3261ee9a0eb7203600d61c930d5a69725a1 Mon Sep 17 00:00:00 2001 From: Momiyama <43488453+momeemt@users.noreply.github.com> Date: Sat, 12 Sep 2020 16:24:28 +0900 Subject: [PATCH 012/143] Added package blackvas_cli (#1638) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 716844a..daa4ec3 100644 --- a/packages.json +++ b/packages.json @@ -19533,6 +19533,19 @@ "license": "BSD3", "web": "https://git.sr.ht/~euantorano/once.nim" }, + { + "name": "blackvas_cli", + "url": "https://github.com/momeemt/BlackvasCli", + "method": "git", + "tags": [ + "blackvas", + "web", + "cli" + ], + "description": "The Blackvas CLI", + "license": "MIT", + "web": "https://github.com/momeemt/BlackvasCli" + }, { "name": "Blackvas", "url": "https://github.com/momeemt/Blackvas", From 5a225cb80ec55977e4da59de8a460d075e94468f Mon Sep 17 00:00:00 2001 From: John Novak Date: Tue, 15 Sep 2020 19:10:06 +1000 Subject: [PATCH 013/143] Added package binstreams (#1640) Co-authored-by: John Novak --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index daa4ec3..8534007 100644 --- a/packages.json +++ b/packages.json @@ -19561,5 +19561,19 @@ "description": "declarative UI framework for building Canvas", "license": "MIT", "web": "https://github.com/momeemt/Blackvas" + }, + { + "name": "binstreams", + "url": "https://github.com/johnnovak/nim-binstreams", + "method": "git", + "tags": [ + "streams", + "library", + "endianness", + "io" + ], + "description": "Endianness aware stream I/O for Nim", + "license": "WTFPL", + "web": "https://github.com/johnnovak/nim-binstreams" } ] From 25021348f97cfad0fc9c2f42e11ac57c6c3aebab Mon Sep 17 00:00:00 2001 From: Himujjal Upadhyaya Date: Fri, 18 Sep 2020 10:44:47 +0530 Subject: [PATCH 014/143] Added package asciitext (#1641) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 8534007..c54c065 100644 --- a/packages.json +++ b/packages.json @@ -19575,5 +19575,21 @@ "description": "Endianness aware stream I/O for Nim", "license": "WTFPL", "web": "https://github.com/johnnovak/nim-binstreams" + }, + { + "name": "asciitext", + "url": "https://github.com/Himujjal/asciitextNim", + "method": "git", + "tags": [ + "ascii", + "web", + "c", + "library", + "nim", + "cli" + ], + "description": "Ascii Text allows you to print large ASCII fonts for the console and for the web", + "license": "MIT", + "web": "https://github.com/Himujjal/asciitextNim" } ] From 6af22229fa28e6f46747429375f7bf2e841081bb Mon Sep 17 00:00:00 2001 From: minefuto <46558834+minefuto@users.noreply.github.com> Date: Sun, 20 Sep 2020 02:55:07 +0900 Subject: [PATCH 015/143] Added package qwertycd (#1642) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c54c065..3e81f3a 100644 --- a/packages.json +++ b/packages.json @@ -19591,5 +19591,18 @@ "description": "Ascii Text allows you to print large ASCII fonts for the console and for the web", "license": "MIT", "web": "https://github.com/Himujjal/asciitextNim" + }, + { + "name": "qwertycd", + "url": "https://github.com/minefuto/qwertycd", + "method": "git", + "tags": [ + "terminal", + "console", + "command-line" + ], + "description": "Terminal UI based cd command", + "license": "MIT", + "web": "https://github.com/minefuto/qwertycd" } ] From 7f8e6457849c1a4ca3a3448111d7e10d0574c7ed Mon Sep 17 00:00:00 2001 From: Felipe Torresini <2336812+felipetesc@users.noreply.github.com> Date: Wed, 23 Sep 2020 13:53:26 -0300 Subject: [PATCH 016/143] added nimchromepath to package.json (#1643) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3e81f3a..545cea7 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "nimchromepath", + "url": "https://github.com/felipetesc/NimChromePath", + "method": "git", + "tags": [ + "chrome", + "path", + "nim" + ], + "description": "Thin lib to find if chrome exists on Windows, Mac, or Linux.", + "license": "MIT", + "web": "https://github.com/felipetesc/NimChromePath", + "doc": "https://github.com/felipetesc/NimChromePath" + }, { "name": "nimbitarray", "url": "https://github.com/YesDrX/bitarray", From dfe9f27606150ab298283ad90ebc2c011a6a256e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20D=C3=B6ring?= Date: Fri, 25 Sep 2020 07:59:15 +0200 Subject: [PATCH 017/143] remove fancylg (#1645) I removed nimble support for my package. No point to still list it here. --- packages.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packages.json b/packages.json index 545cea7..324426e 100644 --- a/packages.json +++ b/packages.json @@ -13148,19 +13148,6 @@ "license": "MIT", "web": "https://github.com/blmvxer/nim-nmap" }, - { - "name": "fancygl", - "url": "https://github.com/krux02/opengl-sandbox", - "method": "git", - "tags": [ - "opengl", - "rendering", - "dsl" - ], - "description": "nice way of handling render code", - "license": "MIT", - "web": "https://github.com/krux02/opengl-sandbox" - }, { "name": "libravatar", "url": "https://github.com/juancarlospaco/nim-libravatar", From d0967b53bae43095a85c0c83941182bd61f52f19 Mon Sep 17 00:00:00 2001 From: Oliver Sandli <56598098+oliversandli@users.noreply.github.com> Date: Sun, 27 Sep 2020 14:26:11 -0500 Subject: [PATCH 018/143] Added package clapfn (#1646) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 324426e..5bdd660 100644 --- a/packages.json +++ b/packages.json @@ -19605,5 +19605,18 @@ "description": "Terminal UI based cd command", "license": "MIT", "web": "https://github.com/minefuto/qwertycd" + }, + { + "name": "clapfn", + "url": "https://github.com/oliversandli/clapfn", + "method": "git", + "tags": [ + "cli", + "library", + "parser" + ], + "description": "A fast and simple command line argument parser inspired by Python's argparse.", + "license": "MIT", + "web": "https://github.com/oliversandli/clapfn" } ] From e78c3f1ae4eaad6ebb5cdcade501bacf537c8027 Mon Sep 17 00:00:00 2001 From: Tony Solomonik Date: Sun, 27 Sep 2020 23:28:31 +0300 Subject: [PATCH 019/143] Added package vector (#1647) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5bdd660..4c20e6c 100644 --- a/packages.json +++ b/packages.json @@ -19606,6 +19606,19 @@ "license": "MIT", "web": "https://github.com/minefuto/qwertycd" }, + { + "name": "vector", + "url": "https://github.com/tontinton/vector", + "method": "git", + "tags": [ + "vector", + "memory", + "library" + ], + "description": "Simple reallocating vector", + "license": "MIT", + "web": "https://github.com/tontinton/vector" + }, { "name": "clapfn", "url": "https://github.com/oliversandli/clapfn", From c96ae3e7f68c7644661b001e3d728892a0bc8daf Mon Sep 17 00:00:00 2001 From: Vladimir Berezenko Date: Wed, 30 Sep 2020 08:03:53 +0300 Subject: [PATCH 020/143] Added packets (#1648) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4c20e6c..c435e83 100644 --- a/packages.json +++ b/packages.json @@ -19631,5 +19631,18 @@ "description": "A fast and simple command line argument parser inspired by Python's argparse.", "license": "MIT", "web": "https://github.com/oliversandli/clapfn" + }, + { + "name": "packets", + "url": "https://github.com/Q-Master/packets.nim", + "method": "git", + "tags": [ + "serializtion", + "deserialization", + "marshal" + ], + "description": "Declarative packets system for serializing/deserializing and marshalling", + "license": "MIT", + "web": "https://github.com/Q-Master/packets.nim" } ] From 6042166da0675da501fdf98d22b40491d175ec94 Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Thu, 1 Oct 2020 02:07:22 +0800 Subject: [PATCH 021/143] add docs for prologue (#1649) --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index c435e83..f94036e 100644 --- a/packages.json +++ b/packages.json @@ -16657,7 +16657,8 @@ ], "description": "Another micro web framework.", "license": "MIT", - "web": "https://github.com/planety/Prologue" + "web": "https://github.com/planety/Prologue", + "doc": "https://planety.github.io/prologue" }, { "name": "mort", From 2b1515e4c8e77cf03989385e1c3c49e65dc4e925 Mon Sep 17 00:00:00 2001 From: Leon Lysak Date: Wed, 30 Sep 2020 14:07:49 -0400 Subject: [PATCH 022/143] Added package Neel (#1650) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index f94036e..349507d 100644 --- a/packages.json +++ b/packages.json @@ -19645,5 +19645,24 @@ "description": "Declarative packets system for serializing/deserializing and marshalling", "license": "MIT", "web": "https://github.com/Q-Master/packets.nim" + }, + { + "name": "Neel", + "url": "https://github.com/Niminem/Neel", + "method": "git", + "tags": [ + "gui", + "nim", + "desktop-app", + "electron", + "electron-app", + "desktop-application", + "nim-language", + "nim-lang", + "gui-application" + ], + "description": "A Nim library for making lightweight Electron-like HTML/JS GUI apps, with full access to Nim capabilities.", + "license": "MIT", + "web": "https://github.com/Niminem/Neel" } ] From fed3a3317b33326f5322fca39c8142cec0cdc956 Mon Sep 17 00:00:00 2001 From: treeform Date: Thu, 1 Oct 2020 08:57:01 -0700 Subject: [PATCH 023/143] Add encode library. (#1651) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 349507d..a4a6251 100644 --- a/packages.json +++ b/packages.json @@ -16526,6 +16526,20 @@ "license": "MIT", "web": "https://github.com/treeform/ptest" }, + { + "name": "encode", + "url": "https://github.com/treeform/encode", + "method": "git", + "tags": [ + "encode", + "utf8", + "utf16", + "utf32" + ], + "description": "Encode/decode utf8 utf16 and utf32.", + "license": "MIT", + "web": "https://github.com/treeform/encode" + }, { "name": "oaitools", "url": "https://github.com/markpbaggett/oaitools.nim", From 2e9421d43b2b1633e4eb760e1d74abb94939e080 Mon Sep 17 00:00:00 2001 From: hlaaftana <10591326+hlaaftana@users.noreply.github.com> Date: Fri, 2 Oct 2020 07:42:13 +0300 Subject: [PATCH 024/143] Add package marggers (#1652) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index a4a6251..447156b 100644 --- a/packages.json +++ b/packages.json @@ -19678,5 +19678,20 @@ "description": "A Nim library for making lightweight Electron-like HTML/JS GUI apps, with full access to Nim capabilities.", "license": "MIT", "web": "https://github.com/Niminem/Neel" + }, + { + "name": "marggers", + "url": "https://github.com/hlaaftana/marggers", + "method": "git", + "tags": [ + "markdown", + "parser", + "library", + "html" + ], + "description": "dialect of Markdown in pure Nim with focus on HTML output", + "license": "MIT", + "web": "https://github.com/hlaaftana/marggers", + "doc": "https://hlaaftana.github.io/marggers/marggers.html" } ] From 7611338bef3050dc5f83eaad508fdf7df9f29424 Mon Sep 17 00:00:00 2001 From: Jason Nielsen Date: Sat, 3 Oct 2020 18:33:23 -0400 Subject: [PATCH 025/143] Added package dual (#1654) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 447156b..d3f6970 100644 --- a/packages.json +++ b/packages.json @@ -19693,5 +19693,17 @@ "license": "MIT", "web": "https://github.com/hlaaftana/marggers", "doc": "https://hlaaftana.github.io/marggers/marggers.html" + }, + { + "name": "dual", + "url": "https://github.com/drjdn/nim_dual", + "method": "git", + "tags": [ + "math", + "library" + ], + "description": "Implementation of dual numbers", + "license": "MIT", + "web": "https://github.com/drjdn/nim_dual" } ] From e82dd00ebf15ae30f758246020f77df8b3759172 Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Mon, 5 Oct 2020 15:55:19 +0800 Subject: [PATCH 026/143] Add websocketx0717 (#1655) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index d3f6970..4f3404e 100644 --- a/packages.json +++ b/packages.json @@ -19705,5 +19705,18 @@ "description": "Implementation of dual numbers", "license": "MIT", "web": "https://github.com/drjdn/nim_dual" + }, + { + "name": "websocketx", + "url": "https://github.com/xflywind/websocketx", + "method": "git", + "tags": [ + "httpx", + "prologue", + "web" + ], + "description": "Websocket for httpx.", + "license": "MIT", + "web": "https://github.com/xflywind/websocketx" } ] From 808e9ba3bb9e28988f30f8941f0c554aa51d3f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Mon, 5 Oct 2020 16:12:15 +0200 Subject: [PATCH 027/143] Update packages.json (#1656) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 4f3404e..8b438ff 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,23 @@ [ + { + "name": "arturo", + "url": "https://github.com/arturo-lang/arturo", + "method": "git", + "tags": [ + "nim", + "vm", + "programming", + "rebol", + "ruby", + "haskell", + "functional", + "homoiconic" + ], + "description": "Simple, modern and portable interpreted programming language for efficient scripting", + "license": "MIT", + "web": "http://arturo-lang.io/", + "doc": "http://arturo-lang.io/" + }, { "name": "nimchromepath", "url": "https://github.com/felipetesc/NimChromePath", From 49681bddd55ae964e3d6071dd311a8809b1a99e2 Mon Sep 17 00:00:00 2001 From: theAkito Date: Tue, 6 Oct 2020 16:01:14 +0200 Subject: [PATCH 028/143] Add sue (#1657) --- packages.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 8b438ff..8b5c310 100644 --- a/packages.json +++ b/packages.json @@ -14027,9 +14027,28 @@ "license": "ISC", "web": "https://github.com/alaviss/kmod" }, + { + "name": "sue", + "url": "https://github.com/theAkito/sue", + "method": "git", + "tags": [ + "gosu", + "su-exec", + "docker", + "kubernetes", + "helm", + "permission", + "linux", + "posix", + "postgres", + "process" + ], + "description": "Executes a program as a user different from the user running `sue`. The target program is `exec`'ed which means, that it replaces the `sue` process you are using to run the target program. This simulates native tools like `su` and `sudo` and uses the same low-level POSIX tools to achieve that, but eliminates common issues that usually arise, when using those native tools.", + "license": "GPL-3.0-or-later" + }, { "name": "validateip", - "url": "https://github.com/Akito13/nim-validateip", + "url": "https://github.com/theAkito/nim-validateip", "method": "git", "tags": [ "ip", @@ -14040,7 +14059,7 @@ "check" ], "description": "Checks if a provided string is actually a correct IP address. Supports detection of Class A to D of IPv4 addresses.", - "license": "GPLv3+" + "license": "GPL-3.0-or-later" }, { "name": "RC4", From c10a92b119579372b3f2a61d81e6199de133d3f8 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 6 Oct 2020 21:35:35 +0300 Subject: [PATCH 029/143] Add zxcvbn --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8b5c310..4b8a9bf 100644 --- a/packages.json +++ b/packages.json @@ -6774,6 +6774,19 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-chronicles" }, + { + "name": "zxcvbn", + "url": "https://github.com/status-im/nim-zxcvbn", + "method": "git", + "tags": [ + "security", + "passwords", + "entropy" + ], + "description": "Nim bindings for the zxcvbn-c password strength estimation library", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-zxcvbn" + }, { "name": "stb_image", "url": "https://gitlab.com/define-private-public/stb_image-Nim.git", From 3ed0aa757b5d5f07e14eb64a925238c6b91987a1 Mon Sep 17 00:00:00 2001 From: c-blake Date: Wed, 7 Oct 2020 01:00:58 -0400 Subject: [PATCH 030/143] Add nimp (#1659) --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 4b8a9bf..34b1bf2 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,5 @@ [ - { + { "name": "arturo", "url": "https://github.com/arturo-lang/arturo", "method": "git", @@ -19769,5 +19769,21 @@ "description": "Websocket for httpx.", "license": "MIT", "web": "https://github.com/xflywind/websocketx" + }, + { + "name": "nimp", + "url": "https://github.com/c-blake/nimp", + "method": "git", + "tags": [ + "app", + "binary", + "package", + "manager", + "cli", + "nimble" + ], + "description": "A package manager that delegates to package authors", + "license": "MIT/ISC", + "web": "https://github.com/c-blake/nimp" } ] From 69fede0f2544b0c98fc402f4489c734ec2fb97ea Mon Sep 17 00:00:00 2001 From: Stefanos Mandalas <47466000+sealmove@users.noreply.github.com> Date: Wed, 7 Oct 2020 23:49:48 +0300 Subject: [PATCH 031/143] Added package oblivion (#1660) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 34b1bf2..2d8db06 100644 --- a/packages.json +++ b/packages.json @@ -19785,5 +19785,18 @@ "description": "A package manager that delegates to package authors", "license": "MIT/ISC", "web": "https://github.com/c-blake/nimp" + }, + { + "name": "oblivion", + "url": "https://github.com/sealmove/oblivion", + "method": "git", + "tags": [ + "cli", + "alias", + "binary" + ], + "description": "Shell command manager", + "license": "MIT", + "web": "https://github.com/sealmove/oblivion" } ] From 3c01e54e49047aa55a7f057aa10d60ef49bd445b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Thu, 8 Oct 2020 07:57:22 +0200 Subject: [PATCH 032/143] Add fpn library. A fixed point number library in pure Nim. (#1661) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2d8db06..45d065b 100644 --- a/packages.json +++ b/packages.json @@ -19786,6 +19786,19 @@ "license": "MIT/ISC", "web": "https://github.com/c-blake/nimp" }, + { + "name": "fpn", + "url": "https://gitlab.com/lbartoletti/fpn", + "method": "git", + "tags": [ + "fixed point", + "number", + "math" + ], + "description": "A fixed point number library in pure Nim.", + "license": "MIT", + "web": "https://gitlab.com/lbartoletti/fpn" + }, { "name": "oblivion", "url": "https://github.com/sealmove/oblivion", From 6ba358651e9188c8a59b201f7c38370ffdc70bf5 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Fri, 9 Oct 2020 00:03:57 -0500 Subject: [PATCH 033/143] edlib (#1662) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 45d065b..6d5f6bf 100644 --- a/packages.json +++ b/packages.json @@ -19811,5 +19811,17 @@ "description": "Shell command manager", "license": "MIT", "web": "https://github.com/sealmove/oblivion" + }, + { + "name": "edlib", + "url": "https://github.com/bio-nim/nim-edlib", + "method": "git", + "description": "Nim wrapper for edlib", + "license": "BSD-3", + "web": "https://github.com/Martinsos/edlib", + "tags": [ + "cpp", + "bioinformatics" + ] } ] From 5e5b1d5280007585195d8a1e2b151baba1033531 Mon Sep 17 00:00:00 2001 From: Jacob Doyelle Yates <54410603+blmvxer@users.noreply.github.com> Date: Fri, 9 Oct 2020 22:52:29 -0700 Subject: [PATCH 034/143] Added package netTest (#1663) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6d5f6bf..4417f1b 100644 --- a/packages.json +++ b/packages.json @@ -19823,5 +19823,18 @@ "cpp", "bioinformatics" ] + }, + { + "name": "netTest", + "url": "https://github.com/blmvxer/netTest", + "method": "git", + "tags": [ + "library", + "web", + "network" + ], + "description": "Connection Test for Nim Web Applications", + "license": "MIT", + "web": "https://github.com/blmvxer/netTest" } ] From 317c9a6fbd41a17e2e62ac00f3f20fbda263e583 Mon Sep 17 00:00:00 2001 From: xioren <40043405+xioren@users.noreply.github.com> Date: Sat, 10 Oct 2020 06:05:58 +0000 Subject: [PATCH 035/143] Added package nimpass (#1664) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 4417f1b..2d07b07 100644 --- a/packages.json +++ b/packages.json @@ -19824,6 +19824,22 @@ "bioinformatics" ] }, + { + "name": "nimpass", + "url": "https://github.com/xioren/NimPass", + "method": "git", + "tags": [ + "password", + "passphrase", + "passgen", + "pass", + "pw", + "security" + ], + "description": "quickly generate cryptographically secure passwords and phrases", + "license": "MIT", + "web": "https://github.com/xioren/NimPass" + }, { "name": "netTest", "url": "https://github.com/blmvxer/netTest", From 75a1868288ce626df8870407dd88043dbe350da1 Mon Sep 17 00:00:00 2001 From: Jason Beetham Date: Sat, 10 Oct 2020 00:06:31 -0600 Subject: [PATCH 036/143] Added constructor package (#1665) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 2d07b07..034238a 100644 --- a/packages.json +++ b/packages.json @@ -19786,6 +19786,20 @@ "license": "MIT/ISC", "web": "https://github.com/c-blake/nimp" }, + { + "name": "constructor", + "url": "https://github.com/beef331/constructor", + "method": "git", + "tags": [ + "nim", + "utillity", + "macros", + "object", + "events" + ], + "description": "Nim macros to aid in object construction including event programming, and constructors.", + "license": "MIT" + }, { "name": "fpn", "url": "https://gitlab.com/lbartoletti/fpn", From 29e4be31aadd6f1fdf21ed0c6ed1ed5cd5077ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20H=C3=BCbel?= Date: Mon, 12 Oct 2020 22:19:27 +0200 Subject: [PATCH 037/143] Added package highlight (#1667) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 034238a..5d669e5 100644 --- a/packages.json +++ b/packages.json @@ -19866,5 +19866,19 @@ "description": "Connection Test for Nim Web Applications", "license": "MIT", "web": "https://github.com/blmvxer/netTest" + }, + { + "name": "highlight", + "url": "https://github.com/RaimundHuebel/nimhighlight", + "method": "git", + "tags": [ + "cli", + "tool", + "highlighting", + "colorizing" + ], + "description": "Tool/Lib to highlight text in CLI by using regular expressions.", + "license": "MIT", + "web": "https://github.com/RaimundHuebel/nimhighlight" } ] From 62d5ec4723f23a66756234085e44b4c8ea5f45ac Mon Sep 17 00:00:00 2001 From: Brandon Armstrong <45339160+KittyTechnoProgrammer@users.noreply.github.com> Date: Wed, 14 Oct 2020 00:08:32 -0500 Subject: [PATCH 038/143] Update packages.json (#1668) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 5d669e5..e66407b 100644 --- a/packages.json +++ b/packages.json @@ -19207,7 +19207,7 @@ "psutil" ], "description": "Updated psutil module from https://github.com/johnscillieri/psutil-nim", - "license": "GPL-3.0", + "license": "MIT", "web": "https://github.com/KittyTechnoProgrammer/psutilim", "doc": "https://github.com/KittyTechnoProgrammer/psutilim" }, From 4848d9268fcb1c482ec94fc95ff177778ce803c0 Mon Sep 17 00:00:00 2001 From: guzba Date: Wed, 14 Oct 2020 00:11:56 -0500 Subject: [PATCH 039/143] add package zippy (#1669) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e66407b..bcb1db0 100644 --- a/packages.json +++ b/packages.json @@ -19826,6 +19826,20 @@ "license": "MIT", "web": "https://github.com/sealmove/oblivion" }, + { + "name": "zippy", + "url": "https://github.com/guzba/zippy", + "method": "git", + "tags": [ + "compression", + "zlib", + "zip", + "deflate" + ], + "description": "In-progress pure Nim implemenation of deflate and zlib.", + "license": "MIT", + "web": "https://github.com/guzba/zippy" + }, { "name": "edlib", "url": "https://github.com/bio-nim/nim-edlib", From 5e7df5b54df766d20b6867aa39aad24e2776e573 Mon Sep 17 00:00:00 2001 From: guzba Date: Thu, 15 Oct 2020 00:35:33 -0500 Subject: [PATCH 040/143] fix typo (#1671) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index bcb1db0..f005d76 100644 --- a/packages.json +++ b/packages.json @@ -19836,7 +19836,7 @@ "zip", "deflate" ], - "description": "In-progress pure Nim implemenation of deflate and zlib.", + "description": "In-progress pure Nim implementation of deflate and zlib.", "license": "MIT", "web": "https://github.com/guzba/zippy" }, From ff56b23e8377c1423f9d2d6d6627db9ae54eb91c Mon Sep 17 00:00:00 2001 From: PMunch Date: Fri, 16 Oct 2020 10:53:17 +0200 Subject: [PATCH 041/143] Added Imlib2 and notificatcher packages (#1672) --- packages.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/packages.json b/packages.json index f005d76..b1f0d75 100644 --- a/packages.json +++ b/packages.json @@ -1549,6 +1549,34 @@ "license": "MIT", "web": "https://github.com/PMunch/nancy" }, + { + "name": "imlib2", + "url": "https://github.com/PMunch/Imlib2", + "method": "git", + "tags": [ + "library", + "wrapper", + "graphics", + "imlib2" + ], + "description": "Simple wrapper of the Imlib2 library", + "license": "MIT", + "web": "https://github.com/PMunch/Imlib2" + }, + { + "name": "notificatcher", + "url": "https://github.com/PMunch/notificatcher", + "method": "git", + "tags": [ + "binary", + "freedesktop", + "notifications", + "dbus" + ], + "description": "Small program to grab notifications from freedesktop and output them according to a format", + "license": "MIT", + "web": "https://github.com/PMunch/notificatcher" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", From a51f0898ae217a492369d553e976e7d6004f51b0 Mon Sep 17 00:00:00 2001 From: rolandgg Date: Fri, 16 Oct 2020 16:11:44 +0200 Subject: [PATCH 042/143] Added package nimTiingo (#1673) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index b1f0d75..7808f08 100644 --- a/packages.json +++ b/packages.json @@ -19922,5 +19922,17 @@ "description": "Tool/Lib to highlight text in CLI by using regular expressions.", "license": "MIT", "web": "https://github.com/RaimundHuebel/nimhighlight" + }, + { + "name": "nimTiingo", + "url": "https://github.com/rolandgg/nimTiingo", + "method": "git", + "tags": [ + "Tiingo", + "StockAPI" + ], + "description": "Tiingo", + "license": "MIT", + "web": "https://github.com/rolandgg/nimTiingo" } ] From 9fe42f10dc84feae93a1d5ff2a2009223c9da950 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 20 Oct 2020 07:35:26 +0100 Subject: [PATCH 043/143] Add package FastKiss (#1674) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7808f08..46dae4d 100644 --- a/packages.json +++ b/packages.json @@ -19934,5 +19934,18 @@ "description": "Tiingo", "license": "MIT", "web": "https://github.com/rolandgg/nimTiingo" + }, + { + "name": "FastKiss", + "url": "https://github.com/mrhdias/fastkiss", + "method": "git", + "tags": [ + "fastcgi", + "framework", + "web" + ], + "description": "FastCGI Web Framework for Nim.", + "license": "MIT", + "web": "https://github.com/mrhdias/fastkiss" } ] From cb0d3d4611b464937cbad27d3eeefb58398714dd Mon Sep 17 00:00:00 2001 From: Victor <43933400+drygdryg@users.noreply.github.com> Date: Tue, 20 Oct 2020 10:56:44 +0300 Subject: [PATCH 044/143] Added package wpspin (#1675) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 46dae4d..1febc8b 100644 --- a/packages.json +++ b/packages.json @@ -19935,6 +19935,22 @@ "license": "MIT", "web": "https://github.com/rolandgg/nimTiingo" }, + { + "name": "wpspin", + "url": "https://github.com/drygdryg/wpspin-nim", + "method": "git", + "tags": [ + "security", + "network", + "wireless", + "wifi", + "wps", + "tool" + ], + "description": "Full-featured WPS PIN generator", + "license": "MIT", + "web": "https://github.com/drygdryg/wpspin-nim" + }, { "name": "FastKiss", "url": "https://github.com/mrhdias/fastkiss", From ae33bb44dfbc1cc7b893e98c2142da18f95b4279 Mon Sep 17 00:00:00 2001 From: Reilly Moore <54759062+Knaque@users.noreply.github.com> Date: Fri, 23 Oct 2020 09:56:45 -0500 Subject: [PATCH 045/143] Added package rabbit (#1676) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 1febc8b..67e19b0 100644 --- a/packages.json +++ b/packages.json @@ -19963,5 +19963,19 @@ "description": "FastCGI Web Framework for Nim.", "license": "MIT", "web": "https://github.com/mrhdias/fastkiss" + }, + { + "name": "rabbit", + "url": "https://github.com/Knaque/rabbit", + "method": "git", + "tags": [ + "library", + "chroma", + "color", + "theme" + ], + "description": "The Hundred Rabbits theme ecosystem brought to Nim.", + "license": "MIT", + "web": "https://github.com/Knaque/rabbit" } ] From 2b2099dfa3e09e1e04b5f73cd7fa1bc04169a330 Mon Sep 17 00:00:00 2001 From: John Novak Date: Sat, 24 Oct 2020 16:13:47 +1000 Subject: [PATCH 046/143] Update packages.json (#1677) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 67e19b0..e2e1ab6 100644 --- a/packages.json +++ b/packages.json @@ -648,7 +648,7 @@ }, { "name": "glfw", - "url": "https://github.com/ephja/nim-glfw", + "url": "https://github.com/johnnovak/nim-glfw", "method": "git", "tags": [ "library", @@ -659,7 +659,7 @@ ], "description": "A high-level GLFW 3 wrapper", "license": "MIT", - "web": "https://github.com/ephja/nim-glfw" + "web": "https://github.com/johnnovak/nim-glfw" }, { "name": "nim-ao", From 14c06007f3d0d53ee53aacedf3cb8317eebb01c1 Mon Sep 17 00:00:00 2001 From: jiro Date: Mon, 26 Oct 2020 00:33:55 +0900 Subject: [PATCH 047/143] Added package eachdo (#1678) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e2e1ab6..35aaab0 100644 --- a/packages.json +++ b/packages.json @@ -19977,5 +19977,19 @@ "description": "The Hundred Rabbits theme ecosystem brought to Nim.", "license": "MIT", "web": "https://github.com/Knaque/rabbit" + }, + { + "name": "eachdo", + "url": "https://github.com/jiro4989/eachdo", + "method": "git", + "tags": [ + "cli", + "shell", + "exec", + "loop" + ], + "description": "eachdo executes commands with each multidimensional values", + "license": "MIT", + "web": "https://github.com/jiro4989/eachdo" } ] From 91ec6e89f37a695b8713e4a6dda53d5e10c777d6 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 25 Oct 2020 21:49:13 +0200 Subject: [PATCH 048/143] Added package classes (#1679) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 35aaab0..e9685aa 100644 --- a/packages.json +++ b/packages.json @@ -19991,5 +19991,20 @@ "description": "eachdo executes commands with each multidimensional values", "license": "MIT", "web": "https://github.com/jiro4989/eachdo" + }, + { + "name": "classes", + "url": "https://github.com/jjv360/nim-classes", + "method": "git", + "tags": [ + "class", + "classes", + "macro", + "oop", + "super" + ], + "description": "Adds class support to Nim.", + "license": "MIT", + "web": "https://github.com/jjv360/nim-classes" } ] From c8dd8c62ac607109e71b419b07cf0c0e98f9a978 Mon Sep 17 00:00:00 2001 From: Mutsuha Asada <43488453+momeemt@users.noreply.github.com> Date: Thu, 29 Oct 2020 19:22:24 +0900 Subject: [PATCH 049/143] Added package sampleTodoList (#1681) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e9685aa..ac36e15 100644 --- a/packages.json +++ b/packages.json @@ -20006,5 +20006,18 @@ "description": "Adds class support to Nim.", "license": "MIT", "web": "https://github.com/jjv360/nim-classes" + }, + { + "name": "sampleTodoList", + "url": "https://github.com/momeemt/SampleTodoList", + "method": "git", + "tags": [ + "todo", + "app", + "cui" + ], + "description": "Sample Todo List Application", + "license": "MIT", + "web": "https://github.com/momeemt/SampleTodoList" } ] From 650357b129cd733ef5d451ce25cdbcf3364cde6b Mon Sep 17 00:00:00 2001 From: Duncan Clarke Date: Thu, 29 Oct 2020 09:06:18 -0400 Subject: [PATCH 050/143] Add package ffpass (#1682) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index ac36e15..b2a6f22 100644 --- a/packages.json +++ b/packages.json @@ -20019,5 +20019,18 @@ "description": "Sample Todo List Application", "license": "MIT", "web": "https://github.com/momeemt/SampleTodoList" + }, + { + "name": "ffpass", + "url": "https://github.com/bunkford/ffpass", + "method": "git", + "tags": [ + "automotive", + "api" + ], + "description": "Api Calls for Ford vehicles equipped with the fordpass app.", + "license": "MIT", + "web": "https://github.com/bunkford/ffpass", + "doc": "https://bunkford.github.io/ffpass/docs/ffpass.html" } ] From 0c160dea7ccfd956c28a8dd5e617893b34a37451 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 30 Oct 2020 15:44:22 +0800 Subject: [PATCH 051/143] add ternary-tree (#1683) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index b2a6f22..8d2ba18 100644 --- a/packages.json +++ b/packages.json @@ -14552,6 +14552,17 @@ "license": "MIT", "web": "https://github.com/Cirru/parser.nim" }, + { + "name": "ternary-tree", + "url": "https://github.com/Cirru/ternary-tree", + "method": "git", + "tags": [ + "data-structure" + ], + "description": "Structural sharing data structure of lists and maps.", + "license": "MIT", + "web": "https://github.com/Cirru/ternary-tree" + }, { "name": "reframe", "url": "https://github.com/rosado/reframe.nim", From b41b77556a8a9a4c53565d8a9b9378665f1f47e0 Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Fri, 30 Oct 2020 18:15:17 +0700 Subject: [PATCH 052/143] Added package ssh2 (#1684) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 8d2ba18..b05b689 100644 --- a/packages.json +++ b/packages.json @@ -20043,5 +20043,20 @@ "license": "MIT", "web": "https://github.com/bunkford/ffpass", "doc": "https://bunkford.github.io/ffpass/docs/ffpass.html" + }, + { + "name": "ssh2", + "url": "https://github.com/ba0f3/ssh2.nim", + "method": "git", + "tags": [ + "ssh2", + "libssh", + "scp", + "ssh", + "sftp" + ], + "description": "SSH, SCP and SFTP client for Nim", + "license": "MIT", + "web": "https://github.com/ba0f3/ssh2.nim" } ] From 2eba7bf1f4ae37cb0db2a66cd2d45efbefe1b0a6 Mon Sep 17 00:00:00 2001 From: xmonader Date: Mon, 2 Nov 2020 07:54:39 +0200 Subject: [PATCH 053/143] Added package servy (#1685) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index b05b689..36c7bda 100644 --- a/packages.json +++ b/packages.json @@ -20058,5 +20058,19 @@ "description": "SSH, SCP and SFTP client for Nim", "license": "MIT", "web": "https://github.com/ba0f3/ssh2.nim" + }, + { + "name": "servy", + "url": "https://github.com/xmonader/nim-servy", + "method": "git", + "tags": [ + "webframework", + "microwebframework", + "async", + "httpserver" + ], + "description": "a down to earth webframework in nim", + "license": "MIT", + "web": "https://github.com/xmonader/nim-servy" } ] From 7cb230eb48cb76b1d383738c683d4eb15d62ad00 Mon Sep 17 00:00:00 2001 From: Jack Tang <1190545+jackhftang@users.noreply.github.com> Date: Mon, 2 Nov 2020 22:02:03 +0800 Subject: [PATCH 054/143] Add package canonicaljson (#1688) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 36c7bda..221b87d 100644 --- a/packages.json +++ b/packages.json @@ -20072,5 +20072,18 @@ "description": "a down to earth webframework in nim", "license": "MIT", "web": "https://github.com/xmonader/nim-servy" + }, + { + "name": "canonicaljson", + "url": "https://github.com/jackhftang/canonicaljson.nim", + "method": "git", + "tags": [ + "json", + "serialization", + "canonicalization" + ], + "description": "Canonical JSON according to RFC8785", + "license": "MIT", + "web": "https://github.com/jackhftang/canonicaljson.nim" } ] From 3597f40fb21a1d92d15d372fc15647da380531b0 Mon Sep 17 00:00:00 2001 From: leeooox Date: Tue, 3 Nov 2020 22:01:37 +0800 Subject: [PATCH 055/143] Added package nimvisa (#1690) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 221b87d..0beadd6 100644 --- a/packages.json +++ b/packages.json @@ -20085,5 +20085,16 @@ "description": "Canonical JSON according to RFC8785", "license": "MIT", "web": "https://github.com/jackhftang/canonicaljson.nim" + }, + { + "name": "nimvisa", + "url": "https://github.com/leeooox/nimvisa", + "method": "git", + "tags": [ + "wrapper" + ], + "description": "nimvisa is C wrapper for NI-VISA instrument control library", + "license": "MIT", + "web": "https://github.com/leeooox/nimvisa" } ] From 1f0103a25d458ede5744d5548cd1512a1962543a Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 3 Nov 2020 18:40:37 +0000 Subject: [PATCH 056/143] Fixes dash in ternary-tree. Refs #1683 --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 0beadd6..e56b0a7 100644 --- a/packages.json +++ b/packages.json @@ -14553,7 +14553,7 @@ "web": "https://github.com/Cirru/parser.nim" }, { - "name": "ternary-tree", + "name": "ternary_tree", "url": "https://github.com/Cirru/ternary-tree", "method": "git", "tags": [ From 8b4189f556a57cf45941e9ac806df5cde066c8fe Mon Sep 17 00:00:00 2001 From: jrfondren <41455523+jrfondren@users.noreply.github.com> Date: Tue, 3 Nov 2020 23:40:03 -0600 Subject: [PATCH 057/143] add package oshostname (#1692) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index e56b0a7..5811f40 100644 --- a/packages.json +++ b/packages.json @@ -13627,6 +13627,18 @@ "license": "MIT", "web": "https://github.com/jrfondren/getr-nim" }, + { + "name": "oshostname", + "url": "https://github.com/jrfondren/nim-oshostname", + "method": "git", + "tags": [ + "posix", + "wrapper" + ], + "description": "Get the current hostname with gethostname(2)", + "license": "MIT", + "web": "https://github.com/jrfondren/nim-oshostname" + }, { "name": "pnm", "url": "https://github.com/jiro4989/pnm", From d923ca49912c2255f268a32ce35120959ae30c04 Mon Sep 17 00:00:00 2001 From: theAkito Date: Wed, 4 Nov 2020 06:40:39 +0100 Subject: [PATCH 058/143] Add neoid (#1691) --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index 5811f40..d9ccfb6 100644 --- a/packages.json +++ b/packages.json @@ -14080,11 +14080,36 @@ "license": "ISC", "web": "https://github.com/alaviss/kmod" }, + { + "name": "neoid", + "url": "https://github.com/theAkito/nim-neoid", + "method": "git", + "tags": [ + "akito", + "nanoid", + "neoid", + "uuid", + "oid", + "secure", + "random", + "generator", + "windows", + "rng", + "csprng", + "cprng", + "crng", + "crypto", + "cryptography" + ], + "description": "Executes a program as a user different from the user running `sue`. The target program is `exec`'ed which means, that it replaces the `sue` process you are using to run the target program. This simulates native tools like `su` and `sudo` and uses the same low-level POSIX tools to achieve that, but eliminates common issues that usually arise, when using those native tools.", + "license": "GPL-3.0-or-later" + }, { "name": "sue", "url": "https://github.com/theAkito/sue", "method": "git", "tags": [ + "akito", "gosu", "su-exec", "docker", @@ -14104,6 +14129,7 @@ "url": "https://github.com/theAkito/nim-validateip", "method": "git", "tags": [ + "akito", "ip", "ipaddress", "ipv4", From b56ef8f8a507b2fbc61141f68d14f09cd323c9c0 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 4 Nov 2020 22:08:51 +0000 Subject: [PATCH 059/143] Rename cirru-parser to cirru_parser. https://github.com/nim-lang/packages/commit/1f0103a25d458ede5744d5548cd1512a1962543a#commitcomment-43844758 --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index d9ccfb6..b8409ea 100644 --- a/packages.json +++ b/packages.json @@ -14579,7 +14579,7 @@ "web": "https://github.com/bunkford/qrcodegen" }, { - "name": "cirru-parser", + "name": "cirru_parser", "url": "https://github.com/Cirru/parser.nim", "method": "git", "tags": [ From 548710ad5e1e493a4369db20a84a0c9342a8d804 Mon Sep 17 00:00:00 2001 From: taichi uchihara Date: Thu, 5 Nov 2020 15:18:14 +0900 Subject: [PATCH 060/143] Added package httpstat (#1696) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b8409ea..2aace3e 100644 --- a/packages.json +++ b/packages.json @@ -20134,5 +20134,18 @@ "description": "nimvisa is C wrapper for NI-VISA instrument control library", "license": "MIT", "web": "https://github.com/leeooox/nimvisa" + }, + { + "name": "httpstat", + "url": "https://github.com/ucpr/httpstat", + "method": "git", + "tags": [ + "curl", + "httpstat", + "nim" + ], + "description": "curl statistics made simple ", + "license": "MIT", + "web": "https://github.com/ucpr/httpstat" } ] From 9c3c8d4fb4832f436ca4c7d8b17a8399a28abec6 Mon Sep 17 00:00:00 2001 From: kristianhasselknippe Date: Thu, 5 Nov 2020 07:43:09 +0100 Subject: [PATCH 061/143] Added package midio_ui (#1693) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 2aace3e..cd60d7b 100644 --- a/packages.json +++ b/packages.json @@ -20111,6 +20111,23 @@ "license": "MIT", "web": "https://github.com/xmonader/nim-servy" }, + { + "name": "midio_ui", + "url": "https://github.com/nortero-code/midio-ui", + "method": "git", + "tags": [ + "gui", + "web", + "cross-platform", + "library", + "reactive", + "observables", + "dsl" + ], + "description": "The Midio UI library", + "license": "MIT", + "web": "https://github.com/nortero-code/midio-ui" + }, { "name": "canonicaljson", "url": "https://github.com/jackhftang/canonicaljson.nim", From b7c966b6a7d539e5cb716d50c28949fca8b097da Mon Sep 17 00:00:00 2001 From: kristianhasselknippe Date: Thu, 5 Nov 2020 07:43:36 +0100 Subject: [PATCH 062/143] Added package midio_ui_canvas (#1694) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index cd60d7b..da1b92f 100644 --- a/packages.json +++ b/packages.json @@ -20141,6 +20141,22 @@ "license": "MIT", "web": "https://github.com/jackhftang/canonicaljson.nim" }, + { + "name": "midio_ui_canvas", + "url": "https://github.com/nortero-code/midio-ui-canvas", + "method": "git", + "tags": [ + "canvas", + "web", + "gui", + "framework", + "library", + "midio" + ], + "description": "HTML Canvas backend for the midio ui engine", + "license": "MIT", + "web": "https://github.com/nortero-code/midio-ui-canvas" + }, { "name": "nimvisa", "url": "https://github.com/leeooox/nimvisa", From a15d7a66b78cebd1c71e7bfb8b269d16d0a3e0ad Mon Sep 17 00:00:00 2001 From: kristianhasselknippe Date: Thu, 5 Nov 2020 07:43:49 +0100 Subject: [PATCH 063/143] Added package rx_nim (#1695) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index da1b92f..e79c029 100644 --- a/packages.json +++ b/packages.json @@ -20168,6 +20168,21 @@ "license": "MIT", "web": "https://github.com/leeooox/nimvisa" }, + { + "name": "rx_nim", + "url": "https://github.com/nortero-code/rx-nim", + "method": "git", + "tags": [ + "rx", + "observables", + "reactive", + "extensions", + "functional" + ], + "description": "An implementation of rx observables in nim", + "license": "MIT", + "web": "https://github.com/nortero-code/rx-nim" + }, { "name": "httpstat", "url": "https://github.com/ucpr/httpstat", From 05eae2da103804c92f92a77a918a83045c45a7ab Mon Sep 17 00:00:00 2001 From: Lum <62594565+not-lum@users.noreply.github.com> Date: Thu, 5 Nov 2020 23:19:06 +0300 Subject: [PATCH 064/143] Added package imgcat (#1699) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e79c029..7b1b050 100644 --- a/packages.json +++ b/packages.json @@ -20195,5 +20195,19 @@ "description": "curl statistics made simple ", "license": "MIT", "web": "https://github.com/ucpr/httpstat" + }, + { + "name": "imgcat", + "url": "https://github.com/not-lum/imgcat", + "method": "git", + "tags": [ + "hybrid", + "crossplatform", + "terminal", + "images" + ], + "description": "See pictures in your console", + "license": "MIT", + "web": "https://github.com/not-lum/imgcat" } ] From b21f0c950e569fbb893966c02a26e759e1f383cb Mon Sep 17 00:00:00 2001 From: IDF Date: Fri, 6 Nov 2020 22:45:50 +0200 Subject: [PATCH 065/143] Add geminim (#1700) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7b1b050..0734fee 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ [ + { + "name": "geminim", + "url": "https://github.com/IDF31/geminim", + "license": "BSD-2", + "method": "git", + "tags": [ + "gemini", + "server", + "async", + "based" + ], + "description": "Simple async Gemini server" + }, { "name": "arturo", "url": "https://github.com/arturo-lang/arturo", From 44190fc505094b5360712ec8529a3779bb9114ff Mon Sep 17 00:00:00 2001 From: treeform Date: Sat, 7 Nov 2020 02:16:07 -0800 Subject: [PATCH 066/143] add bumpy and urlly (#1701) --- packages.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages.json b/packages.json index 0734fee..6a07d67 100644 --- a/packages.json +++ b/packages.json @@ -11049,6 +11049,30 @@ "license": "MIT", "web": "https://github.com/treeform/typography" }, + { + "name": "bumpy", + "url": "https://github.com/treeform/bumpy", + "method": "git", + "tags": [ + "2d", + "collision" + ], + "description": "2d collision library for Nim.", + "license": "MIT", + "web": "https://github.com/treeform/bumpy" + }, + { + "name": "urlly", + "url": "https://github.com/treeform/urlly", + "method": "git", + "tags": [ + "url", + "uri" + ], + "description": "URL and URI parsing for C and JS backend.", + "license": "MIT", + "web": "https://github.com/treeform/urlly" + }, { "name": "xdo", "url": "https://github.com/juancarlospaco/nim-xdo", From 7066bdb29786786dd45878c1f735655706f91376 Mon Sep 17 00:00:00 2001 From: Fabio Cevasco Date: Sun, 8 Nov 2020 16:20:12 +0100 Subject: [PATCH 067/143] Added package fae (#1702) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 6a07d67..587845e 100644 --- a/packages.json +++ b/packages.json @@ -20246,5 +20246,21 @@ "description": "See pictures in your console", "license": "MIT", "web": "https://github.com/not-lum/imgcat" + }, + { + "name": "fae", + "url": "https://github.com/h3rald/fae", + "method": "git", + "tags": [ + "cli", + "grep", + "find", + "search", + "replace", + "regexp" + ], + "description": "Find and Edit Utility", + "license": "MIT", + "web": "https://github.com/h3rald/fae" } ] From f3ae44f599a8448d4e8961876daa15f9706b6748 Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Mon, 9 Nov 2020 19:06:20 +0100 Subject: [PATCH 068/143] Added package ngtcp2 (#1703) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 587845e..05c1c67 100644 --- a/packages.json +++ b/packages.json @@ -20262,5 +20262,17 @@ "description": "Find and Edit Utility", "license": "MIT", "web": "https://github.com/h3rald/fae" + }, + { + "name": "ngtcp2", + "url": "https://github.com/status-im/nim-ngtcp2", + "method": "git", + "tags": [ + "ngtcp2", + "quic" + ], + "description": "Nim wrapper around the ngtcp2 library", + "license": "MIT", + "web": "https://github.com/status-im/nim-ngtcp2" } ] From ad33ef68a699521d7cca3257aeaef0c95ffd092e Mon Sep 17 00:00:00 2001 From: Solitude Date: Mon, 9 Nov 2020 23:45:50 +0200 Subject: [PATCH 069/143] Add discord_rpc (#1704) Co-authored-by: Miran --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 05c1c67..4951d54 100644 --- a/packages.json +++ b/packages.json @@ -20263,6 +20263,19 @@ "license": "MIT", "web": "https://github.com/h3rald/fae" }, + { + "name": "discord_rpc", + "url": "https://github.com/SolitudeSF/discord_rpc", + "method": "git", + "tags": [ + "discord", + "rpc", + "rich-presence" + ], + "description": "Discord RPC/Rich Presence client", + "license": "MIT", + "web": "https://github.com/SolitudeSF/discord_rpc" + }, { "name": "ngtcp2", "url": "https://github.com/status-im/nim-ngtcp2", From 84125204ff212a25c3fec15f1d7db8c26f53f8b0 Mon Sep 17 00:00:00 2001 From: Jory Schossau Date: Tue, 10 Nov 2020 02:03:18 -0500 Subject: [PATCH 070/143] Added package bitset (#1705) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 4951d54..bf5f76b 100644 --- a/packages.json +++ b/packages.json @@ -20287,5 +20287,19 @@ "description": "Nim wrapper around the ngtcp2 library", "license": "MIT", "web": "https://github.com/status-im/nim-ngtcp2" + }, + { + "name": "bitset", + "url": "https://github.com/joryschossau/bitset", + "method": "git", + "tags": [ + "c++", + "library", + "stdlib", + "type" + ], + "description": "A pure nim version of C++'s std::bitset", + "license": "MIT", + "web": "https://github.com/joryschossau/bitset" } ] From f048a8a375387aaff27fc39e41b25f9a3e0e13a0 Mon Sep 17 00:00:00 2001 From: theAkito Date: Wed, 11 Nov 2020 07:14:58 +0100 Subject: [PATCH 071/143] Add quickcrypt (#1707) --- packages.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index bf5f76b..d9745cd 100644 --- a/packages.json +++ b/packages.json @@ -14117,6 +14117,32 @@ "license": "ISC", "web": "https://github.com/alaviss/kmod" }, + { + "name": "quickcrypt", + "url": "https://github.com/theAkito/nim-quickcrypt", + "method": "git", + "tags": [ + "akito", + "crypt", + "crypto", + "encrypt", + "encryption", + "easy", + "quick", + "aes", + "cbc", + "aes-cbc", + "nimaes", + "nim-aes", + "permission", + "linux", + "posix", + "windows", + "process" + ], + "description": "A library for quickly and easily encrypting strings and text file content.", + "license": "GPL-3.0-or-later" + }, { "name": "neoid", "url": "https://github.com/theAkito/nim-neoid", @@ -14138,7 +14164,7 @@ "crypto", "cryptography" ], - "description": "Executes a program as a user different from the user running `sue`. The target program is `exec`'ed which means, that it replaces the `sue` process you are using to run the target program. This simulates native tools like `su` and `sudo` and uses the same low-level POSIX tools to achieve that, but eliminates common issues that usually arise, when using those native tools.", + "description": "Nim implementation of NanoID, that works with Windows.", "license": "GPL-3.0-or-later" }, { From 55fe8b36d82568b9bbd532beade138dd850e511a Mon Sep 17 00:00:00 2001 From: WilliamDraco Date: Fri, 13 Nov 2020 22:41:36 +1000 Subject: [PATCH 072/143] Added package nwnt (#1709) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index d9745cd..852995c 100644 --- a/packages.json +++ b/packages.json @@ -20327,5 +20327,20 @@ "description": "A pure nim version of C++'s std::bitset", "license": "MIT", "web": "https://github.com/joryschossau/bitset" + }, + { + "name": "nwnt", + "url": "https://github.com/WilliamDraco/NWNT", + "method": "git", + "tags": [ + "nwn", + "neverwinternights", + "neverwinter", + "game", + "bioware" + ], + "description": "GFF <-> NWNT Converter (NeverWinter Nights Text)", + "license": "MIT", + "web": "https://github.com/WilliamDraco/NWNT" } ] From b56be387832671aa0b9a178e3acd7e4429309e7e Mon Sep 17 00:00:00 2001 From: theAkito Date: Fri, 13 Nov 2020 13:42:18 +0100 Subject: [PATCH 073/143] Add couchdb (#1708) Plus, a bit of maintenance. --- packages.json | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index 852995c..64d81f9 100644 --- a/packages.json +++ b/packages.json @@ -14117,6 +14117,23 @@ "license": "ISC", "web": "https://github.com/alaviss/kmod" }, + { + "name": "couchdb", + "url": "https://github.com/theAkito/nim-couchdb", + "method": "git", + "tags": [ + "akito", + "database", + "db", + "couch", + "couchdb", + "api", + "node", + "cluster" + ], + "description": "A library for managing your CouchDB. Easy & comfortably to use.", + "license": "GPL-3.0-or-later" + }, { "name": "quickcrypt", "url": "https://github.com/theAkito/nim-quickcrypt", @@ -14138,9 +14155,20 @@ "linux", "posix", "windows", - "process" + "process", + "uuid", + "oid", + "secure", + "security", + "random", + "generator", + "rng", + "csprng", + "cprng", + "crng", + "cryptography" ], - "description": "A library for quickly and easily encrypting strings and text file content.", + "description": "A library for quickly and easily encrypting strings & files. User-friendly and highly compatible.", "license": "GPL-3.0-or-later" }, { @@ -14162,9 +14190,14 @@ "cprng", "crng", "crypto", - "cryptography" + "cryptography", + "crypt", + "encrypt", + "encryption", + "easy", + "quick" ], - "description": "Nim implementation of NanoID, that works with Windows.", + "description": "Nim implementation of NanoID, a tiny, secure, URL-friendly, unique string ID generator. Works with Linux and Windows!", "license": "GPL-3.0-or-later" }, { From 5f7c08441ae7d741be2a81dd94cc015dbad58eab Mon Sep 17 00:00:00 2001 From: Regis Caillaud <35006197+Clonkk@users.noreply.github.com> Date: Sun, 15 Nov 2020 08:52:32 +0100 Subject: [PATCH 074/143] Added package byteutils (#1710) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 64d81f9..9d85354 100644 --- a/packages.json +++ b/packages.json @@ -20375,5 +20375,19 @@ "description": "GFF <-> NWNT Converter (NeverWinter Nights Text)", "license": "MIT", "web": "https://github.com/WilliamDraco/NWNT" + }, + { + "name": "bytesequtils", + "url": "https://github.com/Clonkk/bytesequtils", + "method": "git", + "tags": [ + "bytesequtils", + "buffer", + "string", + "seq[byte]" + ], + "description": "Nim package to manipulate buffer as either seq[byte] or string", + "license": "MIT", + "web": "https://clonkk.github.io/bytesequtils/" } ] From 57e9868892ed8ac7bcc93558de1b3a4cbab9373f Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Sat, 14 Nov 2020 23:53:12 -0800 Subject: [PATCH 075/143] update zippy (#1712) --- packages.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 9d85354..174cd71 100644 --- a/packages.json +++ b/packages.json @@ -20007,9 +20007,10 @@ "compression", "zlib", "zip", - "deflate" + "deflate", + "gzip" ], - "description": "In-progress pure Nim implementation of deflate and zlib.", + "description": "Pure Nim implementation of deflate, zlib, gzip and zip.", "license": "MIT", "web": "https://github.com/guzba/zippy" }, From a902b25d74bd05f87aeffe85fa417fa469eb0fbd Mon Sep 17 00:00:00 2001 From: Ward Date: Sun, 15 Nov 2020 17:46:00 +0800 Subject: [PATCH 076/143] Add minhook package (#1711) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 174cd71..6501b7f 100644 --- a/packages.json +++ b/packages.json @@ -20377,6 +20377,19 @@ "license": "MIT", "web": "https://github.com/WilliamDraco/NWNT" }, + { + "name": "minhook", + "url": "https://github.com/khchen/minhook", + "method": "git", + "tags": [ + "hook", + "hooking", + "windows" + ], + "description": "MinHook wrapper for Nim", + "license": "MIT", + "web": "https://github.com/khchen/minhook" + }, { "name": "bytesequtils", "url": "https://github.com/Clonkk/bytesequtils", From c64216dd8aa40bcf1d3aacfa72ef19a7d520ca35 Mon Sep 17 00:00:00 2001 From: PMunch Date: Mon, 16 Nov 2020 11:25:49 +0100 Subject: [PATCH 077/143] Add wxNim and notifishower (#1713) --- packages.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/packages.json b/packages.json index 6501b7f..51ba635 100644 --- a/packages.json +++ b/packages.json @@ -1590,6 +1590,34 @@ "license": "MIT", "web": "https://github.com/PMunch/notificatcher" }, + { + "name": "notifishower", + "url": "https://github.com/PMunch/notifishower", + "method": "git", + "tags": [ + "binary", + "notifications", + "graphics", + "gui" + ], + "description": "Small program to draw notifications on the screen in a highly customisable way", + "license": "MIT", + "web": "https://github.com/PMunch/notifishower" + }, + { + "name": "wxnim", + "url": "https://github.com/PMunch/wxnim", + "method": "git", + "tags": [ + "wrapper", + "library", + "graphics", + "gui" + ], + "description": "Nim wrapper for wxWidgets. Also contains high-level genui macro", + "license": "MIT", + "web": "https://github.com/PMunch/wxnim" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim", From a29d11dd55d824d75df851adbc15185540931031 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Tue, 17 Nov 2020 23:39:42 -0800 Subject: [PATCH 078/143] update package noisy (#1714) --- packages.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 51ba635..94bf81b 100644 --- a/packages.json +++ b/packages.json @@ -19483,9 +19483,10 @@ "tags": [ "perlin", "simplex", - "noise" + "noise", + "simd" ], - "description": "Simple noise generation.", + "description": "SIMD-accelerated noise generation (Simplex, Perlin).", "license": "MIT", "web": "https://github.com/guzba/noisy" }, From 2b7147876ef92642003bc951bda7759adf26e132 Mon Sep 17 00:00:00 2001 From: Jack Tang <1190545+jackhftang@users.noreply.github.com> Date: Thu, 19 Nov 2020 19:35:31 +0800 Subject: [PATCH 079/143] added wyhash (#1715) --- packages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages.json b/packages.json index 94bf81b..3d840d9 100644 --- a/packages.json +++ b/packages.json @@ -20432,5 +20432,15 @@ "description": "Nim package to manipulate buffer as either seq[byte] or string", "license": "MIT", "web": "https://clonkk.github.io/bytesequtils/" + }, + { + "name": "wyhash", + "url": "https://github.com/jackhftang/wyhash.nim", + "method": "git", + "tags": [ + "hash" + ], + "description": "Nim wrapper for wyhash", + "license": "MIT" } ] From 31d8a03e2eb9861f4f3a8f1faddbd3cbacb626c1 Mon Sep 17 00:00:00 2001 From: hlaaftana <10591326+hlaaftana@users.noreply.github.com> Date: Thu, 19 Nov 2020 16:35:23 +0300 Subject: [PATCH 080/143] Add package sliceutils (#1716) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3d840d9..fc59fa7 100644 --- a/packages.json +++ b/packages.json @@ -20442,5 +20442,18 @@ ], "description": "Nim wrapper for wyhash", "license": "MIT" + }, + { + "name": "sliceutils", + "url": "https://github.com/hlaaftana/sliceutils", + "method": "git", + "tags": [ + "slice", + "index", + "iterator" + ], + "description": "Utilities for and extensions to Slice/HSlice", + "license": "MIT", + "web": "https://hlaaftana.github.io/sliceutils/sliceutils.html" } ] From d556da414c7dc24224066ec18a983ad34cbbb600 Mon Sep 17 00:00:00 2001 From: hlaaftana <10591326+hlaaftana@users.noreply.github.com> Date: Sun, 22 Nov 2020 10:22:28 +0300 Subject: [PATCH 081/143] Add package defines (#1717) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index fc59fa7..99367cf 100644 --- a/packages.json +++ b/packages.json @@ -20455,5 +20455,19 @@ "description": "Utilities for and extensions to Slice/HSlice", "license": "MIT", "web": "https://hlaaftana.github.io/sliceutils/sliceutils.html" + }, + { + "name": "defines", + "url": "https://github.com/hlaaftana/defines", + "method": "git", + "tags": [ + "sugar", + "macros", + "unpacking", + "assignment" + ], + "description": "syntax sugar for local definitions", + "license": "MIT", + "web": "https://hlaaftana.github.io/defines/defines.html" } ] From ea0f1f36e7885a09760c0c128efa1427c693eee1 Mon Sep 17 00:00:00 2001 From: treeform Date: Sat, 21 Nov 2020 23:22:48 -0800 Subject: [PATCH 082/143] Add pixie. (#1718) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 99367cf..2e5e644 100644 --- a/packages.json +++ b/packages.json @@ -11101,6 +11101,25 @@ "license": "MIT", "web": "https://github.com/treeform/urlly" }, + { + "name": "pixie", + "url": "https://github.com/treeform/pixie", + "method": "git", + "tags": [ + "images", + "paths", + "stroke", + "fill", + "vector", + "raster", + "png", + "bmp", + "jpg" + ], + "description": "Full-featured 2d graphics library for Nim.", + "license": "MIT", + "web": "https://github.com/treeform/pixie" + }, { "name": "xdo", "url": "https://github.com/juancarlospaco/nim-xdo", From 832cf6a8f4ea52ea5da0177a9bcb1c27e9ae11ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Sun, 22 Nov 2020 10:24:51 +0100 Subject: [PATCH 083/143] Add nimics (ics-file) (#1719) Create ICS files for email invites, eg. invite.ics --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2e5e644..1f25946 100644 --- a/packages.json +++ b/packages.json @@ -20488,5 +20488,18 @@ "description": "syntax sugar for local definitions", "license": "MIT", "web": "https://hlaaftana.github.io/defines/defines.html" + }, + { + "name": "nimics", + "url": "https://github.com/ThomasTJdev/nimics", + "method": "git", + "tags": [ + "ics", + "email", + "meeting" + ], + "description": "Create ICS files for email invites, eg. invite.ics", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nimics" } ] From 4ce869592a1649b6ef0536f73f367892003c86f4 Mon Sep 17 00:00:00 2001 From: lihaifeng Date: Mon, 23 Nov 2020 15:40:51 +0800 Subject: [PATCH 084/143] Add wxpay(A wechat payment sdk for nim) (#1720) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1f25946..72abb3f 100644 --- a/packages.json +++ b/packages.json @@ -13621,6 +13621,18 @@ "license": "MIT", "web": "https://github.com/lihf8515/parseini" }, + { + "name": "wxpay", + "url": "https://github.com/lihf8515/wxpay", + "method": "git", + "tags": [ + "wxpay", + "nim" + ], + "description": "A wechat payment sdk for nim.", + "license": "MIT", + "web": "https://github.com/lihf8515/wxpay" + }, { "name": "sonic", "url": "https://github.com/xmonader/nim-sonic-client", From ed35c4c897839c9b37995ed8108b11db1721887a Mon Sep 17 00:00:00 2001 From: S3pt3mb3r <33578715+s3pt3mb3r@users.noreply.github.com> Date: Tue, 24 Nov 2020 21:58:24 +0800 Subject: [PATCH 085/143] Add package colorizeEcho (#1721) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 72abb3f..63b884f 100644 --- a/packages.json +++ b/packages.json @@ -20513,5 +20513,20 @@ "description": "Create ICS files for email invites, eg. invite.ics", "license": "MIT", "web": "https://github.com/ThomasTJdev/nimics" + }, + { + "name": "colorizeEcho", + "url": "https://github.com/s3pt3mb3r/colorizeEcho", + "method": "git", + "tags": [ + "windows", + "commandprompt", + "color", + "output", + "debug" + ], + "description": "colorizeEcho is a package which colorize echo message on Windows command prompt.", + "license": "MIT", + "web": "https://github.com/s3pt3mb3r/colorizeEcho" } ] From f1f23b8df8c822581d46d1428ac927605481ca6c Mon Sep 17 00:00:00 2001 From: Vindaar Date: Thu, 26 Nov 2020 09:14:28 +0100 Subject: [PATCH 086/143] add latexdsl, rnim, take over nblosc maintenance (#1722) --- packages.json | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 63b884f..c9ef7ff 100644 --- a/packages.json +++ b/packages.json @@ -10604,7 +10604,7 @@ }, { "name": "blosc", - "url": "https://github.com/Skrylar/nblosc", + "url": "https://github.com/Vindaar/nblosc", "method": "git", "tags": [ "blosc", @@ -10613,7 +10613,7 @@ ], "description": "Bit Shuffling Block Compressor (C-Blosc)", "license": "BSD", - "web": "https://github.com/Skrylar/nblosc" + "web": "https://github.com/Vindaar/nblosc" }, { "name": "fltk", @@ -20528,5 +20528,33 @@ "description": "colorizeEcho is a package which colorize echo message on Windows command prompt.", "license": "MIT", "web": "https://github.com/s3pt3mb3r/colorizeEcho" + }, + { + "name": "latexdsl", + "url": "https://github.com/Vindaar/LatexDSL", + "method": "git", + "tags": [ + "library", + "dsl", + "latex" + ], + "description": "A DSL to generate LaTeX from Nim", + "license": "MIT", + "web": "https://github.com/Vindaar/LatexDSL" + }, + { + "name": "rnim", + "url": "https://github.com/SciNim/rnim", + "method": "git", + "tags": [ + "R", + "rstats", + "bridge", + "library", + "statistics" + ], + "description": "A bridge between R and Nim", + "license": "MIT", + "web": "https://github.com/SciNim/rnim" } ] From b48c0b4c859ca6119c3b724d1c2c25c9eea22aeb Mon Sep 17 00:00:00 2001 From: Amru Rosyada Date: Fri, 27 Nov 2020 02:03:52 +0700 Subject: [PATCH 087/143] add stdext (#1723) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c9ef7ff..936c9f7 100644 --- a/packages.json +++ b/packages.json @@ -20556,5 +20556,18 @@ "description": "A bridge between R and Nim", "license": "MIT", "web": "https://github.com/SciNim/rnim" + }, + { + "name": "stdext", + "url": "https://github.com/zendbit/nim.stdext", + "method": "git", + "tags": [ + "stdlib", + "tool", + "util" + ], + "description": "Extends stdlib make it easy on some case", + "license": "BSD", + "web": "https://github.com/zendbit/nim.stdext" } ] From cf8e8fa7fb3f8d284eb5f234578b7d087315294b Mon Sep 17 00:00:00 2001 From: Solitude Date: Fri, 27 Nov 2020 08:03:33 +0200 Subject: [PATCH 088/143] Add runeterra_decks (#1724) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 936c9f7..3b227af 100644 --- a/packages.json +++ b/packages.json @@ -20396,6 +20396,20 @@ "license": "MIT", "web": "https://github.com/SolitudeSF/discord_rpc" }, + { + "name": "runeterra_decks", + "url": "https://github.com/SolitudeSF/runeterra_decks", + "method": "git", + "tags": [ + "runeterra", + "deck", + "encoder", + "decoder" + ], + "description": "Legends of Runeterra deck/card code encoder/decoder", + "license": "MIT", + "web": "https://github.com/SolitudeSF/runeterra_decks" + }, { "name": "ngtcp2", "url": "https://github.com/status-im/nim-ngtcp2", From b1e8fbaad5f9f727dd68c2588679647d6b8ebe5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Fri, 27 Nov 2020 07:04:57 +0100 Subject: [PATCH 089/143] Add accuratesums (#1725) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 3b227af..107a36c 100644 --- a/packages.json +++ b/packages.json @@ -20583,5 +20583,23 @@ "description": "Extends stdlib make it easy on some case", "license": "BSD", "web": "https://github.com/zendbit/nim.stdext" + }, + { + "name": "AccurateSums", + "url": "https://gitlab.com/lbartoletti/accuratesums", + "method": "git", + "tags": [ + "sum", + "float", + "errors", + "floating point", + "rounding", + "numerical methods", + "number", + "math" + ], + "description": "Accurate Floating Point Sums and Products.", + "license": "MIT", + "web": "https://gitlab.com/lbartoletti/accuratesums" } ] From b3a7d74bffc3a5694019d6cb81a8b7ae9ddecafc Mon Sep 17 00:00:00 2001 From: Thiago Navarro <74574275+thisago@users.noreply.github.com> Date: Sun, 29 Nov 2020 17:31:04 -0300 Subject: [PATCH 090/143] Add shmk (#1727) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 107a36c..1bdec3b 100644 --- a/packages.json +++ b/packages.json @@ -20601,5 +20601,21 @@ "description": "Accurate Floating Point Sums and Products.", "license": "MIT", "web": "https://gitlab.com/lbartoletti/accuratesums" + }, + { + "name": "shmk", + "url": "https://gitlab.com/thisNimAgo/mk", + "method": "git", + "tags": [ + "mkdir", + "mkfile", + "directory", + "recursive", + "executable" + ], + "description": "Smart file/folder creation", + "license": "MIT", + "web": "https://gitlab.com/thisNimAgo/mk", + "doc": "https://gitlab.com/thisNimAgo/mk" } ] From 555881bc615524c3ddcfcab00763e5121bc088bf Mon Sep 17 00:00:00 2001 From: levovix0 <53170138+levovix0@users.noreply.github.com> Date: Tue, 1 Dec 2020 11:48:13 +0300 Subject: [PATCH 091/143] Add siwin (#1729) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 1bdec3b..28b7c3e 100644 --- a/packages.json +++ b/packages.json @@ -20617,5 +20617,16 @@ "license": "MIT", "web": "https://gitlab.com/thisNimAgo/mk", "doc": "https://gitlab.com/thisNimAgo/mk" + }, + { + "name": "siwin", + "url": "https://github.com/levovix0/siwin", + "method": "git", + "tags": [ + "windows", + "linux" + ], + "description": "Simple window maker.", + "license": "MIT" } ] From 9c6b27470471a634c5db09557f32813f18de7284 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Tue, 1 Dec 2020 02:48:54 -0600 Subject: [PATCH 092/143] add package nimsimd (#1730) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 28b7c3e..d5f4d06 100644 --- a/packages.json +++ b/packages.json @@ -20556,6 +20556,19 @@ "license": "MIT", "web": "https://github.com/Vindaar/LatexDSL" }, + { + "name": "nimsimd", + "url": "https://github.com/guzba/nimsimd", + "method": "git", + "tags": [ + "simd", + "sse", + "avx" + ], + "description": "Pleasant Nim bindings for SIMD instruction sets", + "license": "MIT", + "web": "https://github.com/guzba/nimsimd" + }, { "name": "rnim", "url": "https://github.com/SciNim/rnim", From 7b91ad2860a5cf3f90ee4c10ba6a7a2b5da12e0a Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Wed, 2 Dec 2020 16:06:44 +0200 Subject: [PATCH 093/143] Update my libraries (#1731) --- packages.json | 71 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 28 deletions(-) diff --git a/packages.json b/packages.json index d5f4d06..9fb5c85 100644 --- a/packages.json +++ b/packages.json @@ -15301,20 +15301,20 @@ }, { "name": "manu", - "url": "https://github.com/b3liever/manu", + "url": "https://github.com/planetis-m/manu", "method": "git", "tags": [ "matrix", "linear-algebra", "scientific" ], - "description": "Nim Matrix library", + "description": "Matrix library", "license": "MIT", - "web": "https://github.com/b3liever/manu" + "web": "https://github.com/planetis-m/manu" }, { "name": "jscanvas", - "url": "https://github.com/b3liever/jscanvas", + "url": "https://github.com/planetis-m/jscanvas", "method": "git", "tags": [ "html5", @@ -15325,47 +15325,74 @@ "browser", "javascript" ], - "description": "A Nim wrapper for the Canvas API", + "description": "a wrapper for the Canvas API", "license": "MIT", - "web": "https://github.com/b3liever/jscanvas" + "web": "https://github.com/planetis-m/jscanvas" }, { "name": "looper", - "url": "https://github.com/b3liever/looper", + "url": "https://github.com/planetis-m/looper", "method": "git", "tags": [ "loop", "iterator", "zip", - "enumerate" + "collect" ], - "description": "For loop macros for Nim", + "description": "for loop macros", "license": "MIT", - "web": "https://github.com/b3liever/looper" + "web": "https://github.com/planetis-m/looper" }, { "name": "protocoled", - "url": "https://github.com/b3liever/protocoled", + "url": "https://github.com/planetis-m/protocoled", "method": "git", "tags": [ "interface" ], - "description": "An interface macro for Nim", + "description": "an interface macro", "license": "MIT", - "web": "https://github.com/b3liever/protocoled" + "web": "https://github.com/planetis-m/protocoled" }, { "name": "eminim", - "url": "https://github.com/b3liever/eminim", + "url": "https://github.com/planetis-m/eminim", "method": "git", "tags": [ "json", "marshal", + "serialize", "deserialize" ], - "description": "JSON deserialization macro for Nim", + "description": "JSON serialization library", "license": "MIT", - "web": "https://github.com/b3liever/eminim" + "web": "https://github.com/planetis-m/eminim" + }, + { + "name": "gnuplotlib", + "url": "https://github.com/planetis-m/gnuplotlib", + "method": "git", + "tags": [ + "graphics", + "plotting", + "graphing", + "data" + ], + "description": "gnuplot interface", + "license": "MIT", + "web": "https://github.com/planetis-m/gnuplotlib" + }, + { + "name": "patgraph", + "url": "https://github.com/planetis-m/patgraph", + "method": "git", + "tags": [ + "graph", + "datastructures" + ], + "description": "Graph data structure library", + "license": "MIT", + "web": "https://github.com/planetis-m/patgraph" }, { "name": "golden", @@ -16403,18 +16430,6 @@ "license": "MIT", "web": "https://github.com/jiro4989/gyaric" }, - { - "name": "patgraph", - "url": "https://github.com/b3liever/patgraph", - "method": "git", - "tags": [ - "datastructures", - "library" - ], - "description": "Graph data structure library", - "license": "MIT", - "web": "https://github.com/b3liever/patgraph" - }, { "name": "skbintext", "url": "https://github.com/skrylar/skbintext", From 00f321cfc72e51849146be7778509381c9fa5fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Czapli=C5=84ski?= Date: Thu, 3 Dec 2020 11:08:50 +0100 Subject: [PATCH 094/143] Fix "web" URL for nimterop (#1732) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 9fb5c85..73f608d 100644 --- a/packages.json +++ b/packages.json @@ -12836,7 +12836,7 @@ ], "description": "Nimterop makes C/C++ interop within Nim seamless", "license": "MIT", - "web": "https://github.com/genotrance/nimtreesitter" + "web": "https://github.com/genotrance/nimterop" }, { "name": "ringDeque", From b4a078e6c0becae3b09195ff50d5f068dd7dfdbb Mon Sep 17 00:00:00 2001 From: treeform Date: Thu, 3 Dec 2020 12:20:28 -0800 Subject: [PATCH 095/143] Add jsony. (#1733) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 73f608d..0b0ad64 100644 --- a/packages.json +++ b/packages.json @@ -11120,6 +11120,17 @@ "license": "MIT", "web": "https://github.com/treeform/pixie" }, + { + "name": "jsony", + "url": "https://github.com/treeform/jsony", + "method": "git", + "tags": [ + "json" + ], + "description": "A loose, direct to object json parser with hooks.", + "license": "MIT", + "web": "https://github.com/treeform/jsony" + }, { "name": "xdo", "url": "https://github.com/juancarlospaco/nim-xdo", From 9bf37df589563d9d3d423fb82280cb032785bae9 Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Fri, 4 Dec 2020 00:51:15 +0200 Subject: [PATCH 096/143] Add package bingod (#1734) --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 0b0ad64..2978465 100644 --- a/packages.json +++ b/packages.json @@ -15375,10 +15375,24 @@ "serialize", "deserialize" ], - "description": "JSON serialization library", + "description": "JSON serialization framework", "license": "MIT", "web": "https://github.com/planetis-m/eminim" }, + { + "name": "bingod", + "url": "https://github.com/planetis-m/bingod", + "method": "git", + "tags": [ + "binary", + "marshal", + "serialize", + "deserialize" + ], + "description": "Binary serialization framework", + "license": "MIT", + "web": "https://github.com/planetis-m/bingod" + }, { "name": "gnuplotlib", "url": "https://github.com/planetis-m/gnuplotlib", From 2c04b374d1de7a3faa20f3330e7b920d76ef4616 Mon Sep 17 00:00:00 2001 From: "Shuu.N" Date: Fri, 4 Dec 2020 23:17:35 +0900 Subject: [PATCH 097/143] Update package moe (#1735) --- packages.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 2978465..14a6b51 100644 --- a/packages.json +++ b/packages.json @@ -12422,9 +12422,10 @@ "command-line", "editor", "text", - "cli" + "cli", + "terminal" ], - "description": "A command lined based text editor", + "description": "A command lined based text editor inspired by vi/vim", "license": "GPLv3", "web": "https://github.com/fox0430/moe" }, From 2e801634fb9cb8698808a077840fb45f9cf86739 Mon Sep 17 00:00:00 2001 From: Jens Alfke Date: Fri, 4 Dec 2020 20:46:47 -0800 Subject: [PATCH 098/143] Added NimDBX (#1737) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 14a6b51..30e55b0 100644 --- a/packages.json +++ b/packages.json @@ -20682,5 +20682,19 @@ ], "description": "Simple window maker.", "license": "MIT" + }, + { + "name": "NimDBX", + "url": "https://github.com/snej/nimdbx", + "method": "git", + "tags": [ + "database", + "libmdbx", + "LMDB", + "bindings", + "library" + ], + "description": "Fast persistent key-value store, based on libmdbx", + "license": "Apache-2.0" } ] From d7d807f94651cff3f80ce0cfade7efa281434857 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 5 Dec 2020 16:55:52 +0800 Subject: [PATCH 099/143] Update url for ternary_tree (#1738) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 30e55b0..72f85b9 100644 --- a/packages.json +++ b/packages.json @@ -14759,14 +14759,14 @@ }, { "name": "ternary_tree", - "url": "https://github.com/Cirru/ternary-tree", + "url": "https://github.com/calcit-lang/ternary-tree", "method": "git", "tags": [ "data-structure" ], "description": "Structural sharing data structure of lists and maps.", "license": "MIT", - "web": "https://github.com/Cirru/ternary-tree" + "web": "https://github.com/calcit-lang/ternary-tree" }, { "name": "reframe", From cf8859039a556959abc345476f6cf278baaf8670 Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Mon, 7 Dec 2020 15:05:02 +0200 Subject: [PATCH 100/143] Rename package (#1739) --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 72f85b9..ddd0f3b 100644 --- a/packages.json +++ b/packages.json @@ -15381,8 +15381,8 @@ "web": "https://github.com/planetis-m/eminim" }, { - "name": "bingod", - "url": "https://github.com/planetis-m/bingod", + "name": "bingo", + "url": "https://github.com/planetis-m/bingo", "method": "git", "tags": [ "binary", @@ -15392,7 +15392,7 @@ ], "description": "Binary serialization framework", "license": "MIT", - "web": "https://github.com/planetis-m/bingod" + "web": "https://github.com/planetis-m/bingo" }, { "name": "gnuplotlib", From 9eb11188c9688f8d9462bbc2a2aff2a2ea973a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E5=8C=97?= <805408477@qq.com> Date: Tue, 8 Dec 2020 12:32:23 +0800 Subject: [PATCH 101/143] Added package unimcli (#1740) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ddd0f3b..d8568b5 100644 --- a/packages.json +++ b/packages.json @@ -20696,5 +20696,19 @@ ], "description": "Fast persistent key-value store, based on libmdbx", "license": "Apache-2.0" + }, + { + "name": "unimcli", + "url": "https://github.com/unimorg/unimcli", + "method": "git", + "tags": [ + "nimble", + "nim-lang-cn", + "tools", + "cli" + ], + "description": "User-friendly nimcli.", + "license": "MIT", + "web": "https://github.com/unimorg/unimcli" } ] From 7297d58b5c922907ce69d0bc45fe6bd72bf5ab01 Mon Sep 17 00:00:00 2001 From: Regis Caillaud <35006197+Clonkk@users.noreply.github.com> Date: Wed, 9 Dec 2020 14:26:58 +0100 Subject: [PATCH 102/143] Added package timelog (#1741) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index d8568b5..32caee0 100644 --- a/packages.json +++ b/packages.json @@ -20710,5 +20710,18 @@ "description": "User-friendly nimcli.", "license": "MIT", "web": "https://github.com/unimorg/unimcli" + }, + { + "name": "timelog", + "url": "https://github.com/Clonkk/timelog", + "method": "git", + "tags": [ + "timing", + "log", + "template" + ], + "description": "Simple nimble package to log monotic timings", + "license": "MIT", + "web": "https://github.com/Clonkk/timelog" } ] From 51d67d1c0d9e1c4c8b5b0e8fcab3702db2e5fc57 Mon Sep 17 00:00:00 2001 From: hlaaftana <10591326+hlaaftana@users.noreply.github.com> Date: Wed, 9 Dec 2020 19:21:52 +0300 Subject: [PATCH 103/143] Add package applicates (#1742) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 32caee0..54c1048 100644 --- a/packages.json +++ b/packages.json @@ -20711,6 +20711,20 @@ "license": "MIT", "web": "https://github.com/unimorg/unimcli" }, + { + "name": "applicates", + "url": "https://github.com/hlaaftana/applicates", + "method": "git", + "tags": [ + "sugar", + "macros", + "template", + "functional" + ], + "description": "\"pointers\" to cached AST that instantiate routines when called", + "license": "MIT", + "web": "https://hlaaftana.github.io/applicates/applicates.html" + }, { "name": "timelog", "url": "https://github.com/Clonkk/timelog", From 0e9e86c8d9c360c294b2946037d345e202478fa4 Mon Sep 17 00:00:00 2001 From: Stefanos Mandalas <47466000+sealmove@users.noreply.github.com> Date: Thu, 10 Dec 2020 16:20:39 +0200 Subject: [PATCH 104/143] Added package bitstreams (#1746) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 54c1048..5918281 100644 --- a/packages.json +++ b/packages.json @@ -20737,5 +20737,18 @@ "description": "Simple nimble package to log monotic timings", "license": "MIT", "web": "https://github.com/Clonkk/timelog" + }, + { + "name": "bitstreams", + "url": "https://github.com/sealmove/bitstreams", + "method": "git", + "tags": [ + "library", + "streams", + "bits" + ], + "description": "Interface for reading per bits", + "license": "MIT", + "web": "https://github.com/sealmove/bitstreams" } ] From 7f690d35f09055bc2204a81a7467ee16de47692f Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Thu, 10 Dec 2020 17:36:00 +0200 Subject: [PATCH 105/143] Added package sparseset (#1745) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5918281..2af0fef 100644 --- a/packages.json +++ b/packages.json @@ -20738,6 +20738,19 @@ "license": "MIT", "web": "https://github.com/Clonkk/timelog" }, + { + "name": "sparseset", + "url": "https://github.com/planetis-m/sparseset", + "method": "git", + "tags": [ + "sparseset", + "library", + "datastructures" + ], + "description": "Sparsets for Nim", + "license": "MIT", + "web": "https://github.com/planetis-m/sparseset" + }, { "name": "bitstreams", "url": "https://github.com/sealmove/bitstreams", From 868b48a5af922b2a3205309e322f90b47aeaaa88 Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Fri, 11 Dec 2020 17:04:30 -0500 Subject: [PATCH 106/143] GitHub actions (#1744) * Add GitHub actions * Workflow typo * Workflow typo * Use GITHUB_TOKEN in build if available --- .github/workflows/test.yml | 16 ++++++++++++++++ package_scanner.nim | 8 ++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..6df8ab5 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,16 @@ +on: + pull_request: + push: + +jobs: + default: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: iffy/install-nim@v3 + with: + version: stable + - run: nim c -d:ssl -r package_scanner.nim + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - run: node ./validate_json.js diff --git a/package_scanner.nim b/package_scanner.nim index 78c4f0b..7756527 100644 --- a/package_scanner.nim +++ b/package_scanner.nim @@ -54,12 +54,16 @@ proc canFetchNimbleRepository(name: string, urlJson: JsonNode): bool = # nimble file in it result = true var url: string + var client = newHttpClient(timeout=100000) + defer: client.close() if not urlJson.isNil: url = urlJson.str - + if url.startsWith("https://github.com"): + if existsEnv("GITHUB_TOKEN"): + client.headers = newHttpHeaders({"authorization": "Bearer " & getEnv("GITHUB_TOKEN")}) try: - discard getContent(url, timeout=10000) + discard client.getContent(url) except HttpRequestError, TimeoutError: echo "W: ", name, ": unable to fetch repo ", url, " ", getCurrentExceptionMsg() From 4095a37797dd74947820fb285739db9b4e04be32 Mon Sep 17 00:00:00 2001 From: Gabben <43146729+gabbhack@users.noreply.github.com> Date: Sun, 13 Dec 2020 09:54:00 +0500 Subject: [PATCH 107/143] Added package deser (#1748) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2af0fef..5626f8f 100644 --- a/packages.json +++ b/packages.json @@ -20763,5 +20763,18 @@ "description": "Interface for reading per bits", "license": "MIT", "web": "https://github.com/sealmove/bitstreams" + }, + { + "name": "deser", + "url": "https://github.com/gabbhack/deser", + "method": "git", + "tags": [ + "library", + "deserialization", + "serialization" + ], + "description": "De/serialization library for Nim ", + "license": "MIT", + "web": "https://github.com/gabbhack/deser" } ] From e2f7ad3c22dc6a75446d806563f7443d2e2be18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Sun, 13 Dec 2020 05:54:16 +0100 Subject: [PATCH 108/143] Change ownership of nimlibxlsxwriter (#1749) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 5626f8f..7e5f49f 100644 --- a/packages.json +++ b/packages.json @@ -9646,7 +9646,7 @@ }, { "name": "nimlibxlsxwriter", - "url": "https://github.com/KeepCoolWithCoolidge/nimlibxlsxwriter", + "url": "https://github.com/ThomasTJdev/nimlibxlsxwriter", "method": "git", "tags": [ "Excel", @@ -9655,7 +9655,7 @@ ], "description": "libxslxwriter wrapper for Nim", "license": "MIT", - "web": "https://github.com/KeepCoolWithCoolidge/nimlibxlsxwriter" + "web": "https://github.com/ThomasTJdev/nimlibxlsxwriter" }, { "name": "nimclutter", From 09f14d28152fe55ba364669e0dfcbade74478709 Mon Sep 17 00:00:00 2001 From: haxscramper Date: Mon, 14 Dec 2020 13:23:51 +0300 Subject: [PATCH 109/143] Added package nimtraits (#1750) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7e5f49f..e26c451 100644 --- a/packages.json +++ b/packages.json @@ -20776,5 +20776,18 @@ "description": "De/serialization library for Nim ", "license": "MIT", "web": "https://github.com/gabbhack/deser" + }, + { + "name": "nimtraits", + "url": "https://github.com/haxscramper/nimtraits", + "method": "git", + "tags": [ + "macro", + "library", + "traits" + ], + "description": "Trait system for nim", + "license": "Apache-2.0", + "web": "https://github.com/haxscramper/nimtraits" } ] From b372b5f66b65fa90a0ce4670e8cb20cfc2545da3 Mon Sep 17 00:00:00 2001 From: haxscramper Date: Mon, 14 Dec 2020 18:17:29 +0300 Subject: [PATCH 110/143] Added package htsparse (#1747) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e26c451..edfc381 100644 --- a/packages.json +++ b/packages.json @@ -20764,6 +20764,20 @@ "license": "MIT", "web": "https://github.com/sealmove/bitstreams" }, + { + "name": "htsparse", + "url": "https://github.com/haxscramper/htsparse", + "method": "git", + "tags": [ + "library", + "wrapper", + "parser", + "" + ], + "description": "Nim wrappers for tree-sitter parser grammars", + "license": "Apache-2.0", + "web": "https://github.com/haxscramper/htsparse" + }, { "name": "deser", "url": "https://github.com/gabbhack/deser", From fc2f334699b9aea03b1a40bd4db0b89872b71a54 Mon Sep 17 00:00:00 2001 From: Gabben <43146729+gabbhack@users.noreply.github.com> Date: Tue, 15 Dec 2020 20:50:17 +0500 Subject: [PATCH 111/143] Added package deser_json (#1751) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index edfc381..4d7070f 100644 --- a/packages.json +++ b/packages.json @@ -20803,5 +20803,20 @@ "description": "Trait system for nim", "license": "Apache-2.0", "web": "https://github.com/haxscramper/nimtraits" + }, + { + "name": "deser_json", + "url": "https://github.com/gabbhack/deser_json", + "method": "git", + "tags": [ + "JSON", + "library", + "serialization", + "deserialization", + "deser" + ], + "description": "JSON-Binding for deser", + "license": "MIT", + "web": "https://github.com/gabbhack/deser_json" } ] From 37fa18364150ab2a51a57a36c61cc76db2ff20ec Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 17 Dec 2020 05:18:49 -0300 Subject: [PATCH 112/143] Added package nodejs (#1753) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4d7070f..5a6e6c3 100644 --- a/packages.json +++ b/packages.json @@ -20818,5 +20818,17 @@ "description": "JSON-Binding for deser", "license": "MIT", "web": "https://github.com/gabbhack/deser_json" + }, + { + "name": "nodejs", + "url": "https://github.com/juancarlospaco/nodestdlib", + "method": "git", + "tags": [ + "javascript", + "node" + ], + "description": "NodeJS Standard Library for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nodestdlib" } ] From 3e0496382de9cf0fa05fd23e7e961b9014734249 Mon Sep 17 00:00:00 2001 From: levovix0 <53170138+levovix0@users.noreply.github.com> Date: Thu, 17 Dec 2020 15:44:35 +0300 Subject: [PATCH 113/143] add web URL for siwin (#1754) --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 5a6e6c3..3195689 100644 --- a/packages.json +++ b/packages.json @@ -20681,7 +20681,8 @@ "linux" ], "description": "Simple window maker.", - "license": "MIT" + "license": "MIT", + "web": "https://github.com/levovix0/siwin" }, { "name": "NimDBX", From 901abf306091030e3e2c54c38315d739e7a07c78 Mon Sep 17 00:00:00 2001 From: rockcavera Date: Sat, 19 Dec 2020 04:59:16 -0300 Subject: [PATCH 114/143] Added package dnsprotocol (#1756) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 3195689..c478446 100644 --- a/packages.json +++ b/packages.json @@ -20831,5 +20831,17 @@ "description": "NodeJS Standard Library for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nodestdlib" + }, + { + "name": "dnsprotocol", + "url": "https://github.com/rockcavera/nim-dnsprotocol", + "method": "git", + "tags": [ + "dns", + "protocol" + ], + "description": "Domain Name System (DNS) protocol for Nim programming language", + "license": "MIT", + "web": "https://github.com/rockcavera/nim-dnsprotocol" } ] From 3fdd88a5c44c0706a7f41b86b2904f5a43bc043b Mon Sep 17 00:00:00 2001 From: rockcavera Date: Sat, 19 Dec 2020 06:08:42 -0300 Subject: [PATCH 115/143] Add package ndns (#1757) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c478446..3bc4cab 100644 --- a/packages.json +++ b/packages.json @@ -20832,6 +20832,20 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nodestdlib" }, + { + "name": "ndns", + "url": "https://github.com/rockcavera/nim-ndns", + "method": "git", + "tags": [ + "dns", + "client", + "udp", + "tcp" + ], + "description": "A pure Nim Domain Name System (DNS) client", + "license": "MIT", + "web": "https://github.com/rockcavera/nim-ndns" + }, { "name": "dnsprotocol", "url": "https://github.com/rockcavera/nim-dnsprotocol", From bd2caad88e848b9d406470828c3961fa0015ebd7 Mon Sep 17 00:00:00 2001 From: Jake Leahy Date: Sat, 19 Dec 2020 21:17:47 +1100 Subject: [PATCH 116/143] Added package dimscmd (#1758) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3bc4cab..38e1e05 100644 --- a/packages.json +++ b/packages.json @@ -20857,5 +20857,18 @@ "description": "Domain Name System (DNS) protocol for Nim programming language", "license": "MIT", "web": "https://github.com/rockcavera/nim-dnsprotocol" + }, + { + "name": "dimscmd", + "url": "https://github.com/ire4ever1190/dimscordCommandHandler", + "method": "git", + "tags": [ + "discord,", + "dimscord,", + "library" + ], + "description": "A command handler for the dimscord discord library", + "license": "MIT", + "web": "https://github.com/ire4ever1190/dimscordCommandHandler" } ] From ba4142303c0fe42e05b3f0a82d1f820e0f714997 Mon Sep 17 00:00:00 2001 From: Zois Pagoulatos Date: Sun, 20 Dec 2020 22:00:46 +0100 Subject: [PATCH 117/143] Added package amka (#1760) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 38e1e05..049f2e0 100644 --- a/packages.json +++ b/packages.json @@ -20870,5 +20870,17 @@ "description": "A command handler for the dimscord discord library", "license": "MIT", "web": "https://github.com/ire4ever1190/dimscordCommandHandler" + }, + { + "name": "amka", + "url": "https://github.com/zoispag/amka-nim", + "method": "git", + "tags": [ + "amka", + "greek-social-security-number" + ], + "description": "A validator for greek social security number (AMKA)", + "license": "MIT", + "web": "https://github.com/zoispag/amka-nim" } ] From fe435d5ea7b7ec3653cbf2789aa040b9913520cd Mon Sep 17 00:00:00 2001 From: Jason Beetham Date: Wed, 23 Dec 2020 04:12:56 -0700 Subject: [PATCH 118/143] Added nimscripter to registry. (#1761) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 049f2e0..d808f6a 100644 --- a/packages.json +++ b/packages.json @@ -20882,5 +20882,17 @@ "description": "A validator for greek social security number (AMKA)", "license": "MIT", "web": "https://github.com/zoispag/amka-nim" + }, + { + "name": "Nimscripter", + "url": "https://github.com/beef331/nimscripter", + "method": "git", + "tags": [ + "scripting", + "nimscript" + ], + "description": "Easy to use Nim/Nimscript interop, for scripting logic in compiled binaries.", + "license": "MIT", + "web": "https://github.com/beef331/nimscripter" } ] From 8b9b8eb97b2ea8a30f04b7c42f803156b3e0ed90 Mon Sep 17 00:00:00 2001 From: Code Hz Date: Fri, 25 Dec 2020 08:24:05 +0800 Subject: [PATCH 119/143] Add package vtable (#1762) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index d808f6a..797eb0a 100644 --- a/packages.json +++ b/packages.json @@ -20894,5 +20894,18 @@ "description": "Easy to use Nim/Nimscript interop, for scripting logic in compiled binaries.", "license": "MIT", "web": "https://github.com/beef331/nimscripter" + }, + { + "name": "vtable", + "url": "https://github.com/codehz/nim-vtable", + "method": "git", + "tags": [ + "oop", + "method", + "vtable", + "trait" + ], + "description": "Implement dynamic dispatch through vtable, should works for dynlib.", + "license": "LGPL-3.0" } ] From 8b53c4968ac9d60c962c56f4f196337f83e73c07 Mon Sep 17 00:00:00 2001 From: "Kerry A. Cobb" Date: Fri, 25 Dec 2020 05:54:36 -0600 Subject: [PATCH 120/143] Added package phylogeni (#1763) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 797eb0a..e00f9f2 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,20 @@ [ + { + "name": "PhylogeNi", + "url": "https://github.com/kerrycobb/PhylogeNi", + "method": "git", + "tags": [ + "phylogenetics", + "phylogeny", + "tree", + "bioinformatics", + "evolution" + ], + "description": "A library with some basic functions for working with phylogenetic trees.", + "license": "MIT", + "web": "https://github.com/kerrycobb/PhylogeNi/", + "doc": "https://kerrycobb.github.io/PhylogeNi/" + }, { "name": "geminim", "url": "https://github.com/IDF31/geminim", From d1f0f16bead13aaa023bc20041576b66d6113821 Mon Sep 17 00:00:00 2001 From: Code Hz Date: Mon, 28 Dec 2020 00:14:58 +0800 Subject: [PATCH 121/143] Add xmlio (#1764) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index e00f9f2..26ff855 100644 --- a/packages.json +++ b/packages.json @@ -20923,5 +20923,17 @@ ], "description": "Implement dynamic dispatch through vtable, should works for dynlib.", "license": "LGPL-3.0" + }, + { + "name": "xmlio", + "url": "https://github.com/codehz/xmlio", + "method": "git", + "tags": [ + "xml", + "deserialize", + "vtable" + ], + "description": "Mapping nim type to xml node, and parse from it.", + "license": "LGPL-3.0" } ] From dca7dd920c1b326cd70c9a951f8296f362e9e1de Mon Sep 17 00:00:00 2001 From: Mutsuha Asada <43488453+momeemt@users.noreply.github.com> Date: Mon, 28 Dec 2020 21:41:15 +0900 Subject: [PATCH 122/143] Added package Palette (#1765) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 26ff855..306aceb 100644 --- a/packages.json +++ b/packages.json @@ -14,7 +14,7 @@ "license": "MIT", "web": "https://github.com/kerrycobb/PhylogeNi/", "doc": "https://kerrycobb.github.io/PhylogeNi/" - }, + }, { "name": "geminim", "url": "https://github.com/IDF31/geminim", @@ -20935,5 +20935,18 @@ ], "description": "Mapping nim type to xml node, and parse from it.", "license": "LGPL-3.0" + }, + { + "name": "Palette", + "url": "https://github.com/momeemt/Palette", + "method": "git", + "tags": [ + "color", + "library", + "nigui" + ], + "description": "Color Library", + "license": "MIT", + "web": "https://github.com/momeemt/Palette" } ] From 92edeb2db81a6a9165d7c95e4666ebb02307f0ee Mon Sep 17 00:00:00 2001 From: Carlo Capocasa Date: Wed, 30 Dec 2020 11:41:12 +0100 Subject: [PATCH 123/143] Add 3 video related packages (#1766) --- packages.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/packages.json b/packages.json index 306aceb..9cd083d 100644 --- a/packages.json +++ b/packages.json @@ -18775,6 +18775,53 @@ "license": "MIT", "web": "https://github.com/capocasa/naw" }, + { + "name": "opus", + "url": "https://github.com/capocasa/nim-opus", + "method": "git", + "tags": [ + "opus", + "decoder", + "xiph", + "audio", + "codec", + "lossy", + "compression" + ], + "description": "A nimterop wrapper for the opus audio decoder", + "license": "MIT", + "web": "https://github.com/capocasa/nim-opus" + }, + { + "name": "nestegg", + "url": "https://github.com/capocasa/nim-nestegg", + "method": "git", + "tags": [ + "nestegg", + "demuxer", + "webm", + "video", + "container" + ], + "description": "A nimterop wrapper for the nestegg portable webm video demuxer", + "license": "MIT", + "web": "https://github.com/capocasa/nim-nestegg" + }, + { + "name": "dav1d", + "url": "https://github.com/capocasa/nim-dav1d", + "method": "git", + "tags": [ + "dav1d", + "decoder", + "av1", + "video", + "codec" + ], + "description": "A nimterop wrapper for the dav1d portable-and-fast AV1 video decoder", + "license": "MIT", + "web": "https://github.com/capocasa/nim-dav1d" + }, { "name": "nimviz", "url": "https://github.com/Rekihyt/nimviz", From 54ed2449040cae4b75dd4d7d1b9f047160b61257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowak?= Date: Wed, 30 Dec 2020 18:44:52 +0100 Subject: [PATCH 124/143] Added fuzzy search library (#1768) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 9cd083d..4900121 100644 --- a/packages.json +++ b/packages.json @@ -11478,6 +11478,18 @@ "license": "MIT", "web": "https://github.com/pigmej/nim-simple-decimal" }, + { + "name": "fuzzy", + "url": "https://github.com/pigmej/fuzzy", + "method": "git", + "tags": [ + "fuzzy", + "search" + ], + "description": "Pure nim fuzzy search implementation. Supports substrings etc", + "license": "MIT", + "web": "https://github.com/pigmej/fuzzy" + }, { "name": "calibre", "url": "https://github.com/juancarlospaco/nim-calibre", From dd8d0e84bdab4ec1ccd81eff558b22ea9234ef83 Mon Sep 17 00:00:00 2001 From: Javier Santo Domingo Date: Fri, 1 Jan 2021 05:10:53 -0300 Subject: [PATCH 125/143] Added package webrod (#1770) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4900121..714baa0 100644 --- a/packages.json +++ b/packages.json @@ -21007,5 +21007,18 @@ "description": "Color Library", "license": "MIT", "web": "https://github.com/momeemt/Palette" + }, + { + "name": "webrod", + "url": "https://github.com/j-a-s-d/webrod", + "method": "git", + "tags": [ + "web", + "server", + "library" + ], + "description": "webrod", + "license": "MIT", + "web": "https://github.com/j-a-s-d/webrod" } ] From b53af330b95fb2ecccab28fbeb3a753d228613df Mon Sep 17 00:00:00 2001 From: William 'psyFi' Hatcher Date: Fri, 1 Jan 2021 02:11:22 -0600 Subject: [PATCH 126/143] Added azure_translate (#1769) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 714baa0..c877e7f 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,15 @@ [ + { + "name": "azure_translate", + "url": "https://github.com/williamhatcher/azure_translate", + "method": "git", + "tags": [ + "translate" + ], + "description": "Nim Library for Azure Cognitive Services Translate", + "license": "MIT", + "web": "https://github.com/williamhatcher/azure_translate" + }, { "name": "PhylogeNi", "url": "https://github.com/kerrycobb/PhylogeNi", From 0417ce4d4bc20b8022ef55fc22954024de690cc2 Mon Sep 17 00:00:00 2001 From: inv2004 Date: Wed, 6 Jan 2021 08:58:36 +0300 Subject: [PATCH 127/143] Added package Decimal (#1772) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index c877e7f..905f317 100644 --- a/packages.json +++ b/packages.json @@ -21031,5 +21031,19 @@ "description": "webrod", "license": "MIT", "web": "https://github.com/j-a-s-d/webrod" + }, + { + "name": "Decimal", + "url": "https://github.com/inv2004/nim-decimal", + "method": "git", + "tags": [ + "decimal", + "arithmetic", + "mpdecimal", + "precision" + ], + "description": "A correctly-rounded arbitrary precision decimal floating point arithmetic library", + "license": "(MIT or Apache License 2.0) and Simplified BSD", + "web": "https://github.com/inv2004/nim-decimal" } ] From 741dfb9f97e11460a4340c1dee810b75dd8fe45d Mon Sep 17 00:00:00 2001 From: inv2004 Date: Wed, 6 Jan 2021 13:14:55 +0300 Subject: [PATCH 128/143] Decimal => decimal (#1773) --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 905f317..0d767ea 100644 --- a/packages.json +++ b/packages.json @@ -21033,7 +21033,7 @@ "web": "https://github.com/j-a-s-d/webrod" }, { - "name": "Decimal", + "name": "decimal", "url": "https://github.com/inv2004/nim-decimal", "method": "git", "tags": [ From 2f0773b7e8205ef79eafc4a175ded854d789f5be Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 7 Jan 2021 13:48:42 +0100 Subject: [PATCH 129/143] Added package torm (#1774) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 0d767ea..50e48bd 100644 --- a/packages.json +++ b/packages.json @@ -21045,5 +21045,18 @@ "description": "A correctly-rounded arbitrary precision decimal floating point arithmetic library", "license": "(MIT or Apache License 2.0) and Simplified BSD", "web": "https://github.com/inv2004/nim-decimal" + }, + { + "name": "torm", + "url": "https://github.com/cybertim/torm", + "method": "git", + "tags": [ + "orm", + "db", + "database" + ], + "description": "Tiny ORM for SQLite.", + "license": "MIT", + "web": "https://github.com/cybertim/torm" } ] From f01d4fa1fa4136791d187bda651038c2aa5dabcd Mon Sep 17 00:00:00 2001 From: inv2004 Date: Fri, 8 Jan 2021 09:19:28 +0300 Subject: [PATCH 130/143] Added package coinbase_pro (#1775) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 50e48bd..6b80132 100644 --- a/packages.json +++ b/packages.json @@ -21058,5 +21058,19 @@ "description": "Tiny ORM for SQLite.", "license": "MIT", "web": "https://github.com/cybertim/torm" + }, + { + "name": "coinbase_pro", + "url": "https://github.com/inv2004/coinbase-pro-nim", + "method": "git", + "tags": [ + "coinbase", + "crypto", + "exchange", + "bitcoin" + ], + "description": "Coinbase pro client for Nim", + "license": "MIT", + "web": "https://github.com/inv2004/coinbase-pro-nim" } ] From c26dc44aa602be2e15f8c3b221431425977dc09f Mon Sep 17 00:00:00 2001 From: Dmitry Matveyev Date: Fri, 8 Jan 2021 23:41:14 +0600 Subject: [PATCH 131/143] Added package nimraylib_now --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 6b80132..98d8739 100644 --- a/packages.json +++ b/packages.json @@ -21072,5 +21072,19 @@ "description": "Coinbase pro client for Nim", "license": "MIT", "web": "https://github.com/inv2004/coinbase-pro-nim" + }, + { + "name": "nimraylib_now", + "url": "https://github.com/greenfork/nimraylib_now", + "method": "git", + "tags": [ + "library", + "wrapper", + "raylib", + "gaming" + ], + "description": "The Ultimate Raylib gaming library wrapper", + "license": "MIT", + "web": "https://github.com/greenfork/nimraylib_now" } ] From 90d5300b57b1dcaeed92aeed567c28367dba1112 Mon Sep 17 00:00:00 2001 From: enimatek <77200435+enimatek-nl@users.noreply.github.com> Date: Sun, 10 Jan 2021 09:51:18 +0100 Subject: [PATCH 132/143] updated torm and added tencil (#1777) --- packages.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 98d8739..17f4753 100644 --- a/packages.json +++ b/packages.json @@ -21048,16 +21048,30 @@ }, { "name": "torm", - "url": "https://github.com/cybertim/torm", + "url": "https://github.com/enimatek-nl/torm", "method": "git", "tags": [ "orm", "db", "database" ], - "description": "Tiny ORM for SQLite.", + "description": "Tiny object relational mapper (torm) for SQLite in Nim.", "license": "MIT", - "web": "https://github.com/cybertim/torm" + "web": "https://github.com/enimatek-nl/torm" + }, + { + "name": "tencil", + "url": "https://github.com/enimatek-nl/tencil", + "method": "git", + "tags": [ + "web", + "html", + "template", + "mustache" + ], + "description": "Tencil is a mustache-compatible JSON based template engine for Nim.", + "license": "MIT", + "web": "https://github.com/enimatek-nl/tencil" }, { "name": "coinbase_pro", From 4a5eb8e15b0b57175d4e6998e4b9a4c276bfa943 Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Mon, 11 Jan 2021 05:14:33 +0000 Subject: [PATCH 133/143] Add package hostname (#1778) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 17f4753..2be82dd 100644 --- a/packages.json +++ b/packages.json @@ -21100,5 +21100,22 @@ "description": "The Ultimate Raylib gaming library wrapper", "license": "MIT", "web": "https://github.com/greenfork/nimraylib_now" + }, + { + "name": "hostname", + "url": "https://github.com/rominf/nim-hostname", + "method": "git", + "tags": [ + "android", + "bsd", + "hostname", + "library", + "posix", + "unix", + "windows" + ], + "description": "Nim library to get/set a hostname", + "license": "Apache-2.0", + "web": "https://github.com/rominf/nim-hostname" } ] From 9c073516263d2fb21a6a8157a86ec6b2eccd53da Mon Sep 17 00:00:00 2001 From: luisacosta828 <55286192+luisacosta828@users.noreply.github.com> Date: Mon, 11 Jan 2021 02:11:11 -0400 Subject: [PATCH 134/143] Added package pgxcrown (#1779) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2be82dd..8678423 100644 --- a/packages.json +++ b/packages.json @@ -21101,6 +21101,19 @@ "license": "MIT", "web": "https://github.com/greenfork/nimraylib_now" }, + { + "name": "pgxcrown", + "url": "https://github.com/luisacosta828/pgxcrown", + "method": "git", + "tags": [ + "library", + "postgres", + "extension" + ], + "description": "Build Postgres extensions in Nim.", + "license": "MIT", + "web": "https://github.com/luisacosta828/pgxcrown" + }, { "name": "hostname", "url": "https://github.com/rominf/nim-hostname", From c6051496dc0d165d9777efa73e0606b947f70940 Mon Sep 17 00:00:00 2001 From: kristianhasselknippe Date: Mon, 11 Jan 2021 14:09:11 +0100 Subject: [PATCH 135/143] Renamed midio_ui and midio_ui_canvas packages (#1780) --- packages.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/packages.json b/packages.json index 8678423..737a06d 100644 --- a/packages.json +++ b/packages.json @@ -20397,7 +20397,11 @@ }, { "name": "midio_ui", - "url": "https://github.com/nortero-code/midio-ui", + "alias": "denim_ui" + }, + { + "name": "denim_ui", + "url": "https://github.com/nortero-code/denim-ui", "method": "git", "tags": [ "gui", @@ -20408,9 +20412,9 @@ "observables", "dsl" ], - "description": "The Midio UI library", + "description": "The Denim UI library", "license": "MIT", - "web": "https://github.com/nortero-code/midio-ui" + "web": "https://github.com/nortero-code/denim-ui" }, { "name": "canonicaljson", @@ -20427,7 +20431,11 @@ }, { "name": "midio_ui_canvas", - "url": "https://github.com/nortero-code/midio-ui-canvas", + "alias": "denim_ui_canvas" + }, + { + "name": "denim_ui_canvas", + "url": "https://github.com/nortero-code/denim-ui-canvas", "method": "git", "tags": [ "canvas", @@ -20435,11 +20443,11 @@ "gui", "framework", "library", - "midio" + "denim" ], - "description": "HTML Canvas backend for the midio ui engine", + "description": "HTML Canvas backend for the denim ui engine", "license": "MIT", - "web": "https://github.com/nortero-code/midio-ui-canvas" + "web": "https://github.com/nortero-code/denim-ui-canvas" }, { "name": "nimvisa", From f2c84084537c4e5a661fd00a52b8d431b9b9f095 Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Mon, 11 Jan 2021 19:23:07 +0100 Subject: [PATCH 136/143] Added package asynctest (#1781) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 737a06d..4faad94 100644 --- a/packages.json +++ b/packages.json @@ -21138,5 +21138,18 @@ "description": "Nim library to get/set a hostname", "license": "Apache-2.0", "web": "https://github.com/rominf/nim-hostname" + }, + { + "name": "asynctest", + "url": "https://github.com/markspanbroek/asynctest", + "method": "git", + "tags": [ + "test", + "unittest", + "async" + ], + "description": "Test asynchronous code", + "license": "MIT", + "web": "https://github.com/markspanbroek/asynctest" } ] From 4d0dc6c4ef5d6fb611d54ae572855dedf473c443 Mon Sep 17 00:00:00 2001 From: Reilly Moore <54759062+Knaque@users.noreply.github.com> Date: Tue, 12 Jan 2021 00:33:24 -0600 Subject: [PATCH 137/143] Added package syllables (#1782) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 4faad94..3a3326c 100644 --- a/packages.json +++ b/packages.json @@ -21151,5 +21151,20 @@ "description": "Test asynchronous code", "license": "MIT", "web": "https://github.com/markspanbroek/asynctest" + }, + { + "name": "syllables", + "url": "https://github.com/Knaque/nim-syllables", + "method": "git", + "tags": [ + "library", + "language", + "syllable", + "syllables", + "" + ], + "description": "Syllable estimation for Nim.", + "license": "MIT", + "web": "https://github.com/Knaque/nim-syllables" } ] From 8c9a0e540449c638635ab428a3e1019e2488e97b Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Thu, 14 Jan 2021 18:11:45 +0100 Subject: [PATCH 138/143] Add package lazyseq (#1783) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 3a3326c..db19602 100644 --- a/packages.json +++ b/packages.json @@ -21166,5 +21166,23 @@ "description": "Syllable estimation for Nim.", "license": "MIT", "web": "https://github.com/Knaque/nim-syllables" + }, + { + "name": "lazyseq", + "url": "https://github.com/markspanbroek/nim-lazyseq", + "method": "git", + "tags": [ + "lazy", + "sequences", + "infinite", + "functional", + "map", + "reduce", + "zip", + "filter" + ], + "description": "Lazy evaluated sequences", + "license": "MIT", + "web": "https://github.com/markspanbroek/nim-lazyseq" } ] From 561889758fda3316869bd47815ab65dec5255461 Mon Sep 17 00:00:00 2001 From: Patasuss Date: Mon, 18 Jan 2021 09:00:37 +0100 Subject: [PATCH 139/143] Move to working fork of ncurses wrapper (#1670) --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index db19602..0c6fe1c 100644 --- a/packages.json +++ b/packages.json @@ -3697,7 +3697,7 @@ }, { "name": "ncurses", - "url": "https://github.com/rnowley/nim-ncurses/", + "url": "https://github.com/walkre-niboshi/nim-ncurses", "method": "git", "tags": [ "library", @@ -3707,7 +3707,7 @@ ], "description": "A wrapper for NCurses", "license": "MIT", - "web": "https://github.com/rnowley/nim-ncurses" + "web": "https://github.com/walkre-niboshi/nim-ncurses" }, { "name": "nanovg", From 6eb067dc318da03f56d8e4c1075f41dbf68355e7 Mon Sep 17 00:00:00 2001 From: Jordan Hrycaj Date: Mon, 18 Jan 2021 15:02:25 +0000 Subject: [PATCH 140/143] Added package tmplpro (#1784) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 0c6fe1c..7aba3f9 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,16 @@ [ + { + "name": "tmplpro", + "url": "https://github.com/mjfh/nim-tmplpro.git", + "method": "git", + "tags": [ + "template", + "cgi" + ], + "description": "Text template processor, basic capabilities", + "license": "UNLICENSE", + "web": "https://mjfh.github.io/nim-tmplpro/" + }, { "name": "azure_translate", "url": "https://github.com/williamhatcher/azure_translate", From 253f936869e7a0493a2b6093311bfd5332ee6840 Mon Sep 17 00:00:00 2001 From: Jordan Hrycaj Date: Mon, 18 Jan 2021 20:08:46 +0000 Subject: [PATCH 141/143] Added package jhash (#1785) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 7aba3f9..5242ae4 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,16 @@ [ + { + "name": "jhash", + "url": "https://github.com/mjfh/nim-jhash.git", + "method": "git", + "tags": [ + "hash", + "id" + ], + "description": "Jenkins Hasher producing 32 bit digests", + "license": "UNLICENSE", + "web": "https://mjfh.github.io/nim-jhash/" + }, { "name": "tmplpro", "url": "https://github.com/mjfh/nim-tmplpro.git", From 89ef8f87f7ccce303a4bc0abfdae6402c0e32f10 Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Thu, 21 Jan 2021 13:28:53 +0100 Subject: [PATCH 142/143] Updated links (#1786) --- packages.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/packages.json b/packages.json index 5242ae4..adc8b8a 100644 --- a/packages.json +++ b/packages.json @@ -3519,7 +3519,7 @@ }, { "name": "linalg", - "url": "https://github.com/unicredit/linear-algebra", + "url": "https://github.com/andreaferretti/linear-algebra", "method": "git", "tags": [ "vector", @@ -3530,7 +3530,7 @@ ], "description": "Linear algebra for Nim", "license": "Apache License 2.0", - "web": "https://github.com/unicredit/linear-algebra" + "web": "https://github.com/andreaferretti/linear-algebra" }, { "name": "sequester", @@ -3885,7 +3885,7 @@ }, { "name": "csvtools", - "url": "https://github.com/unicredit/csvtools", + "url": "https://github.com/andreaferretti/csvtools", "method": "git", "tags": [ "CSV", @@ -3894,7 +3894,7 @@ ], "description": "Manage CSV files", "license": "Apache License 2.0", - "web": "https://github.com/unicredit/csvtools" + "web": "https://github.com/andreaferretti/csvtools" }, { "name": "httpform", @@ -4844,7 +4844,7 @@ }, { "name": "teafiles", - "url": "git@github.com:unicredit/nim-teafiles.git", + "url": "git@github.com:andreaferretti/nim-teafiles.git", "method": "git", "tags": [ "teafiles", @@ -4853,11 +4853,11 @@ ], "description": "TeaFiles provide fast read/write access to time series data", "license": "Apache2", - "web": "https://github.com/unicredit/nim-teafiles" + "web": "https://github.com/andreaferretti/nim-teafiles" }, { "name": "emmy", - "url": "git@github.com:unicredit/emmy.git", + "url": "git@github.com:andreaferretti/emmy.git", "method": "git", "tags": [ "algebra", @@ -4868,7 +4868,7 @@ ], "description": "Algebraic structures and related operations for Nim", "license": "Apache2", - "web": "https://github.com/unicredit/emmy" + "web": "https://github.com/andreaferretti/emmy" }, { "name": "impulse_engine", @@ -5618,7 +5618,7 @@ }, { "name": "nimcl", - "url": "https://github.com/unicredit/nimcl", + "url": "https://github.com/andreaferretti/nimcl", "method": "git", "tags": [ "OpenCL", @@ -5626,11 +5626,11 @@ ], "description": "High level wrapper over OpenCL", "license": "Apache License 2.0", - "web": "https://github.com/unicredit/nimcl" + "web": "https://github.com/andreaferretti/nimcl" }, { "name": "nimblas", - "url": "https://github.com/unicredit/nimblas", + "url": "https://github.com/andreaferretti/nimblas", "method": "git", "tags": [ "BLAS", @@ -5640,7 +5640,7 @@ ], "description": "BLAS for Nim", "license": "Apache License 2.0", - "web": "https://github.com/unicredit/nimblas" + "web": "https://github.com/andreaferretti/nimblas" }, { "name": "fixmath", @@ -7046,7 +7046,7 @@ }, { "name": "alea", - "url": "https://github.com/unicredit/alea", + "url": "https://github.com/andreaferretti/alea", "method": "git", "tags": [ "random variables", @@ -7057,7 +7057,7 @@ ], "description": "Define and compose random variables", "license": "Apache License 2.0", - "web": "https://github.com/unicredit/alea" + "web": "https://github.com/andreaferretti/alea" }, { "name": "winim", @@ -7519,7 +7519,7 @@ }, { "name": "cello", - "url": "https://github.com/unicredit/cello", + "url": "https://github.com/andreaferretti/cello", "method": "git", "tags": [ "string", @@ -7532,7 +7532,7 @@ ], "description": "String algorithms with succinct data structures", "license": "Apache2", - "web": "https://unicredit.github.io/cello/" + "web": "https://andreaferretti.github.io/cello/" }, { "name": "notmuch", @@ -7705,7 +7705,7 @@ }, { "name": "nimcuda", - "url": "https://github.com/unicredit/nimcuda", + "url": "https://github.com/andreaferretti/nimcuda", "method": "git", "tags": [ "CUDA", @@ -7713,7 +7713,7 @@ ], "description": "CUDA bindings", "license": "Apache2", - "web": "https://github.com/unicredit/nimcuda" + "web": "https://github.com/andreaferretti/nimcuda" }, { "name": "gifwriter", @@ -7772,7 +7772,7 @@ }, { "name": "nimlapack", - "url": "https://github.com/unicredit/nimlapack", + "url": "https://github.com/andreaferretti/nimlapack", "method": "git", "tags": [ "LAPACK", @@ -7780,7 +7780,7 @@ ], "description": "LAPACK bindings", "license": "Apache2", - "web": "https://github.com/unicredit/nimlapack" + "web": "https://github.com/andreaferretti/nimlapack" }, { "name": "jack", @@ -7810,7 +7810,7 @@ }, { "name": "neo", - "url": "https://github.com/unicredit/neo", + "url": "https://github.com/andreaferretti/neo", "method": "git", "tags": [ "vector", @@ -7822,7 +7822,7 @@ ], "description": "Linear algebra for Nim", "license": "Apache License 2.0", - "web": "https://unicredit.github.io/neo/" + "web": "https://andreaferretti.github.io/neo/" }, { "name": "httpkit", @@ -10337,7 +10337,7 @@ }, { "name": "lda", - "url": "https://github.com/unicredit/lda", + "url": "https://github.com/andreaferretti/lda", "method": "git", "tags": [ "LDA", @@ -10347,7 +10347,7 @@ ], "description": "Latent Dirichlet Allocation", "license": "Apache License 2.0", - "web": "https://github.com/unicredit/lda" + "web": "https://github.com/andreaferretti/lda" }, { "name": "mdevolve", From e37332f3150ad494765aafed6d4768b3433ee61f Mon Sep 17 00:00:00 2001 From: jiro Date: Fri, 22 Jan 2021 01:57:33 +0900 Subject: [PATCH 143/143] Added package filetype (#1787) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index adc8b8a..aff7c40 100644 --- a/packages.json +++ b/packages.json @@ -21208,5 +21208,19 @@ "description": "Lazy evaluated sequences", "license": "MIT", "web": "https://github.com/markspanbroek/nim-lazyseq" + }, + { + "name": "filetype", + "url": "https://github.com/jiro4989/filetype", + "method": "git", + "tags": [ + "lib", + "magic-numbers", + "file", + "file-format" + ], + "description": "Small and dependency free Nim package to infer file and MIME type checking the magic numbers signature.", + "license": "MIT", + "web": "https://github.com/jiro4989/filetype" } ]