diff options
| author | Huy Doan <me@huy.im> | 2018-10-16 13:23:58 +0700 |
|---|---|---|
| committer | Huy Doan <me@huy.im> | 2018-10-16 13:23:58 +0700 |
| commit | 4707b6059da02ecbd9e0017f972ac1d738927b0f (patch) | |
| tree | 12dc071a51ff23c2f3710be4586b983aa312b52f | |
| parent | 6012e6aa5eb1329508475500fa47dcba7ebaf06f (diff) | |
| download | packages-4707b6059da02ecbd9e0017f972ac1d738927b0f.tar.gz packages-4707b6059da02ecbd9e0017f972ac1d738927b0f.zip | |
Added package ngxcmod
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fe4d371..cd7e689 100644 --- a/packages.json +++ b/packages.json @@ -11103,5 +11103,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" } ] |
