[Lunar-commits] <moonbase-other> enet: Added new module 1.3.5
Peter de Ridder
peter at lunar-linux.org
Sun Nov 17 15:48:32 CET 2013
commit 35c93a79d8946eb293720a591741c6b49500a761
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Fri, 15 Nov 2013 14:45:41 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/35c93a79d8946eb293720a591741c6b49500a761
enet: Added new module 1.3.5
---
net/enet/DETAILS | +20/-0
1 file changed, 20 insertions(+)
--- /dev/null
+++ b/net/enet/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=enet
+ VERSION=1.3.5
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://enet.bespin.org/download/
+ SOURCE_VFY=sha1:40242c48c255f65da2b21a6123640e1f7aeaa6c2
+ WEB_SITE="http://enet.bespin.org/"
+ ENTERED=20121027
+ UPDATED=20121027
+ SHORT="communication layer on top of UDP"
+cat <<EOF
+ENet's purpose is to provide a relatively thin, simple and robust
+network communication layer on top of UDP (User Datagram Protocol). The
+primary feature it provides is optional reliable, in-order delivery
+of packets.
+
+ENet omits certain higher level networking features such as
+authentication, lobbying, server discovery, encryption, or other
+similar tasks that are particularly application specific so that the
+library remains flexible, portable, and easily embeddable.
+EOF
More information about the Lunar-commits
mailing list