NimYAML now available as yaml and nimyaml

This commit is contained in:
Felix Krause 2016-06-02 20:36:27 +02:00
parent d263c40a15
commit 18216fe3d1

View File

@ -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",