wok view lua-ffi/description.txt @ rev 24834

updated libssh2 and libssh2-dev (1.9.0 -> 1.10.0)
author Hans-G?nter Theisgen
date Fri Mar 25 06:44:45 2022 +0100 (2022-03-25)
parents
children
line source
1 This is a library for calling C functions and manipulating C types from lua.
2 It is designed to be interface compatible with the FFI library in luajit
3 (see http://luajit.org/ext_ffi.html).
4 It can parse C function declarations and struct definitions that have been
5 directly copied out of C header files and into lua source as a string.