Call C functions in shared libraries using libffi for Lua.
$ luarocks install dlopen
`dlopen` provides Lua bindings for calling C functions in shared libraries using `dlopen` functions and `libffi`.
4
root