No description or website provided.
Lua CMake
Latest commit dbd0a62 Feb 22, 2016 @soumith soumith Merge pull request #9 from borisfom/master
Fixing a bug in DESTINATION

README.md

CWrap package

The cwrap package helps you to automate the generation of Lua/C wrappers around existing C functions, such that these functions would be callable from Lua. This package is used by the torch package, but does not depend on anything, and could be used by anyone using Lua. The documentation is organized as follows :

DISCLAIMER Before going any further, we assume the reader has a good knowledge of how to interface C functions with Lua. A good start would be the Lua reference manual, or the book Programming in Lua.