ffcall 2.1-1 source package in Ubuntu
Changelog
ffcall (2.1-1) unstable; urgency=medium * New upstream release. * Update Vcs-* fields for move to salsa. * Drop fix-powerpcspe.patch, outdated, no longer works. * Drop trampoline-mips64el.patch, applied upstream. * No longer disable PIE on armhf, not needed anymore. * Bump to debhelper compat level 11. * Bump Standards-Version to 4.1.3. * d/copyright: reflect upstream changes. -- Sébastien Villemot <email address hidden> Sat, 17 Feb 2018 21:30:10 +0100
Upload details
- Uploaded by:
- Debian Common Lisp Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Common Lisp Team
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ffcall_2.1-1.dsc | 2.4 KiB | 2efe33eac949d86f8003c881bcbe20b2dbff5fb759afd3775b67b0693c256ca3 |
ffcall_2.1.orig.tar.gz | 921.1 KiB | a091fb8bbabf17c94a2dae2d41161b96a08ab92b5f75d3364157a2c34d538c47 |
ffcall_2.1.orig.tar.gz.asc | 1.2 KiB | cc091e20e3e59fcefd82da7f0561ec2c1a9b2203157f76a9e7a56cf73f848789 |
ffcall_2.1-1.debian.tar.xz | 12.6 KiB | baebcc74a19f9976474c481cce8b029b1e54d787be6823b31320ead6ee37bd6c |
Available diffs
- diff from 2.0-2 to 2.1-1 (49.3 KiB)
No changes file available.
Binary packages built by this source
- libavcall1: No summary available for libavcall1 in ubuntu cosmic.
No description available for libavcall1 in ubuntu cosmic.
- libavcall1-dbgsym: No summary available for libavcall1-dbgsym in ubuntu cosmic.
No description available for libavcall1-dbgsym in ubuntu cosmic.
- 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: No summary available for libffcall-dev in ubuntu cosmic.
No description available for libffcall-dev in ubuntu cosmic.
- libffcall1-dev: foreign function call libraries - transitional package
This transitional package can be safely removed once libffcall-dev has been
installed.
- 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