---
name: cl-cffi
version: 0.11.0
origin: devel/cl-cffi
comment: A portable foreign function interface for Common Lisp
arch: freebsd:9:x86:64
www: http://common-lisp.net/project/cffi/
maintainer: olgeni@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 1928493
desc: |
  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.

  The CFFI-SYS backend package defines a low-level interface to the
  native FFI support in the Lisp implementation. It offers operators
  for allocating and dereferencing foreign memory, calling foreign
  functions, and loading shared libraries. The CFFI frontend provides
  a declarative interface for defining foreign functions, structures,
  typedefs, enumerated types, etc. It is implemented in portable ANSI
  CL making use of the low-level operators exported by CFFI-SYS.

  WWW: http://common-lisp.net/project/cffi/
deps:
  cl-trivial-gray-streams: {origin: devel/cl-trivial-gray-streams, version: 2008.11.02_1}
  cl-trivial-features: {origin: devel/cl-trivial-features, version: 2010.01.16_1}
  cl-asdf: {origin: devel/cl-asdf, version: '2.017,2'}
  cl-alexandria: {origin: devel/cl-alexandria, version: 2010.01.16_2}
  cl-babel: {origin: converters/cl-babel, version: 2010.01.16_2}
categories:
- lisp
- devel
