aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Glukhov <yglukhov@users.noreply.github.com>2015-07-10 18:45:13 +0300
committerYuriy Glukhov <yglukhov@users.noreply.github.com>2015-07-10 18:45:13 +0300
commit9f03e39f62a7b8afb092b96b1d906d722a7151b1 (patch)
treea48fc6380945eca6e9a4f42908335f45113c1a72
parentd97bdc2ff3f11f23c3e5f38dea0db5f3197714cd (diff)
downloadpackages-9f03e39f62a7b8afb092b96b1d906d722a7151b1.tar.gz
packages-9f03e39f62a7b8afb092b96b1d906d722a7151b1.zip
Added plists library
-rw-r--r--packages.json9
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"
}
]