diff options
| author | Felix Krause <contact@flyx.org> | 2016-06-02 20:36:27 +0200 |
|---|---|---|
| committer | Felix Krause <contact@flyx.org> | 2016-06-02 20:36:27 +0200 |
| commit | 18216fe3d1c9021d47cc51d67166a796791b514f (patch) | |
| tree | fcd14b6c3a778ea365e6a0b549c833f6b455e9a6 | |
| parent | d263c40a153491ea5c99268a02a57c24420c5369 (diff) | |
| download | packages-18216fe3d1c9021d47cc51d67166a796791b514f.tar.gz packages-18216fe3d1c9021d47cc51d67166a796791b514f.zip | |
NimYAML now available as `yaml` and `nimyaml`
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index da70534..cb4cd0a 100644 --- a/packages.json +++ b/packages.json @@ -4317,6 +4317,20 @@ "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", "method": "git", |
