Added package nats (#2607)

This commit is contained in:
Dmitriy Dorofeev 2023-05-23 05:46:57 +03:00 committed by GitHub
parent 0e10dceb77
commit a32eb43d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30264,5 +30264,18 @@
"description": "Wrapper around physfs",
"license": "MIT",
"web": "https://github.com/konsumer/nim-physfs_static"
},
{
"name": "nats",
"url": "https://github.com/deem0n/nim-nats",
"method": "git",
"tags": [
"nats",
"library",
"wrapper"
],
"description": "Nim wrapper for the nats.c - NATS client library",
"license": "MIT",
"web": "https://github.com/deem0n/nim-nats"
}
]