diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-16 23:03:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-16 23:03:44 +0100 |
| commit | 89d85c1afc76f36fbdb51134eae718aeecdeab31 (patch) | |
| tree | d6b22dae5c3a0ad56c533cb5983e32b9327aa482 | |
| parent | 31745725369353b5e3e38d7f9afdec275975f6a2 (diff) | |
| parent | 4707b6059da02ecbd9e0017f972ac1d738927b0f (diff) | |
| download | packages-89d85c1afc76f36fbdb51134eae718aeecdeab31.tar.gz packages-89d85c1afc76f36fbdb51134eae718aeecdeab31.zip | |
Merge pull request #897 from ba0f3/add-ngxcmod0623
Add package ngxcmod
| -rw-r--r-- | packages.json | 14 |
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" } ] |
