cffi 1:0.24.1-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Update standards version to 4.6.0, no changes needed.
  * debian/rules: Export FORCE_SOURCE_DATE=1 in order for texlive to
    respect SOURCE_DATE_EPOCH when generating .dvi and .ps files. Thanks
    to Vagrant Cascadian. (Closes: #995648)
  * libffi8.patch: new patch, adds support for libffi8

 -- Sébastien Villemot <email address hidden>  Thu, 04 Nov 2021 15:24:44 +0100

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cffi_0.24.1-1.dsc 2.3 KiB 9a01da783c106665ba292ce0646f0cad493d0c46983b74c32b5c9504b0cacc94
cffi_0.24.1.orig.tar.gz 256.0 KiB 1023dc97baa0f4c8648c3039f6d147978b37a13310869d914b92469b335128c7
cffi_0.24.1.orig.tar.gz.asc 488 bytes 47cf5cc176fd4f84f7d8fe143d9a567cf11d037a8fc9ebe413b1166cc0145879
cffi_0.24.1-1.debian.tar.xz 531.9 KiB 6fce59355b005c9d1d55843253930fb2fab1a59064cb6aaebe6995b524ce8404

No changes file available.

Binary packages built by this source

cl-cffi: 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.