mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 14:43:06 +00:00
Add netpipe library. (#1022)
Netpipe is a reliable UDP connection for Nim.
This commit is contained in:
parent
9ff4c3e167
commit
1386f97f72
@ -12766,5 +12766,17 @@
|
||||
"description": "Simple vector library for nim-lang.",
|
||||
"license": "GNU Lesser General Public License v2.1",
|
||||
"web": "https://github.com/Ephiiz/simple_vector"
|
||||
},
|
||||
{
|
||||
"name": "netpipe",
|
||||
"url": "https://github.com/treeform/netpipe/",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"networking",
|
||||
"udp"
|
||||
],
|
||||
"description": "Netpipe is a reliable UDP connection for Nim.",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/treeform/netpipe/"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user