luabind is a library that simplifies C++ integration with Lua. Using templates, it provides a powerful and easy-to-use interface for exposing functions and classes to Lua.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Major performance improvements were made. Smart pointers are automatically handled. Down-casting of polymorphic types is handled. Virtual and multiple inheritance now works properly.