slackbuilds_ponce/libraries/tolua++
dsomero 687c78d560 various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:34:22 -05:00
..
README
slack-desc
tolua++.info
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