aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-01-23 02:57:14 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-01-23 02:57:14 +0000
commite3e15c1c653c262c8b67a9c17a98d734a8add07f (patch)
treef6fb8f82b43bf6859bfe42269d802bbf35ecf697
parent10736156b9fb50d4329ff756001f07bf7dae124c (diff)
parent7279bd2c550ca57598c00296367632f3df201491 (diff)
downloadpackages-e3e15c1c653c262c8b67a9c17a98d734a8add07f.tar.gz
packages-e3e15c1c653c262c8b67a9c17a98d734a8add07f.zip
Merge pull request #118 from def-/master
Add bpg
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 2df8e76..58b849b 100644
--- a/packages.json
+++ b/packages.json
@@ -1155,5 +1155,14 @@
"description": "Command-line args parser based on Usage message",
"license": "MIT",
"web": "https://github.com/docopt/docopt.nim"
+ },
+ {
+ "name": "bpg",
+ "url": "git://github.com/def-/nim-bpg.git",
+ "method": "git",
+ "tags": ["image", "library", "wrapper"],
+ "description": "BPG (Better Portable Graphics) for Nim",
+ "license": "MIT",
+ "web": "https://github.com/def-/nim-bpg"
}
]