lutok

Lightweight C++ API for Lua language integration

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight C++ API for Lua

Commands

lutok

Examples

Link lutok library in C++ project compilation$ g++ -o myapp myapp.cpp $(pkg-config --cflags --libs lutok)
Check lutok version and installation$ pkg-config --modversion lutok
Get lutok compiler and linker flags for build systems$ pkg-config --cflags --libs lutok