cffi 1:0.24.1-3 source package in Ubuntu

Changelog

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

  * Add libzstd-dev autopkgtest dep for sbcl Test-Command (Closes: #1016746).
  * Replace Sébastien Villemot in Uploaders.

 -- Sean Whitton <email address hidden>  Mon, 08 Aug 2022 19:29:15 -0700

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
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cffi_0.24.1-3.dsc 2.4 KiB c09c4398dea84626c27569454b0432c1cd6a3484505ad6ad5b625082d6fa9ef2
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-3.debian.tar.xz 532.0 KiB 8bf10123aa35e88e39b68e3231806a33843c122d4c5030ed34ea38bc15d70e76

Available diffs

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.