From bc4dcc85711ce419e2455fb64823170fa7e1eb91 Mon Sep 17 00:00:00 2001 From: sls1005 <90055573+sls1005@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:49:03 +0800 Subject: [PATCH] Added package anycallconv (#2670) Co-authored-by: sls1005 Co-authored-by: PhilippMDoerner --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 8e735d8..43d5dd1 100644 --- a/packages.json +++ b/packages.json @@ -31167,6 +31167,18 @@ "license": "GPL-3.0-only", "web": "https://gitlab.com/prashere/battinfo" }, + { + "name": "anycallconv", + "url": "https://github.com/sls1005/anycallconv", + "method": "git", + "tags": [ + "macro", + "sugar" + ], + "description": "A macro to create special procedural types for parameters.", + "license": "MIT", + "web": "https://github.com/sls1005/anycallconv" + }, { "name": "bcs", "url": "https://github.com/C-NERD/nimBcs",