slackbuilds_ponce/libraries/tolua++
2012-08-26 18:55:33 +02:00
..
README libraries/tolua++: Fixed dep information 2012-08-26 18:55:33 +02:00
slack-desc
tolua++.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05: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