A library that helps you create bindings between C++ and Lua http://sourceforge.net/projects/luabind/
Go to file
Silvan Calarco 05b224dbea added pkg-config file
build release not debug library [release 0.9.1-2mamba;Wed Sep 17 2014]
2024-01-06 06:31:57 +01:00
luabind-0.9.1-libboost-1.55.patch added pkg-config file 2024-01-06 06:31:57 +01:00
luabind-0.9.1-lua-5.2-Jamfile.patch added pkg-config file 2024-01-06 06:31:57 +01:00
luabind-0.9.1-lua-5.2.patch added pkg-config file 2024-01-06 06:31:57 +01:00
luabind-0.9.1-x86_64-libdir.patch added pkg-config file 2024-01-06 06:31:57 +01:00
luabind.spec added pkg-config file 2024-01-06 06:31:57 +01:00
README.md added pkg-config file 2024-01-06 06:31:57 +01:00

luabind

luabind is a library, inspired by and similar to Boost.Python, that helps you create bindings between C++ and Lua. It has the ability to expose functions and classes, written in C++, to Lua.