cffi 1:0.15.0-1 source package in Ubuntu

Changelog

cffi (1:0.15.0-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <email address hidden>  Wed, 15 Jul 2015 16:46:02 +0300

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cffi_0.15.0-1.dsc 1.9 KiB 26d6eb3ebf78a7f0804422e943ec5bf3cfca00073d762cc79c50e7bd2cb49e41
cffi_0.15.0.orig.tar.gz 210.6 KiB 963b819c30b116eae170d5211afbb72883055356452f35cbb34c29d2f1723821
cffi_0.15.0-1.diff.gz 3.3 KiB 760a07b9f5af79c780890446b6967d0861023e150ccee7238da77f2fb93fd3c2

Available diffs

No changes file available.

Binary packages built by this source

cl-cffi: The Common Foreign Function Interface for Common Lisp

 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. It is implemented
 in portable ANSI CL making use of the low-level operators exported by
 CFFI-SYS.
 .
 A UFFI compatibility layer is also being developed.