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

Changelog

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

  * Build for openkylin.

 -- sufang <email address hidden>  Thu, 25 Aug 2022 10:50:07 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
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
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdevel-checklib-perl_1.16.orig.tar.gz 15.7 KiB 199347760cb1645f928f4c4dbfef2fc048ec6e6d23a728e14f5c248adf3915e8
libdevel-checklib-perl_1.16-ok1.debian.tar.xz 1.9 KiB b81a8b3be4c4e05b34646ceebbaf45e8f07d63b1bd3929e4ab62bdabf636fb8f
libdevel-checklib-perl_1.16-ok1.dsc 1.9 KiB 38f1fa6e4f49f60efbe8df51c15aea3f45928fb942cabba51292cd9aec3de7d5

Available diffs

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.