diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-02-24 19:05:39 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-02-24 19:05:39 +0000 |
| commit | ff08c5d216410c133a974cb36f39b82cd283b9a3 (patch) | |
| tree | 4211a22ea0c2c0147675d4fb0b8d2d0a5b5c2062 | |
| parent | b1d0b8f87bec8761d2c461b147b180808a11c6a2 (diff) | |
| parent | 07b2fbcfe7938b51af2f5efb4468978d797d961a (diff) | |
| download | packages-ff08c5d216410c133a974cb36f39b82cd283b9a3.tar.gz packages-ff08c5d216410c133a974cb36f39b82cd283b9a3.zip | |
Merge pull request #47 from barcharcraz/master
added nimlibpng
| -rw-r--r-- | packages.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0fbb6e5..10870d2 100644 --- a/packages.json +++ b/packages.json @@ -511,6 +511,16 @@ "description": "A nimrod wrapper for libalpm", "license": "GPLv2", "web": "https://www.github.com/barcharcraz/nimalpm/" + }, + + { + "name": "nimlibpng", + "url":"git://github.com/barcharcraz/nimlibpng", + "method": "git", + "tags": ["png", "wrapper", "library", "libpng", "image"], + "description": "Nimrod wrapper for the libpng library", + "license": "libpng", + "web": "https://github.com/barcharcraz/nimlibpng" } ] |
