aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-12-02 15:05:47 +0000
committerGitHub <noreply@github.com>2017-12-02 15:05:47 +0000
commit296b36fa4a73e71ead54bee164a73bee95a4e998 (patch)
tree35415b4938e7313527885209b05f383519e4d833
parent935cb54d677db605337cd3212784a2080f71193c (diff)
parente3fb0667e59e95b6050ba9fcfcde4896bc6f7f28 (diff)
downloadpackages-296b36fa4a73e71ead54bee164a73bee95a4e998.tar.gz
packages-296b36fa4a73e71ead54bee164a73bee95a4e998.zip
Merge pull request #625 from barcharcraz/add-netpbm2101
Added package netpbm
-rw-r--r--packages.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 29ca643..ce973cf 100644
--- a/packages.json
+++ b/packages.json
@@ -7745,7 +7745,8 @@
"description": "Nico game engine",
"license": "MIT",
"web": "https://github.com/ftsf/nico"
- },{
+ },
+ {
"name": "os_files",
"url": "https://github.com/tormund/os_files",
"method": "git",
@@ -7757,5 +7758,19 @@
"description": "Crossplatform (x11, windows, osx) native file dialogs; sytem file/folder icons in any resolution; open file with default application",
"license": "MIT",
"web": "https://github.com/tormund/os_files"
+ },
+ {
+ "name": "netpbm",
+ "url": "https://github.com/barcharcraz/nim-netpbm",
+ "method": "git",
+ "tags": [
+ "pbm",
+ "image",
+ "wrapper",
+ "netpbm"
+ ],
+ "description": "Wrapper for libnetpbm",
+ "license": "MIT",
+ "web": "https://github.com/barcharcraz/nim-netpbm"
}
]