pkgsrc-wip/cl-cffi/PLIST
Oleksandr Kozachuk e462ef0133 Import ecl-cffi-0.10.6 as wip/cl-cffi.
CFFI, the Common Foreign Function Interface, purports to be a portable foreign
function interface for Common Lisp. The CFFI library is composed of a
Lisp-implementation-specific backend in the CFFI-SYS package, and a portable
frontend in the CFFI package.

Some of the key features include:
  - an extensible foreign type system;
  - callback support;
  - support for foreign string encodings;
  - ported to Allegro CL, Corman CL, CLISP, CMUCL, ECL, LispWorks, Clozure CL,
    SBCL and the Scieneer CL;
  - a groveller;
  - a UFFI compatibility layer.
2011-02-20 10:41:23 +00:00

14 lines
561 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/20 10:41:23 ddeus Exp $
${PLIST.ecl}${ECL_PATH}cffi.asd
${PLIST.ecl}${ECL_PATH}cffi.fas
${PLIST.ecl}${ECL_PATH}cffi-grovel.asd
${PLIST.ecl}${ECL_PATH}cffi-grovel.fas
${PLIST.ecl}${ECL_PATH}cffi-uffi-compat.asd
${PLIST.ecl}${ECL_PATH}cffi-uffi-compat.fas
share/doc/${LISP}-cffi/README
share/doc/${LISP}-cffi/HEADER
share/doc/${LISP}-cffi/TODO
share/doc/${LISP}-cffi/COPYRIGHT
share/doc/${LISP}-cffi/examples/gethostname.lisp
share/doc/${LISP}-cffi/examples/gettimeofday.lisp
share/doc/${LISP}-cffi/examples/mapping.lisp