From: Fractal
Subject: is there an auto binder util for lisp
Date: 
Message-ID: <1125768627.737040.48190@f14g2000cwb.googlegroups.com>
somthing like:
(create-package c-file-package "CFile.c" "CFile.lib")

that will create a package of bindings to all h file interface - using
FFI.

(create-package might also need impl FFI defintions file - coz most
impl don't use UFFI as far as i read)
From: joesb
Subject: Re: is there an auto binder util for lisp
Date: 
Message-ID: <1125781601.030693.238500@z14g2000cwz.googlegroups.com>
- Fetter FFI,
- AH2CL.
- SWIG CLISP module in CVS SWIG.

cheers,