slackbuilds_ponce/libraries/tolua++
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
tolua++.info
tolua++.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00

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.