A library that helps you create bindings between C++ and Lua http://sourceforge.net/projects/luabind/
Go to file
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-libboost-1.57.patch added patch against libboost 1.57 [release 0.9.1-3mamba;Mon Feb 09 2015] 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 rebuilt with gcc 5.2.0 [release 0.9.1-4mamba;Wed Dec 09 2015] 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.