cffi 1:0.20.1-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Bump to debhelper compat level 12
  * Trim trailing whitespace.
  * Re-export upstream signing key without extra signatures.
  * Bump S-V to 4.4.1
  * Build-Depend on texlive-plain-generic instead of obsolete
    texlive-generic-recommended (Closes: #941514)

 -- Sébastien Villemot <email address hidden>  Sat, 12 Oct 2019 01:04:52 +0200

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cffi_0.20.1-1.dsc 2.3 KiB c23114dea8b3bf1329cb17a24efd36d450974585c434465db2bf6013fd4ecc0c
cffi_0.20.1.orig.tar.gz 254.0 KiB 6a427cc08f0418900bae8a76a690bb1c51fd61caf7efcb677d31701e0ce3ec5e
cffi_0.20.1.orig.tar.gz.asc 488 bytes cbe95f97a7c39477574234d779ac18b8df672b4e6a7a02a54b5b3d9118047ba6
cffi_0.20.1-1.debian.tar.xz 531.0 KiB a0186d767463e656a7492645b784e86091af23cc7606092bed2896c2836a8f34

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.