aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-08-15 20:48:12 +0100
committerGitHub <noreply@github.com>2017-08-15 20:48:12 +0100
commit3c66456dba5c16eeafb4d3d141de79d35b7ffd31 (patch)
tree079cdbc9dcc5219eb3b395efeaa8a1072bedee65
parent9e04f86aa853406a067f84d2325ff26a55ceed6b (diff)
parentb72fb8ee2d85e18c85fe97d000e3fde1175f14d9 (diff)
downloadpackages-3c66456dba5c16eeafb4d3d141de79d35b7ffd31.tar.gz
packages-3c66456dba5c16eeafb4d3d141de79d35b7ffd31.zip
Merge pull request #567 from enthus1ast/patch-1
added multicast
-rw-r--r--packages.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 73a2982..53e1c62 100644
--- a/packages.json
+++ b/packages.json
@@ -7030,5 +7030,19 @@
"description": "Libgit2 low level wrapper",
"license": "MIT",
"web": "https://github.com/barcharcraz/libgit2-nim"
- }
+ },
+ {
+ "name": "multicast",
+ "url": "https://github.com/enthus1ast/nimMulticast",
+ "method": "git",
+ "tags": [
+ "multicast",
+ "udp",
+ "socket",
+ "net"
+ ],
+ "description": "proc to join (and leave) a multicast group",
+ "license": "MIT",
+ "web": "https://github.com/enthus1ast/nimMulticast"
+ }
]