added zigcc (#2323)

This commit is contained in:
David Krause 2022-09-17 10:03:46 +02:00 committed by GitHub
parent c535e50401
commit ec97ddd72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",