wok annotate lua-ffi/description.txt @ rev 25303

updated shared-mime-info and shared-mime-info-dev (1.15 -> 2.2)
author Hans-G?nter Theisgen
date Wed Jul 20 09:08:48 2022 +0100 (2022-07-20)
parents
children
rev   line source
Hans-G?nter@23917 1 This is a library for calling C functions and manipulating C types from lua.
Hans-G?nter@23917 2 It is designed to be interface compatible with the FFI library in luajit
Hans-G?nter@23917 3 (see http://luajit.org/ext_ffi.html).
Hans-G?nter@23917 4 It can parse C function declarations and struct definitions that have been
Hans-G?nter@23917 5 directly copied out of C header files and into lua source as a string.