slackbuilds/libraries/tolua++
Matteo Bernardini c8b5c9cdec
libraries/tolua++: Switch to the sources on github, use cmake.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2019-01-19 07:20:34 +07:00
..
README
slack-desc
tolua++.SlackBuild libraries/tolua++: Switch to the sources on github, use cmake. 2019-01-19 07:20:34 +07:00
tolua++.info libraries/tolua++: Switch to the sources on github, use cmake. 2019-01-19 07:20:34 +07:00

README

tolua++ is an extended version of tolua, a tool to integrate C/C++
code with Lua.

tolua++ includes new features oriented to c++ such as:
- support for std::string as a basic type (this can be turned off
  by a command line option);
- Support for class templates.