Add package cdecl (#2248)

* Added package cdecl

* resolve conflicts

Co-authored-by: sandytypical <43030857+xflywind@users.noreply.github.com>
This commit is contained in:
Jaremy Creechley 2022-06-06 03:54:30 -07:00 committed by GitHub
parent 35614e0f6b
commit 7fc87841ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26364,6 +26364,24 @@
"license": "MIT",
"web": "https://github.com/choltreppe/nim_receq"
},
{
"name": "cdecl",
"url": "https://github.com/elcritch/cdecl",
"method": "git",
"tags": [
"cmacros",
"c++",
"c",
"macros",
"variables",
"declaration",
"utilities",
"wrapper"
],
"description": "Nim helper for using C Macros",
"license": "MIT",
"web": "https://github.com/elcritch/cdecl"
},
{
"name": "fidgetty",
"url": "https://github.com/elcritch/fidgets",