diff options
| author | treeform <starplant@gmail.com> | 2019-03-02 12:04:47 -0800 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-03-02 21:04:47 +0100 |
| commit | 1386f97f726f31757fca594741d3e611b491156e (patch) | |
| tree | df43645076bfd921a7edc006f1303b5f0097b1f6 | |
| parent | 9ff4c3e16767858968b877ea333c8e2dcb7de8dd (diff) | |
| download | packages-1386f97f726f31757fca594741d3e611b491156e.tar.gz packages-1386f97f726f31757fca594741d3e611b491156e.zip | |
Add netpipe library. (#1022)
Netpipe is a reliable UDP connection for Nim.
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4827850..f502608 100644 --- a/packages.json +++ b/packages.json @@ -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/" } ] |
