File: luasocket.lua

package info (click to toggle)
luasocket 2.0-alpha-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 452 kB
  • ctags: 437
  • sloc: ansic: 2,015; makefile: 107
file content (4 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
open, err1, err2 = loadlib("luasocket", "luaopen_socket")
if not open then error(err1) end
open()
if not LUASOCKET_LIBNAME then error("LuaSocket init failed") end