libffi-checklib-perl 0.26-1 source package in Ubuntu

Changelog

libffi-checklib-perl (0.26-1) unstable; urgency=medium

  * Import upstream version 0.26.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.0.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.

 -- gregor herrmann <email address hidden>  Fri, 24 Jan 2020 15:10:40 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libffi-checklib-perl_0.26-1.dsc 2.4 KiB 724e20db5506cf0c084bde7f96e9a5b6628d33781b0084850751809db548b7f2
libffi-checklib-perl_0.26.orig.tar.gz 28.1 KiB 06e33bf0807f841626248197e8f39475ac50d1364a0336836c9b581d19a97f65
libffi-checklib-perl_0.26-1.debian.tar.xz 2.3 KiB 39f198076e158e4ac9961676e69659ca80f78070053fefe666f7eed4a7124a0c

Available diffs

No changes file available.

Binary packages built by this source

libffi-checklib-perl: module to check availability of a library for FFI

 FFI::CheckLib checks whether a particular dynamic library is available for
 FFI to use. It is modeled heavily on Devel::CheckLib, but will find dynamic
 libraries even when development packages are not installed. It also provides
 a find_lib function that will return the full path to the found dynamic
 library, which can be feed directly into FFI::Platypus or FFI::Raw.
 .
 Although intended mainly for FFI modules via FFI::Platypus and similar, this
 module does not actually use any FFI to do its detection and probing.