lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Who do I contact to get a Lua Users wiki entry updated, or what is the
process to do so?

http://luaforge.net/projects/cinvoke-lua/ shows that the project home
page for C/Invoke Lua is is at http://cinvoke.teegra.net/bindings.html

However http://lua-users.org/wiki/BindingCodeToLua in the following section:

C Foreign Function Interfaces (FFI)

[C/Invoke for Lua] (5.1) - Use [C/Invoke] from Lua to call C libraries
(DLLs, .so files) directly, like Microsoft's P/Invoke and Python's
ctypes. (Similar to Alien)

Is still pointing to to http://www.nongnu.org/cinvoke/ rather than
http://cinvoke.teegra.net/

C/Invoke development has continued at
https://bitbucket.org/bogen/cinvoke/ but not all the appropriate pages
have been updated yet.

--DAS