From 7fc87841addaf77b2cfd41c0eb348fb7d28af8f6 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Mon, 6 Jun 2022 03:54:30 -0700 Subject: [PATCH] Add package cdecl (#2248) * Added package cdecl * resolve conflicts Co-authored-by: sandytypical <43030857+xflywind@users.noreply.github.com> --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 266bd5a..8f0f947 100644 --- a/packages.json +++ b/packages.json @@ -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",