slackbuilds/libraries/tolua++
Robby Workman 98b63da237 Multiple: Fixed .info file (removed scons)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README libraries/tolua++: Fixed dep information 2012-08-26 18:55:33 +02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
tolua++.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
tolua++.info Multiple: Fixed .info file (removed scons) 2016-01-17 09:40:16 +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