summaryrefslogtreecommitdiffstats
path: root/package/luasocket/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/luasocket/Config.in')
-rw-r--r--package/luasocket/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/luasocket/Config.in b/package/luasocket/Config.in
new file mode 100644
index 000000000..298db56b0
--- /dev/null
+++ b/package/luasocket/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_LUASOCKET
+ bool "luasocket"
+ depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
+ help
+ LuaSocket is the most comprehensive networking support library
+ for the Lua language.
+ It provides easy access to TCP, UDP, DNS, SMTP,
+ FTP, HTTP, MIME and much more.
+
+ http://luaforge.net/projects/luasocket/