aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tolua/pkg-descr
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-11-21 16:32:23 +0800
committeredwin <edwin@FreeBSD.org>2004-11-21 16:32:23 +0800
commit11d6e8ca1f7f24f1b6d750d5a4798bc14cf9db21 (patch)
treeb11083e3e98a97ee2564dfe2f5732fa37cad843e /lang/tolua/pkg-descr
parent3d67e0c701263317f856be442330bafaa1e94a26 (diff)
downloadfreebsd-ports-gnome-11d6e8ca1f7f24f1b6d750d5a4798bc14cf9db21.tar.gz
freebsd-ports-gnome-11d6e8ca1f7f24f1b6d750d5a4798bc14cf9db21.tar.zst
freebsd-ports-gnome-11d6e8ca1f7f24f1b6d750d5a4798bc14cf9db21.zip
toLua is a tool that greatly simplifies the integration of C/C++
code with Lua. Based on a "cleaned" header file, toLua automatically generates the binding code to access C/C++ features from Lua. Using Lua-5.0 API and tag method facilities, the current version automatically maps C/C++ constants, external variables, functions, namespace, classes, and methods WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
Diffstat (limited to 'lang/tolua/pkg-descr')
-rw-r--r--lang/tolua/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/tolua/pkg-descr b/lang/tolua/pkg-descr
new file mode 100644
index 000000000000..0dff71b6290c
--- /dev/null
+++ b/lang/tolua/pkg-descr
@@ -0,0 +1,11 @@
+toLua is a tool that greatly simplifies the integration of C/C++
+code with Lua. Based on a "cleaned" header file, toLua automatically
+generates the binding code to access C/C++ features from Lua. Using
+Lua-5.0 API and tag method facilities, the current version automatically
+maps C/C++ constants, external variables, functions, namespace,
+classes, and methods to Lua. It also provides facilities to create
+Lua modules.
+
+WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
+
+Author: Waldemar Celes <celes@tecgraf.puc-rio.br>