diff --git a/packages.json b/packages.json index edf7f26..7381dcd 100644 --- a/packages.json +++ b/packages.json @@ -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",