diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2015-12-10 13:23:06 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2015-12-10 13:23:06 +0000 |
| commit | 2eff562f35e0de30a4b0f0e18dd9917760f567ca (patch) | |
| tree | 0801cc686d0911b66652f03b9a9eafa698f9cb61 | |
| parent | e58bd1f7e844b3f92bf412b0a1d0a622b7c96e93 (diff) | |
| parent | 3f28fda4520ad9557bebf5dffbdbd471e09b8ca5 (diff) | |
| download | packages-2eff562f35e0de30a4b0f0e18dd9917760f567ca.tar.gz packages-2eff562f35e0de30a4b0f0e18dd9917760f567ca.zip | |
Merge branch 'jangko-master'
| -rw-r--r-- | packages.json | 130 |
1 files changed, 125 insertions, 5 deletions
diff --git a/packages.json b/packages.json index cab756f..c64e57e 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", @@ -3626,5 +3626,125 @@ "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" } ] |
