Added package quic (#3044)

This commit is contained in:
richΛrd 2025-05-26 11:22:25 -04:00 committed by GitHub
parent ccaa166e61
commit d239200c2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35328,5 +35328,16 @@
"description": "A super-fast Nim package manager with automatic dependency graph and parallel installation.",
"license": "MIT",
"web": "https://github.com/HapticX/nmr"
},
{
"name": "quic",
"url": "https://github.com/vacp2p/nim-quic",
"method": "git",
"tags": [
"quic"
],
"description": "QUIC protocol implementation",
"license": "MIT",
"web": "https://github.com/vacp2p/nim-quic"
}
]