Merge pull request #567 from enthus1ast/patch-1

added multicast
This commit is contained in:
Dominik Picheta 2017-08-15 20:48:12 +01:00 committed by GitHub
commit 3c66456dba

View File

@ -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"
}
]