diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-05-24 21:40:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-24 21:40:05 +0100 |
| commit | e703dbf26bb7a7f314afe8eadbaa043394464baf (patch) | |
| tree | 1662c64343fef7ced49b02c346d8b95b91e781ea | |
| parent | 28f8594db6edc1571ca990533d45e78c491fd950 (diff) | |
| parent | e659e445626a5de088eed5123e285d15fe88f9c8 (diff) | |
| download | packages-e703dbf26bb7a7f314afe8eadbaa043394464baf.tar.gz packages-e703dbf26bb7a7f314afe8eadbaa043394464baf.zip | |
Merge pull request #508 from samdmarshall/add-libplist1743
Add package libplist
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4489fe6..307471a 100644 --- a/packages.json +++ b/packages.json @@ -6385,5 +6385,23 @@ "description": "Animated GIF writing library based on jo_gif", "license": "MIT", "web": "https://github.com/rxi/gifwriter" + }, + { + "name": "libplist", + "url": "https://github.com/samdmarshall/libplist.nim", + "method": "git", + "tags": [ + "libplist", + "property", + "list", + "property-list", + "parsing", + "binary", + "xml", + "format" + ], + "description": "wrapper around libplist https://github.com/libimobiledevice/libplist", + "license": "MIT", + "web": "https://github.com/samdmarshall/libplist.nim" } ] |
