From 711b8f22911ee6ee092a1d899c35a041a924bd40 Mon Sep 17 00:00:00 2001 From: andri lim Date: Wed, 6 May 2015 17:39:38 +0700 Subject: [PATCH] add nimPDF package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]