Update packages.json (#2888)

This commit is contained in:
Alogani 2024-06-06 16:09:35 +02:00 committed by GitHub
parent 2f1f780143
commit c90e7cfbd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,23 @@
[
{
"name": "nimgo",
"url": "https://github.com/Alogani/NimGo",
"method": "git",
"tags": [
"library",
"coroutines",
"async",
"mincoro",
"asyncfile",
"asyncsocket",
"asyncstreams",
"asyncproc",
"eventloop"
],
"description": "Asynchronous Library Inspired by Go's goroutines, for Nim",
"license": "MIT",
"web": "https://github.com/Alogani/NimGo"
},
{
"name": "shellcmd",
"url": "https://github.com/Alogani/shellcmd",