From ec97ddd72dc623cdd6004561d8d9b21f5e12190d Mon Sep 17 00:00:00 2001 From: David Krause Date: Sat, 17 Sep 2022 10:03:46 +0200 Subject: [PATCH] added zigcc (#2323) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index aebf265..f63299f 100644 --- a/packages.json +++ b/packages.json @@ -27205,6 +27205,18 @@ "web": "https://github.com/foxoman/mersal", "doc": "https://mersal-doc.surge.sh/mersal" }, + { + "name": "zigcc", + "url": "https://github.com/enthus1ast/zigcc", + "method": "git", + "tags": [ + "zig", + "wrapper" + ], + "description": "wraps `zig cc` to be able to be called by the nim compiler", + "license": "MIT", + "web": "https://github.com/enthus1ast/zigcc" + }, { "name": "imnotify", "url": "https://github.com/Patitotective/ImNotify",