aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Krause <contact@flyx.org>2016-06-02 20:36:27 +0200
committerFelix Krause <contact@flyx.org>2016-06-02 20:36:27 +0200
commit18216fe3d1c9021d47cc51d67166a796791b514f (patch)
treefcd14b6c3a778ea365e6a0b549c833f6b455e9a6
parentd263c40a153491ea5c99268a02a57c24420c5369 (diff)
downloadpackages-18216fe3d1c9021d47cc51d67166a796791b514f.tar.gz
packages-18216fe3d1c9021d47cc51d67166a796791b514f.zip
NimYAML now available as `yaml` and `nimyaml`
-rw-r--r--packages.json14
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",