Hide
Login/Register to vote and to have access to more featuresYou are here: Root > By Topic
Go directly to another tagGo directly to another tagAll Last Modified Items for FFI
Back to full tag viewCLERIC (Modified)Last modification: Fri, 05 Aug 2011 16:04:09 GMTCommon Lisp Erlang Interface
PLOKAMI - Common Lisp PCAP Interface (Modified)Last modification: Tue, 26 Oct 2010 00:31:25 GMTPLOKAMI is a lispy interface to libpcap/winpcap built on top of a CFFI portability layer.
SUPPORTED
Realtime network packet capture, injection, dumpfile reading/writing, filtering with BPF, timeouts ...
cl-win32ole (Modified)Last modification: Wed, 10 Mar 2010 11:29:09 GMTCommon Lisp OLE Library like Ruby's win32ole.
Foreign Structures By Value (Added)Last modification: Mon, 04 May 2009 04:22:09 GMTCall foreign functions when one or more arguments and/or the return value are structures. In CFFI and most Lisp foreign interfaces, structures must be passed by reference, that is, as pointers. FSBV...
CL-DONGLE (Added)Last modification: Sun, 27 Apr 2008 23:29:08 GMTProvides full access to all the functionality of SG-Lock's hardware-based copy protection system (dongles).
Objective-CL (Modified)Last modification: Sun, 23 Mar 2008 13:05:52 GMTObjective-CL is a free CL/Objective-C bridge that is portable not only across Lisp implementations but also across operating systems. It strives to achieve full GNUstep and Cocoa compatibility includ...
Software Bits (Added)Last modification: Sat, 16 Dec 2006 01:55:55 GMTa lot of random bits of lisp code. (Parsers, plotters, SMTP, and more...)
CFFI-Net (Added)Last modification: Sun, 22 Oct 2006 09:08:10 GMTA portable interface to Unix sockets functionality. It includes the CFFI-Grovel tool for automating FFI generation, and the CFFI-Unix interface to basic Unix functionality with a focus on networking.
CFFI - the Common Foreign Function Interface (Modified)Last modification: Sat, 09 Sep 2006 08:09:16 GMTA portable foreign function interface for Common Lisp.
UFFI (Modified)Last modification: Sun, 03 Sep 2006 08:56:03 GMTUniversal Foreign Function Interface for Common Lisp.
c2ffi (Added)Last modification: Wed, 09 Aug 2006 10:13:21 GMTAn FFI bindings generator for C libraries. It automatically generates foreign function interface definitions for UFFI (CFFI is also planned) by parsing C header files.
fftw-ffi (Added)Last modification: Thu, 22 Jun 2006 12:45:53 GMTAn UFFI-based generator of Common Lisp FFI bindings to the FFTW (Fastest Fourier Transform in the West) C library.
gcc-xml-ffi (Added)Last modification: Wed, 21 Jun 2006 16:52:26 GMTAn automatic Common Lisp FFI bindings generator from C or C++ source code.
CFFI Utils (Added)Last modification: Thu, 11 May 2006 01:04:03 GMTWas once part of bdb package, but outsourced as new package.
This package brings you a "flag-system" for handling constant definitions in seperated systems, an defcfun extension macro to "easily" tran...
Hello C (Added)Last modification: Tue, 28 Mar 2006 11:40:27 GMTA tool for interfacing Common Lisp programs with libraries written in C or with the same calling conventions. It is largely a fork of UFFI, with additional features such as support for callback functi...
SWIG (Simplified Wrapper and Interface Generator) (Added)Last modification: Thu, 12 Jan 2006 21:55:59 GMTSWIG is a software development tool that connects programs and libraries written in C and C++ with a variety of high-level programming languages, including Common Lisp. It parses C/C++ header files a...