Added package packedArgs (#2152)

This commit is contained in:
Hamid Bluri 2022-02-14 17:16:30 +03:30 committed by GitHub
parent 46ce5ffaf1
commit dedccdb30f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]