source $GRIMOIRE/CMAKE_FUNCTIONS
           SPELL=tolua++
          SPELLX=toluapp
         VERSION=1.0.93
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://github.com/LuaDist/${SPELLX}/archive/${VERSION}.tar.gz
     SOURCE_HASH=sha512:68f169244f1b37fdeb1a72b0f8fc61a30329c0a828f46af718021c8cfa120fe15379b4b2bc10f0995de90e34735564afd6d302fa1865be60272e52e276e1114f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE=https://github.com/LuaDist/toluapp
      LICENSE[0]=MIT
         ENTERED=20080816
           SHORT="tool to integrate C/C++ code with Lua"
cat << EOF
tolua++ is 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.
EOF
