aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-10-16 23:03:44 +0100
committerGitHub <noreply@github.com>2018-10-16 23:03:44 +0100
commit89d85c1afc76f36fbdb51134eae718aeecdeab31 (patch)
treed6b22dae5c3a0ad56c533cb5983e32b9327aa482
parent31745725369353b5e3e38d7f9afdec275975f6a2 (diff)
parent4707b6059da02ecbd9e0017f972ac1d738927b0f (diff)
downloadpackages-89d85c1afc76f36fbdb51134eae718aeecdeab31.tar.gz
packages-89d85c1afc76f36fbdb51134eae718aeecdeab31.zip
Merge pull request #897 from ba0f3/add-ngxcmod0623
Add package ngxcmod
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 70e688b..2d99d1d 100644
--- a/packages.json
+++ b/packages.json
@@ -11116,5 +11116,19 @@
"description": "REXPaint .xp parser",
"license": "MIT",
"web": "https://github.com/irskep/rexpaint_nim"
+ },
+ {
+ "name": "ngxcmod",
+ "url": "https://github.com/ba0f3/ngxcmod.nim",
+ "method": "git",
+ "tags": [
+ "nginx",
+ "module",
+ "nginx-c-function",
+ "wrapper"
+ ],
+ "description": "High level wrapper for build nginx module w/ nginx-c-function",
+ "license": "MIT",
+ "web": "https://github.com/ba0f3/ngxcmod.nim"
}
]