Config.in 316 B

12345678910
  1. config BR2_PACKAGE_LUASOCKET
  2. bool "luasocket"
  3. depends on BR2_PACKAGE_LUA_SHARED_LIBRARY
  4. help
  5. LuaSocket is the most comprehensive networking support library
  6. for the Lua language.
  7. It provides easy access to TCP, UDP, DNS, SMTP,
  8. FTP, HTTP, MIME and much more.
  9. http://luaforge.net/projects/luasocket/