diff options
| author | Ahmed T. Youssef <xmonader@gmail.com> | 2018-12-17 14:12:21 +0200 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-12-17 13:12:21 +0100 |
| commit | 289df8c202735b3bca9b832455ad437dc3197f91 (patch) | |
| tree | dde55aa30234a15a17b99fb3d3583f77610a64cc | |
| parent | dd998dcd5b3d80950686c7ecd1dbe7f22430897c (diff) | |
| download | packages-289df8c202735b3bca9b832455ad437dc3197f91.tar.gz packages-289df8c202735b3bca9b832455ad437dc3197f91.zip | |
Added package nimassets (#965)
| -rw-r--r-- | packages.json | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/packages.json b/packages.json index 9d4c25f..b67ddc8 100644 --- a/packages.json +++ b/packages.json @@ -1,14 +1,21 @@ [ - { + { "name": "whip", "url": "https://github.com/mattaylor/whip", "method": "git", - "tags": [ "http", "rest", "server", "httpbeast", "nest", "fast" ], + "tags": [ + "http", + "rest", + "server", + "httpbeast", + "nest", + "fast" + ], "description": "Whip is high performance web application server based on httpbeast a nest for redix tree based routing with some extra opmtizations.", "license": "MIT", "web": "https://github.com/mattaylor/whip" - }, - { + }, + { "name": "elvis", "url": "https://github.com/mattaylor/elvis", "method": "git", @@ -12126,8 +12133,8 @@ "tags": [ "c", "c++", - "c2nim", - "interop", + "c2nim", + "interop", "parser", "language", "code" @@ -12163,5 +12170,19 @@ "description": "Fuzzy search wrapper for Nim", "license": "MIT", "web": "https://github.com/genotrance/nimfuzzy" + }, + { + "name": "nimassets", + "url": "https://github.com/xmonader/nimassets", + "method": "git", + "tags": [ + "assets", + "bundle", + "go-bindata", + "resources" + ], + "description": "bundle your assets to a nim", + "license": "MIT", + "web": "https://github.com/xmonader/nimassets" } ] |
