From dedccdb30f11b7adb6dad2de1ef001bf9a5d271e Mon Sep 17 00:00:00 2001
From: Hamid Bluri
Date: Mon, 14 Feb 2022 17:16:30 +0330
Subject: [PATCH] Added package packedArgs (#2152)
---
packages.json | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/packages.json b/packages.json
index 8f0dd8c..172fe4f 100644
--- a/packages.json
+++ b/packages.json
@@ -25234,5 +25234,20 @@
"description": "Basic calculator in Nim",
"license": "MIT",
"web": "https://github.com/RainbowAsteroids/crowncalc"
+ },
+ {
+ "name": "packedArgs",
+ "url": "https://github.com/hamidb80/packedArgs",
+ "method": "git",
+ "tags": [
+ "thread",
+ "convention",
+ "createThread",
+ "DSL",
+ "threading"
+ ],
+ "description": "a convention mainly created for `createThread` proc",
+ "license": "MIT",
+ "web": "https://github.com/hamidb80/packedArgs"
}
]