slackbuilds_ponce/libraries/tolua++
B. Watson c937991d6e
libraries/tolua++: Use correct github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-04-19 10:52:28 +07: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.