From d263c40a153491ea5c99268a02a57c24420c5369 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Thu, 2 Jun 2016 19:52:56 +0200 Subject: [PATCH 1/2] Replaced old yaml package with NimYAML --- packages.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/packages.json b/packages.json index c8a8eaa..da70534 100644 --- a/packages.json +++ b/packages.json @@ -3773,20 +3773,6 @@ "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", @@ -4317,7 +4303,7 @@ "web": "https://github.com/Electric-Blue/NimBluez" }, { - "name": "nimyaml", + "name": "yaml", "url": "git://github.com/flyx/NimYAML", "method": "git", "tags": [ From 18216fe3d1c9021d47cc51d67166a796791b514f Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Thu, 2 Jun 2016 20:36:27 +0200 Subject: [PATCH 2/2] NimYAML now available as `yaml` and `nimyaml` --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index da70534..cb4cd0a 100644 --- a/packages.json +++ b/packages.json @@ -4316,6 +4316,20 @@ "license": "MIT", "web": "http://flyx.github.io/NimYAML/" }, + { + "name": "nimyaml", + "url": "git://github.com/flyx/NimYAML", + "method": "git", + "tags": [ + "serialization", + "parsing", + "library", + "yaml" + ], + "description": "YAML 1.2 implementation for Nim", + "license": "MIT", + "web": "http://flyx.github.io/NimYAML/" + }, { "name": "jsmn", "url": "https://github.com/OpenSystemsLab/jsmn.nim",