diff options
| author | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2015-07-10 18:45:13 +0300 |
|---|---|---|
| committer | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2015-07-10 18:45:13 +0300 |
| commit | 9f03e39f62a7b8afb092b96b1d906d722a7151b1 (patch) | |
| tree | a48fc6380945eca6e9a4f42908335f45113c1a72 | |
| parent | d97bdc2ff3f11f23c3e5f38dea0db5f3197714cd (diff) | |
| download | packages-9f03e39f62a7b8afb092b96b1d906d722a7151b1.tar.gz packages-9f03e39f62a7b8afb092b96b1d906d722a7151b1.zip | |
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" } ] |
