aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBinHong Lee <binhonglee@users.noreply.github.com>2019-07-03 04:12:23 -0700
committerMiran <narimiran@disroot.org>2019-07-03 13:12:23 +0200
commitbaa4017e01faef9980bf5a3c196e9cdfdc2d191e (patch)
tree94d9f99ca63cb0e4c2801fe4d2963b05edf9ce83
parentd3b1af93f3ef590dc174ea73ae4978301ca2ef84 (diff)
downloadpackages-baa4017e01faef9980bf5a3c196e9cdfdc2d191e.tar.gz
packages-baa4017e01faef9980bf5a3c196e9cdfdc2d191e.zip
Added package wings (#1109)
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index f993439..d29d1ff 100644
--- a/packages.json
+++ b/packages.json
@@ -13647,5 +13647,20 @@
"description": "Lightweight Contract Programming, Design by Contract, on 9 LoC, NimScript, JavaScript, compile-time.",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-contra"
+ },
+ {
+ "name": "wings",
+ "url": "https://github.com/binhonglee/wings",
+ "method": "git",
+ "tags": [
+ "library",
+ "binary",
+ "codegen",
+ "struct",
+ "enum"
+ ],
+ "description": "A simple cross language struct and enum file generator.",
+ "license": "MIT",
+ "web": "https://github.com/binhonglee/wings"
}
]