ffidl - Foreign Function Interface

Description

Ffidl allows you to call C functions using pure Tcl wrappers. You specify a function name, a library, a list of argument types, and a return type, and Ffidl takes care of the nasty details of converting a Tcl command call into a C function call for you. So, if you have a shared library and a specification of the entries in the library, you can wrap the library into a Tcl extension with Ffidl and pure Tcl.

Information

Packageffidl
AuthorRoger Critchlow
Daniel Steffen
Homepagehttp://www.elf.org/ffidl/
LicenseBSD
Requireslibffi
CategoriesCross-language interoperability

Releases

VersionDateAnnounce
0.11999-10-26
0.41999-11-06
0.51999-11-22
0.62006-10-30