slackbuilds_ponce/libraries/tolua++
Matteo Bernardini d547e0f889 Several: Change my email to @SBo in all maintained scripts
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-09-02 10:10:20 +02:00
..
README
slack-desc
tolua++.info Several: Change my email to @SBo in all maintained scripts 2012-09-02 10:10:20 +02:00
tolua++.SlackBuild

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