Added package wings (#1109)

This commit is contained in:
BinHong Lee 2019-07-03 04:12:23 -07:00 committed by Miran
parent d3b1af93f3
commit baa4017e01

View File

@ -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"
}
]