aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]