aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBillingsly Wetherfordshire <phowl.mouth@gmail.com>2015-05-06 15:23:41 -0500
committerBillingsly Wetherfordshire <phowl.mouth@gmail.com>2015-05-06 15:23:41 -0500
commit2d10d8b7539b02b2745d9b456dfd73a60540786b (patch)
treedfdfae8b5d7fdddfee0202be2e57d98fe7e01c28
parent8a5649a918594ffa69c6d4690544ba2c3d6703cb (diff)
parent711b8f22911ee6ee092a1d899c35a041a924bd40 (diff)
downloadpackages-2d10d8b7539b02b2745d9b456dfd73a60540786b.tar.gz
packages-2d10d8b7539b02b2745d9b456dfd73a60540786b.zip
Merge pull request #152 from jangko/master
add nimPDF package
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c6b7ef5..709b90a 100644
--- a/packages.json
+++ b/packages.json
@@ -1407,5 +1407,14 @@
"description": "Nim - Java bridge",
"license": "MIT",
"web": "https://github.com/yglukhov/jnim"
+ },
+ {
+ "name": "nimPDF",
+ "url": "https://github.com/jangko/nimpdf",
+ "method": "git",
+ "tags": ["library", "PDF", "document"],
+ "description": "library for generating PDF files",
+ "license": "MIT",
+ "web": "https://github.com/jangko/nimpdf"
}
]