diff options
| author | Andreas Rumpf <rumpf_a@web.de> | 2015-07-11 00:01:49 +0200 |
|---|---|---|
| committer | Andreas Rumpf <rumpf_a@web.de> | 2015-07-11 00:01:49 +0200 |
| commit | a65e8a9a730bc8c0e2941df66057a7e980b96a73 (patch) | |
| tree | a48fc6380945eca6e9a4f42908335f45113c1a72 | |
| parent | d97bdc2ff3f11f23c3e5f38dea0db5f3197714cd (diff) | |
| parent | 9f03e39f62a7b8afb092b96b1d906d722a7151b1 (diff) | |
| download | packages-a65e8a9a730bc8c0e2941df66057a7e980b96a73.tar.gz packages-a65e8a9a730bc8c0e2941df66057a7e980b96a73.zip | |
Merge pull request #208 from yglukhov/patch-4
Added plists library
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7ff9feb..f03c26a 100644 --- a/packages.json +++ b/packages.json @@ -1830,5 +1830,14 @@ "description": "Pretty looking, full featured, Python-inspired unit test library.", "license": "MIT", "web": "https://github.com/jyapayne/einheit" + }, + { + "name": "plists", + "url": "https://github.com/yglukhov/plists", + "method": "git", + "tags": ["plist", "property", "list"], + "description": "Generate and parse Mac OS X .plist files in Nim.", + "license": "MIT", + "web": "https://github.com/yglukhov/plists" } ] |
