          MODULE=toluapp
         VERSION=1.0.93
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=http://github.com/LuaDist/toluapp/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:0a1ff87cb74e7531aec57e2a7cfdf282116647dea3b46223e3cc7c362b55b5bb
        WEB_SITE= http://www.codenix.com/~tolua/
         ENTERED=20151127
         UPDATED=20151127
           SHORT="Tool to integrate C/C++ code with Lua"

cat << EOF
toluapp 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
metamethod 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.
EOF
