diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-04-16 21:58:32 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:09 +0200 |
commit | 9c03b99a0ab506fb6829cc79320387a348de1aa3 (patch) | |
tree | 45a3b886b49b5542f4f3542c2de57f8b05f1da34 /libraries/tolua++/slack-desc | |
parent | 296ee4b1d07baac910422190cc1ec738ece53bd7 (diff) | |
download | slackbuilds-9c03b99a0ab506fb6829cc79320387a348de1aa3.tar.gz |
libraries/tolua++: Added (tool to integrate C/C++ code with Lua)
Diffstat (limited to 'libraries/tolua++/slack-desc')
-rw-r--r-- | libraries/tolua++/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/tolua++/slack-desc b/libraries/tolua++/slack-desc new file mode 100644 index 0000000000..7736b82e4f --- /dev/null +++ b/libraries/tolua++/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +tolua++: tolua++ (tool to integrate C/C++ code with Lua) +tolua++: +tolua++: Tolua++ is an extended version of tolua, a tool to integrate C/C++ +tolua++: code with Lua. tolua++ includes new features oriented to c++ such as: +tolua++: +tolua++: * Support for std::string as a basic type (this can be turned off +tolua++: by a command line option). +tolua++: * Support for class templates +tolua++: +tolua++: Homeapge: http://www.codenix.com/~tolua/ +tolua++: |