diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-02-18 17:33:41 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-02-18 17:33:41 +0000 |
| commit | a33e5c316d7507a8d3e7911e129be8e31f962436 (patch) | |
| tree | 55e41502ba38be3f8d8d95b022a47e8d2d3eed9e | |
| parent | 585b0f35d8e28414fd849871cc4a71796065c842 (diff) | |
| parent | a921fe8e45d66d1958b318772b98bb788406e921 (diff) | |
| download | packages-a33e5c316d7507a8d3e7911e129be8e31f962436.tar.gz packages-a33e5c316d7507a8d3e7911e129be8e31f962436.zip | |
Merge pull request #318 from flyx/master
Added package nimyaml
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4ed9e28..e2f86bd 100644 --- a/packages.json +++ b/packages.json @@ -4282,5 +4282,19 @@ "description": "Nim modules for access to system Bluetooth resources.", "license": "BSD", "web": "https://github.com/Electric-Blue/NimBluez" + }, + { + "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/" } ] |
