aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-11-30 17:28:38 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-11-30 17:28:38 +0000
commit37f21d99cc2be3fabe26c63a5817237b5f2fa716 (patch)
tree6591f804f0ba0b70a9637a5214e0ed97e2d2f2fd
parenta34facbd01b300770baa677352053052c928a038 (diff)
parentca81287d7227b7fc3cb9915c43623bd5e38b33c6 (diff)
downloadpackages-37f21d99cc2be3fabe26c63a5817237b5f2fa716.tar.gz
packages-37f21d99cc2be3fabe26c63a5817237b5f2fa716.zip
Merge pull request #286 from theduke/utils-yaml
Added utils and YAML packages
-rw-r--r--packages.json30
1 files changed, 28 insertions, 2 deletions
diff --git a/packages.json b/packages.json
index 3c94af8..ddbe227 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"
+ }
+] \ No newline at end of file