From ef0f75e856058c9e6c7e262399a62f1695992698 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Mon, 30 Nov 2015 18:11:01 +0100 Subject: [PATCH 1/3] 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 2/3] 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 3/3] 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",