Registry / async / luv
library1.44.2vcpkgunverified

Bare libuv bindings for lua

vcpkg install luv
INSTALL
IMPORT
SIG · LUV
L
luv
asynccppv1.44.2
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.

luv.h
#include <luv.h>

Initialize luv in a Lua state

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

No known issues recorded.

Upgrade
Version history
1.44.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources

No resource links recorded.

luv — pip install luv · libregistry