cffi 1:0.23.0-1ubuntu1 source package in Ubuntu

Changelog

cffi (1:0.23.0-1ubuntu1) hirsute; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/patches/libffi8: Update search path to include libffi8.

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

  * New upstream release
  * Bump S-V to 4.5.1

 -- Gianfranco Costamagna <email address hidden>  Wed, 25 Nov 2020 15:20:31 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cffi_0.23.0.orig.tar.gz 255.5 KiB 93759ebbf36752fee57883f870b76676fc57b9bdd4d135ef3a58ba52cb5bf7eb
cffi_0.23.0.orig.tar.gz.asc 488 bytes 1fd8a7e771465f055fb95435e5a074537c5409214e071de118ff9921ce987e8f
cffi_0.23.0-1ubuntu1.debian.tar.xz 531.8 KiB e1ec9eec888870e13c8f8969a73b3ea40b4a4524ae5beaf4a40cdcfb0c346158
cffi_0.23.0-1ubuntu1.dsc 2.4 KiB 6e2102964c956858fd1e4182a2a0cf2860020bc484440879ef81102ac783f28c

View changes file

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.