Devel::CheckLib - check that a library is available
Devel::CheckLib is a perl module that checks whether a particular C library and its headers are available....
MATTN/Devel-CheckLib-1.16 - 04 May 2022 14:32:31 UTC - Search in distribution- use-devel-checklib - (DEPRECATED)a script to package Devel::CheckLib with your code.
Devel::CheckLib - check that a library is available
Devel::CheckLib is a perl module that checks whether a particular C library and its headers are available....
IKRUGLOV/Sereal-Path-4.004 - 13 Nov 2017 17:10:46 UTC - Search in distribution- Devel::CheckLib - check that a library is available
Dist::Zilla::Plugin::FFI::CheckLib - FFI::CheckLib alternative to Dist::Zilla::Plugin::CheckLib
This is a Dist::Zilla plugin that modifies the Makefile.PL or Build.PL in your distribution to check for a dynamic library FFI::Platypus (or similar) can access; uses FFI::CheckLib to perform the check. If the library is not available, the program ex...
PLICEASE/Dist-Zilla-Plugin-FFI-1.05 - 22 Feb 2022 16:34:45 UTC - Search in distribution
Crypt::SSLeay - OpenSSL support for LWP
This Perl module provides support for the HTTPS protocol under LWP, to allow an LWP::UserAgent object to perform GET, HEAD, and POST requests over encrypted socket connections. Please see LWP for more information on POST requests. The "Crypt::SSLeay"...
NANIS/Crypt-SSLeay-0.72 - 24 Apr 2014 15:45:06 UTC - Search in distribution
Net::Sharktools - Use Wireshark's packet inspection capabilities in Perl
"Net::Sharktools" is an adaptation of the Python interface provided with the "Sharktools" package which is a "small set of tools that allow use of Wireshark's deep packet inspection capabilities in interpreted programming languages." Sharktools can b...
NANIS/Net-Sharktools-0.009 - 04 Feb 2011 11:18:34 UTC - Search in distribution
Imager::Probe - hot needle of inquiry for libraries
Does the probes that were hidden in Imager's Makefile.PL, pulled out so the file format libraries can be externalized. The return value is either nothing if the probe fails, or a hash containing: * "INC" - "-I" and other C options * "LIBS" - "-L", "-...
TONYC/Imager-1.019 - 09 Jul 2022 03:41:29 UTC - Search in distribution
Image::DecodeQR::WeChat - Decode QR code(s) from images using the OpenCV/WeChat library via XS
BLIAKO/Image-DecodeQR-WeChat-0.9
-
24 Mar 2022 14:59:48 UTC
-
Search in distribution
Alien::Base::Wrapper - Compiler and linker wrapper for Alien
This module acts as a wrapper around one or more Alien modules. It is designed to work with Alien::Base based aliens, but it should work with any Alien which uses the same essential API. In the first example (from the command line), this class acts a...
PLICEASE/Alien-Build-2.59 - 16 Aug 2022 15:39:11 UTC - Search in distribution
FFI::CheckLib - Check that a library is available for FFI
This module 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...
PLICEASE/FFI-CheckLib-0.28 - 16 May 2021 21:16:55 UTC - Search in distribution
Device::Blkid::E2fsprogs - Perl interface to e2fsprogs-based libblkid (v1.33 - v1.41.4)
Libblkid provides a means of identifying block devices as to their content (such as filesystems) as well as allowing for the extraction of additional meta information such as filesystem labels, volume labels, serial numbers, device numbers, unique id...
MROZ/Device-Blkid-E2fsprogs-0.40 - 26 Jan 2011 05:54:57 UTC - Search in distribution
Linux::Proc::Cpuinfo - XS wrapper for libproccpuinfo - a generic parser for /proc/cpuinfo
Linux::Proc::Cpuinfo is a XS wrapper for "libproccpuinfo" (<https://savannah.nongnu.org/projects/proccpuinfo/>). It provides a generic interface to access "/proc/cpuinfo"....
HAGGAI/Linux-Proc-Cpuinfo-0.02 - 28 Aug 2011 17:14:27 UTC - Search in distribution
Alien::Base::ModuleBuild::FAQ - Frequently Asked Questions about Alien::Base::ModuleBuild
NOTE: Please consider for new development of Aliens that you use Alien::Build and alienfile instead. Like Alien::Base::ModuleBUild they work with Alien::Base. Unlike Alien::Base::Module::Build they are more easily customized and handle a number of co...
PLICEASE/Alien-Base-ModuleBuild-1.15 - 28 Aug 2020 15:51:43 UTC - Search in distribution
Bundle::AndyA - Basic working environment.
Nice things to have installed....
ANDYA/Bundle-AndyA-1.12 - 27 Oct 2010 18:43:18 UTC - Search in distribution
Module::Install::XSUtil - Utility functions for XS modules
Module::Install::XSUtil provides a set of utilities to setup distributions which include or depend on XS module. See XS::MRO::Compat and Method::Cumulative for example....
GFUJI/Module-Install-XSUtil-0.45 - 30 Jan 2014 22:16:10 UTC - Search in distribution
Acme::CPANModules::Import::PerlAdvent::2014 - Modules mentioned in Perl Advent Calendar 2014
Modules mentioned in Perl Advent Calendar 2014. This list is generated by extracting module names mentioned in [http://perladvent.org/2014/] (retrieved on 2016-11-06). Visit the URL for the full contents....
PERLANCAR/Acme-CPANModulesBundle-Import-PerlAdvent-2014-0.001 - 22 Sep 2018 01:16:27 UTC - Search in distribution
Dist::Zilla::Plugin::CheckBin - Require that our distribution has a particular command available
Dist::Zilla::Plugin::CheckBin is a Dist::Zilla plugin that modifies the Makefile.PL or Build.PL in your distribution to contain a Devel::CheckBin call, that asserts that a particular command is available. If it is not available, the program exits wit...
ETHER/Dist-Zilla-Plugin-CheckBin-0.008 - 27 Oct 2017 05:54:39 UTC - Search in distribution
Acme::CPANModules::Import::PerlAdvent::2015 - Modules mentioned in Perl Advent Calendar 2015
Modules mentioned in Perl Advent Calendar 2015. This list is generated by extracting module names mentioned in [http://perladvent.org/2015/] (retrieved on 2016-11-06). Visit the URL for the full contents....
PERLANCAR/Acme-CPANModulesBundle-Import-PerlAdvent-2015-0.001 - 22 Sep 2018 01:16:39 UTC - Search in distribution- Acme::CPANModules::Import::PerlAdvent::2015_12_03 - Modules mentioned in Perl Advent Calendar 2015 (day 03)
Module::Install::CheckLib - A Module::Install extension to check that a library is available
Module::Install::CheckLib is a Module::Install extension that integrates Devel::CheckLib so that CPAN authors may stipulate which particular C library and its headers they want available and to exit the "Makefile.PL" gracefully if they aren't. The au...
BINGOS/Module-Install-CheckLib-0.14 - 15 Dec 2021 16:21:22 UTC - Search in distribution
Dist::Zilla::Plugin::AlienBase::Wrapper::Bundle - Bundle a copy of Alien::Base::Wrapper with your dist
NOTE: This technique and plugin is EXPERIMENTAL. Please visit us at #native on irc.perl.org if you want to use this technique. This module bundled Alien::Base::Wrapper with your distribution, which allows for late-binding fallback of an alien when a ...
PLICEASE/Dist-Zilla-Plugin-AlienBuild-0.32 - 22 Jun 2021 16:40:08 UTC - Search in distribution
Dist::Zilla::Plugin::CheckLib - Require that your distribution has a particular library available
This is a Dist::Zilla plugin that modifies the Makefile.PL or Build.PL in your distribution to contain a Devel::CheckLib call, that asserts that a particular library and/or header is available. If it is not available, the program exits with a status ...
ETHER/Dist-Zilla-Plugin-CheckLib-0.007 - 29 Oct 2017 01:56:29 UTC - Search in distribution