-
-
14 Mar 2021 12:49:00 UTC
- Distribution: Alien-LibJQ
- Module version: 0.05
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (660 / 0 / 0)
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: mit
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (10.61KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Dongxu Ma (dongxu __at__ cpan.org)
- Dependencies
- Alien::Base
- Alien::Build
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Alien::LibJQ - Build libjq library (https://stedolan.github.io/jq/)
SYNOPSIS
In C<Makefile.PL>: use strict; use warnings; use ExtUtils::MakeMaker; use Alien::Base::Wrapper; ... WriteMakefile( Alien::Base::Wrapper->new('Alien::LibJQ')->mm_args2( ... CONFIGURE_REQUIRES => { ... 'Alien::LibJQ' => '0.01', ... }, ... ), ); ...
DESCRIPTION
Provide libjq.so to other modules.
AUTHOR
Dongxu Ma CPAN ID: DONGXU dongxu __at__ cpan.org https://github.com/dxma/perl5-cpan
COPYRIGHT
This program is free software licensed under the...
The MIT License
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
perl(1).
Module Install Instructions
To install Alien::LibJQ, copy and paste the appropriate command in to your terminal.
cpanm Alien::LibJQ
perl -MCPAN -e shell install Alien::LibJQ
For more information on module installation, please visit the detailed CPAN module installation guide.