diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-06-02 20:14:55 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-06-02 20:14:55 +0100 |
| commit | a66b19c0ac54dc654d3101b6f9b3df83269400bc (patch) | |
| tree | fcd14b6c3a778ea365e6a0b549c833f6b455e9a6 | |
| parent | 2c770f9d7376fa1ea92f8e7bdef7438e37a91d1a (diff) | |
| parent | 18216fe3d1c9021d47cc51d67166a796791b514f (diff) | |
| download | packages-a66b19c0ac54dc654d3101b6f9b3df83269400bc.tar.gz packages-a66b19c0ac54dc654d3101b6f9b3df83269400bc.zip | |
Merge pull request #359 from flyx/master
Replaced old yaml package with NimYAML
| -rw-r--r-- | packages.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/packages.json b/packages.json index c8a8eaa..cb4cd0a 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,6 +4303,20 @@ "web": "https://github.com/Electric-Blue/NimBluez" }, { + "name": "yaml", + "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": "nimyaml", "url": "git://github.com/flyx/NimYAML", "method": "git", |
