Add hyps package (#3038)

This commit is contained in:
Esteban C Borsani 2025-05-06 17:41:43 -03:00 committed by GitHub
parent 51334dd3b2
commit 82a19aa591
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19078,6 +19078,19 @@
"license": "MIT",
"web": "https://github.com/nitely/nim-grpc"
},
{
"name": "hyps",
"url": "https://github.com/nitely/nim-hyps",
"method": "git",
"tags": [
"pubsub",
"web",
"async"
],
"description": "An async pub/sub client and server",
"license": "MIT",
"web": "https://github.com/nitely/nim-hyps"
},
{
"name": "delight",
"url": "https://github.com/liquid600pgm/delight",