From baa4017e01faef9980bf5a3c196e9cdfdc2d191e Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Wed, 3 Jul 2019 04:12:23 -0700 Subject: [PATCH] Added package wings (#1109) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" } ]