raku-librarycheck 0.0.11-1build1 source package in Ubuntu

Changelog

raku-librarycheck (0.0.11-1build1) lunar; urgency=medium

  * Rebuild against new rakudo-2022.12-1.

 -- Gianfranco Costamagna <email address hidden>  Sat, 21 Jan 2023 11:47:27 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Rakudo Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
raku-librarycheck_0.0.11.orig.tar.gz 7.1 KiB 89268e24c63bed7af483dc91462bf8577fa73b9456eb2f618bee6b1ab7a37938
raku-librarycheck_0.0.11-1build1.debian.tar.xz 4.9 KiB 6a8dd3201347be938e6a87da2ac0b269ac0c51d467c75526ad9442c7fc6a9a6c
raku-librarycheck_0.0.11-1build1.dsc 2.1 KiB 790585f769bd2a7c766965e37aacb2acc02638adf92b6d55d66fd369757e9578

View changes file

Binary packages built by this source

raku-librarycheck: Determine whether a shared library is available to be loaded by Raku

 This module provides a mechanism that will determine whether a named
 shared library is available and can be used by NativeCall.
 .
 It exports a single function library-exists that returns a boolean to
 indicate whether the named shared library can be loaded and used.