From 8113fc92c0c45420cacb0c416b0b09e69f4ebe54 Mon Sep 17 00:00:00 2001 From: Skyforce77 Date: Thu, 26 Nov 2015 06:18:58 +0100 Subject: [PATCH 01/11] Added ctrulib wrapper --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index cab756f..7030029 100644 --- a/packages.json +++ b/packages.json @@ -3626,5 +3626,18 @@ "description": "Nim implementation of the Bittorrent ascii serialization protocol", "license": "Apache License 2.0", "web": "https://github.com/twist-vector/nim-bped" + }, + { + "name": "ctrulib", + "url": "https://github.com/skyforce77/ctrulib-nim.git", + "method": "git", + "tags": [ + "library", + "nintendo", + "3ds" + ], + "description": "ctrulib wrapper", + "license": "GPLv2", + "web": "https://github.com/skyforce77/ctrulib-nim" } ] From 82db25f5ad589d9a7b6c256f07d843036824ac5d Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Thu, 26 Nov 2015 23:30:19 +0100 Subject: [PATCH 02/11] Updated values and nimlog (renamed to omnilog) --- packages.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages.json b/packages.json index 7030029..d7e6441 100644 --- a/packages.json +++ b/packages.json @@ -3576,8 +3576,8 @@ "web": "https://github.com/yglukhov/nimsl" }, { - "name": "nimlog", - "url": "https://github.com/theduke/nim-nimlog", + "name": "omnilog", + "url": "https://github.com/nim-appkit/omnilog", "method": "git", "tags": [ "library", @@ -3586,11 +3586,11 @@ ], "description": "Advanced logging library for Nim with structured logging, formatters, filters and writers.", "license": "MIT", - "web": "https://github.com/theduke/nim-nimlog" + "web": "https://github.com/nim-appkit/omnilog" }, { "name": "values", - "url": "https://github.com/theduke/nim-values", + "url": "https://github.com/nim-appkit/values", "method": "git", "tags": [ "library", @@ -3599,7 +3599,7 @@ ], "description": "Library for working with arbitrary values + a map data structure.", "license": "MIT", - "web": "https://github.com/theduke/nim-values" + "web": "https://github.com/nim-appkit/values" }, { "name": "geohash", From 3219447cb35948db6b4fb7dd83268693c3049ae4 Mon Sep 17 00:00:00 2001 From: dfdeshom Date: Sat, 28 Nov 2015 23:50:09 -0600 Subject: [PATCH 03/11] add nimrdkafka --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index d7e6441..3c94af8 100644 --- a/packages.json +++ b/packages.json @@ -3639,5 +3639,18 @@ "description": "ctrulib wrapper", "license": "GPLv2", "web": "https://github.com/skyforce77/ctrulib-nim" - } + }, + { + "name": "nimrdkafka", + "url": "https://github.com/dfdeshom/nimrdkafka.git", + "method": "git", + "tags": [ + "library", + "wrapper", + "kafka" + ], + "description": "Nim wrapper for librdkafka", + "license": "Apache License 2.0", + "web": "https://github.com/dfdeshom/nimrdkafka" + } ] From ef0f75e856058c9e6c7e262399a62f1695992698 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Mon, 30 Nov 2015 18:11:01 +0100 Subject: [PATCH 04/11] Added utils and YAML packages --- packages.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 3c94af8..4c34f76 100644 --- a/packages.json +++ b/packages.json @@ -3652,5 +3652,31 @@ "description": "Nim wrapper for librdkafka", "license": "Apache License 2.0", "web": "https://github.com/dfdeshom/nimrdkafka" - } + }, + { + "name": "utils", + "url": "https://github.com/nim-appkit/utils", + "method": "git", + "tags": [ + "library", + "utilities", + ], + "description": "Collection of string, parsing, pointer, ... utilities.", + "license": "MIT", + "web": "https://github.com/nim-appkit/utils" + }, + { + "name": "yaml", + "url": "https://github.com/nim-appkit/yaml", + "method": "git", + "tags": [ + "library", + "serialization", + "parsing" + "yaml" + ], + "description": "YAML parser", + "license": "MIT", + "web": "https://github.com/nim-appkit/yaml" + } ] From edb1f1695174192e9a71a87efa4d79c68f84c5a0 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Mon, 30 Nov 2015 18:22:00 +0100 Subject: [PATCH 05/11] fixed line ending --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 4c34f76..e2e0a11 100644 --- a/packages.json +++ b/packages.json @@ -3679,4 +3679,4 @@ "license": "MIT", "web": "https://github.com/nim-appkit/yaml" } -] +] \ No newline at end of file From ca81287d7227b7fc3cb9915c43623bd5e38b33c6 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Mon, 30 Nov 2015 18:24:19 +0100 Subject: [PATCH 06/11] fixed ... --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index e2e0a11..ddbe227 100644 --- a/packages.json +++ b/packages.json @@ -3659,7 +3659,7 @@ "method": "git", "tags": [ "library", - "utilities", + "utilities" ], "description": "Collection of string, parsing, pointer, ... utilities.", "license": "MIT", @@ -3672,7 +3672,7 @@ "tags": [ "library", "serialization", - "parsing" + "parsing", "yaml" ], "description": "YAML parser", From 29f7f12419093639584a8465d218ca2f76dd38cf Mon Sep 17 00:00:00 2001 From: James Boyden Date: Thu, 3 Dec 2015 14:08:05 +1100 Subject: [PATCH 07/11] Added nim-pymod --- packages.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index ddbe227..3f3353c 100644 --- a/packages.json +++ b/packages.json @@ -3678,5 +3678,27 @@ "description": "YAML parser", "license": "MIT", "web": "https://github.com/nim-appkit/yaml" + }, + { + "name": "pymod", + "url": "https://github.com/jboy/nim-pymod", + "method": "git", + "tags": [ + "wrapper", + "python", + "module", + "numpy", + "array", + "matrix", + "ndarray", + "pyobject", + "pyarrayobject", + "iterator", + "iterators", + "docstring", + ], + "description": "Auto-generate a Python module that wraps a Nim module.", + "license": "MIT", + "web": "https://github.com/jboy/nim-pymod" } -] \ No newline at end of file +] From f4d6ac10c07eb11d5acd4ad1ca3ca8a2fd5cbf70 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 4 Dec 2015 15:55:21 +0000 Subject: [PATCH 08/11] Fix trailing commas --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 3f3353c..cb49349 100644 --- a/packages.json +++ b/packages.json @@ -3695,7 +3695,7 @@ "pyarrayobject", "iterator", "iterators", - "docstring", + "docstring" ], "description": "Auto-generate a Python module that wraps a Nim module.", "license": "MIT", From 30eb49c3af7c698a49c6e181909a7cd8e3c78ca8 Mon Sep 17 00:00:00 2001 From: JamesP Date: Sat, 5 Dec 2015 22:41:52 +1000 Subject: [PATCH 09/11] add db package - unified single module combining db_sqlite, db_postgres, db_mysql --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index cb49349..280ecf6 100644 --- a/packages.json +++ b/packages.json @@ -3700,5 +3700,24 @@ "description": "Auto-generate a Python module that wraps a Nim module.", "license": "MIT", "web": "https://github.com/jboy/nim-pymod" + }, + { + "name": "db", + "url": "https://github.com/jlp765/db", + "method": "git", + "tags": [ + "wrapper", + "database", + "module", + "sqlite", + "mysql", + "postgres", + "db_sqlite", + "db_mysql", + "db_postgres" + ], + "description": "Unified db access module, providing a single library module to access the db_sqlite, db_mysql and db_postgres modules.", + "license": "MIT", + "web": "https://github.com/jlp765/db" } ] From be06ca32ef2f0240f1a571ee69681a230f2d1ea5 Mon Sep 17 00:00:00 2001 From: dfdeshom Date: Mon, 7 Dec 2015 16:27:14 -0600 Subject: [PATCH 10/11] add nimsnappy, a wrapper for the snappy library --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 280ecf6..6c299ef 100644 --- a/packages.json +++ b/packages.json @@ -3719,5 +3719,17 @@ "description": "Unified db access module, providing a single library module to access the db_sqlite, db_mysql and db_postgres modules.", "license": "MIT", "web": "https://github.com/jlp765/db" - } + }, + { + "name": "nimsnappy", + "url": "https://github.com/dfdeshom/nimsnappy.git", + "method": "git", + "tags": [ + "wrapper", + "compression" + ], + "description": "Nim wrapper for the snappy compression library. there is also a high-level API for easy use", + "license": "BSD", + "web": "https://github.com/dfdeshom/nimsnappy" + } ] From 3f28fda4520ad9557bebf5dffbdbd471e09b8ca5 Mon Sep 17 00:00:00 2001 From: jangko Date: Wed, 9 Dec 2015 21:05:44 +0700 Subject: [PATCH 11/11] add nimLUA glue code generator to bind Nim and Lua together using Nim's powerful macro --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 6c299ef..c64e57e 100644 --- a/packages.json +++ b/packages.json @@ -3731,5 +3731,20 @@ "description": "Nim wrapper for the snappy compression library. there is also a high-level API for easy use", "license": "BSD", "web": "https://github.com/dfdeshom/nimsnappy" - } + }, + { + "name": "nimLUA", + "url": "https://github.com/jangko/nimLUA", + "method": "git", + "tags": [ + "lua", + "library", + "bind", + "glue", + "macros" + ], + "description": "glue code generator to bind Nim and Lua together using Nim's powerful macro", + "license": "MIT", + "web": "https://github.com/jangko/nimLUA" + } ]