libdevel-checklib-perl 1.14-ok1 source package in openKylin

Changelog

libdevel-checklib-perl (1.14-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-checklib-perl_1.14.orig.tar.gz 15.2 KiB f21c5e299ad3ce0fdc0cb0f41378dca85a70e8d6c9a7599f0e56a957200ec294
libdevel-checklib-perl_1.14-ok1.debian.tar.xz 1.6 KiB 053e456e3d25076896247c7a31d15f01dfac3caf912a0c65f4c34510b52f32b8
libdevel-checklib-perl_1.14-ok1.dsc 2.0 KiB 93858b95a5cfe19540fb32033bf8bb66e9281f88bc5b5e234d6132edee96d542

View changes file

Binary packages built by this source

libdevel-checklib-perl: module for checking the availability of a library

 Devel::CheckLib is a perl module that checks whether a particular C library
 and its headers are available.
 .
 It works by trying to compile some code and linking it to the specified
 libraries. If something pops out the end which looks executable, it gets
 executed. That tiny program is built once for each specified library, and
 (without linking) once for each header file.
 .
 It is also possible to check for the presence of particular functions in a
 library, or even that those functions return particular results.