Registry / networking / luasocket

luasocket

JSON →
library3.1.0vcpkgunverified

LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that add support for functionality commonly needed by applications that deal with the Internet.

vcpkg install luasocket
INSTALL
IMPORT
SIG · LUASOCKET
L
luasocket
networkingcppv3.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

luasocket.h
#include <luasocket.h>

Initialize LuaSocket core in a Lua state

#include <luasocket.h> #include <lua.hpp> int main() { lua_State *L = luaL_newstate(); luaopen_socket_core(L); lua_close(L); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

luasocket — pip install luasocket · libregistry