ffcall 2.4-1 source package in Ubuntu

Changelog

ffcall (2.4-1) unstable; urgency=medium

  * New upstream release
  * Drop transitional package libffcall1-dev
  * Fix d/upstream/signing-key.asc
  * d/copyright: reflect upstream changes
  * cross.patch: drop patch, applied upstream
  * mips-r6.patch: drop patch, no longer applies. This patch should rather
    be upstreamed, it’s not maintainable at the Debian level.
  * lib{avcall1,ffcall1b}.symbols: add new symbols
  * Bump to debhelper 13
  * Bump S-V to 4.6.0
  * Add d/upstream/metadata
  * Move Homepage and Upstream-Contact fields to gnu.org

 -- Sébastien Villemot <email address hidden>  Thu, 26 Aug 2021 19:05:36 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe libs

Downloads

File Size SHA-256 Checksum
ffcall_2.4-1.dsc 2.3 KiB dfadfb5cb2d204353a2ea7ed62d88c00206855484be1b3a25e48598ae1346e05
ffcall_2.4.orig.tar.gz 1.2 MiB 8ef69921dbdc06bc5bb90513622637a7b83a71f31f5ba377be9d8fd8f57912c2
ffcall_2.4.orig.tar.gz.asc 819 bytes ae450a5b68b811cb2b4e753dc09ca30c82eb5d443614ae7882c6e9817ba8174f
ffcall_2.4-1.debian.tar.xz 9.4 KiB 90b7117010ca4c5fdca066aef4e9d234dcdcce6f702368f1e67830f1c2a6da77

Available diffs

No changes file available.

Binary packages built by this source

libavcall1: No summary available for libavcall1 in ubuntu kinetic.

No description available for libavcall1 in ubuntu kinetic.

libavcall1-dbgsym: debug symbols for libavcall1
libcallback1: No summary available for libcallback1 in ubuntu kinetic.

No description available for libcallback1 in ubuntu kinetic.

libcallback1-dbgsym: debug symbols for libcallback1
libffcall-dev: foreign function call libraries - development files

 ffcall is a collection of libraries which can be used to build
 foreign function call interfaces in embedded interpreters.
 .
 The main libffcall library consists of two parts:
 .
    avcall - calling C functions with variable arguments
 .
    callback - closures with variable arguments as first-class C functions
 .
 The avcall and callback modules are also provided as separate
 libraries, but those are deprecated and are installed only for backward
 compatibility.
 .
 Two other libraries are provided:
 .
    vacall - C functions accepting variable argument prototypes
    (non-reentrant variant of part of 'callback')
 .
    trampoline - closures as first-class C functions
    (non-reentrant variant of part of 'callback')
 .
 This package also includes documentation, in HTML format and as manual pages.

libffcall1b: foreign function call libraries - main shared library

 ffcall is a collection of libraries which can be used to build
 foreign function call interfaces in embedded interpreters.
 .
 This package installs a shared version of the main libffcall library,
 which consists of two parts:
 .
    avcall - calling C functions with variable arguments
 .
    callback - closures with variable arguments as first-class C functions

libffcall1b-dbgsym: debug symbols for libffcall1b
libtrampoline1: foreign function call libraries - closures in C (non-reentrant variant)

 ffcall is a collection of libraries which can be used to build
 foreign function call interfaces in embedded interpreters.
 .
 This package installs a shared library version of the trampoline library,
 which implements closures as first-class C functions. This is a non-reentrant
 variant of part of the 'callback' library.

libtrampoline1-dbgsym: debug symbols for libtrampoline1