aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2019-04-21 20:13:17 +0100
committerGitHub <noreply@github.com>2019-04-21 20:13:17 +0100
commitb2b0b4ea8894fa6e62534bc5045c327d4db1c4b7 (patch)
treefca7821dea6eaf12ffe05a06ede777a14af8c11c
parent326221fa2f84841188a6b98826973b607abf2ec2 (diff)
parent5a15aad6f7d7d780a310415ecf9158e1f156af8e (diff)
downloadpackages-b2b0b4ea8894fa6e62534bc5045c327d4db1c4b7.tar.gz
packages-b2b0b4ea8894fa6e62534bc5045c327d4db1c4b7.zip
Merge pull request #1068 from jiro4989/add-pnm0134
Add package pnm
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 754a855..cb090ab 100644
--- a/packages.json
+++ b/packages.json
@@ -13150,5 +13150,18 @@
"description": "Utils to work with javascript",
"license": "MIT",
"web": "https://github.com/kidandcat/jsutils"
+ },
+ {
+ "name": "pnm",
+ "url": "https://github.com/jiro4989/pnm",
+ "method": "git",
+ "tags": [
+ "pnm",
+ "image",
+ "library"
+ ],
+ "description": "pnm is library for PNM (Portable AnyMap).",
+ "license": "MIT",
+ "web": "https://github.com/jiro4989/pnm"
}
]