diff options
| author | Felix Krause <contact@flyx.org> | 2016-06-02 19:52:56 +0200 |
|---|---|---|
| committer | Felix Krause <contact@flyx.org> | 2016-06-02 19:52:56 +0200 |
| commit | d263c40a153491ea5c99268a02a57c24420c5369 (patch) | |
| tree | fbe283b3854e1a2db2e83a340ca9925fa42b2204 | |
| parent | 2c770f9d7376fa1ea92f8e7bdef7438e37a91d1a (diff) | |
| download | packages-d263c40a153491ea5c99268a02a57c24420c5369.tar.gz packages-d263c40a153491ea5c99268a02a57c24420c5369.zip | |
Replaced old yaml package with NimYAML
| -rw-r--r-- | packages.json | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/packages.json b/packages.json index c8a8eaa..da70534 100644 --- a/packages.json +++ b/packages.json @@ -3774,20 +3774,6 @@ "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", "method": "git", @@ -4317,7 +4303,7 @@ "web": "https://github.com/Electric-Blue/NimBluez" }, { - "name": "nimyaml", + "name": "yaml", "url": "git://github.com/flyx/NimYAML", "method": "git", "tags": [ |
