From dab8a1d58a74865312219a129b6b0d9c98e8d1ef Mon Sep 17 00:00:00 2001 From: Maurizio Tomasi Date: Sat, 17 Jan 2015 01:26:14 +0100 Subject: [PATCH 1/2] New package "parsetoml" added to the list Reference to the package "parsetoml" (@GitHub) added. --- packages.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index fded9ed..be4fbe8 100644 --- a/packages.json +++ b/packages.json @@ -1120,6 +1120,15 @@ "license": "MIT", "web": "https://gitlab.3dicc.com/gokr/blimp" }, + { + "name": "parsetoml", + "url": "https://github.com/ziotom78/parsetoml.git", + "method": "git", + "tags": ["library", "nim"], + "description": "Library for parsing TOML files.", + "license": "MIT", + "web": "https://github.com/ziotom78/parsetoml.git" + }, { "name": "compiler", "url": "https://github.com/Araq/Nim.git", @@ -1130,4 +1139,3 @@ "web": "https://github.com/Araq/Nim" } ] - From f567cc420111cda2a62943ae07606ea29e0d01ce Mon Sep 17 00:00:00 2001 From: Maurizio Tomasi Date: Sat, 17 Jan 2015 17:30:24 +0100 Subject: [PATCH 2/2] "web" field fixed for the "parsetoml" package --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index be4fbe8..ee88cfa 100644 --- a/packages.json +++ b/packages.json @@ -1127,7 +1127,7 @@ "tags": ["library", "nim"], "description": "Library for parsing TOML files.", "license": "MIT", - "web": "https://github.com/ziotom78/parsetoml.git" + "web": "https://github.com/ziotom78/parsetoml" }, { "name": "compiler",