diff options
| author | Christoph Herzog <chris@theduke.at> | 2015-11-30 18:11:01 +0100 |
|---|---|---|
| committer | Christoph Herzog <chris@theduke.at> | 2015-11-30 18:11:01 +0100 |
| commit | ef0f75e856058c9e6c7e262399a62f1695992698 (patch) | |
| tree | 09613d02298fd854a910695c48298fa4bdfbe9f6 | |
| parent | a34facbd01b300770baa677352053052c928a038 (diff) | |
| download | packages-ef0f75e856058c9e6c7e262399a62f1695992698.tar.gz packages-ef0f75e856058c9e6c7e262399a62f1695992698.zip | |
Added utils and YAML packages
| -rw-r--r-- | packages.json | 28 |
1 files changed, 27 insertions, 1 deletions
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" + } ] |
