ffcall 2.4-2.1build1 source package in Ubuntu

Changelog

ffcall (2.4-2.1build1) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 11:41:45 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs

Downloads

File Size SHA-256 Checksum
ffcall_2.4.orig.tar.gz 1.2 MiB 8ef69921dbdc06bc5bb90513622637a7b83a71f31f5ba377be9d8fd8f57912c2
ffcall_2.4.orig.tar.gz.asc 819 bytes ae450a5b68b811cb2b4e753dc09ca30c82eb5d443614ae7882c6e9817ba8174f
ffcall_2.4-2.1build1.debian.tar.xz 11.4 KiB af0fd89e7cad55342fe98c98d85f88054ca480ebc0bc84b42d5e3475c15888d2
ffcall_2.4-2.1build1.dsc 2.5 KiB a085f1671f4a8f985be39c53543ca3066d04bfddd37647a721fb10030ef65db1

View changes file

Binary packages built by this source

libavcall1: foreign function call libraries - calling C functions with variable arguments

 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 avcall library, which
 can be used for calling C functions with variable arguments.
 .
 The use of this shared library is deprecated. The main libffcall library,
 which embeds avcall, should be preferred.

libavcall1-dbgsym: debug symbols for libavcall1
libcallback1: foreign function call libraries - closures with variable arguments in C

 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 callback library, which
 provides closures with variable arguments as first-class C functions.
 .
 The use of this shared library is deprecated. The main libffcall library,
 which embeds callback, should be preferred.

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