slackbuilds_ponce/libraries/tolua++
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README
slack-desc
tolua++.info
tolua++.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05: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