Result:
found more than 582 distributions - search limited to the first 2001 files matching your query ( run in 2.066 )


Alien-Leptonica

 view release on metacpan or  search on metacpan

lib/Alien/Leptonica.pm  view on Meta::CPAN


This module supports L<Inline's with functionality|Inline/"Playing 'with' Others">.

=head1 SEE ALSO

L<Leptonica|http://www.leptonica.com/>, L<Image::Leptonica>

=head1 AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

 view all matches for this distribution


Alien-LibANN

 view release on metacpan or  search on metacpan

inc/Devel/CheckLib.pm  view on Meta::CPAN

This is a very early release intended primarily for feedback from
people who have discussed it.  The interface may change and it has
not been adequately tested.

Feedback is most welcome, including constructive criticism.
Bug reports should be made using L<http://rt.cpan.org/> or by email.

When submitting a bug report, please include the output from running:

    perl -V
    perl -MDevel::CheckLib -e0

 view all matches for this distribution


Alien-LibCIAORegion

 view release on metacpan or  search on metacpan

lib/Alien/LibCIAORegion.pm  view on Meta::CPAN

=head1 DESCRIPTION

This module finds or builds the I<region> library extracted from
the Chandra Interactive Analysis of Observations (CIAO) software
package produced by the Chandra X-Ray Center (CXC).
See L<https://cxc.harvard.edu/ciao/> for more information.

Unfortunately, there is no documentation accompanying the library.

The region library is itself released under the GPL, version 3.  See
the enclosed copyright information.

 view all matches for this distribution


Alien-LibJIT

 view release on metacpan or  search on metacpan

libjit/attic/jit-apply-alpha.c  view on Meta::CPAN

 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with the libjit library.  If not, see
 * <http://www.gnu.org/licenses/>.
 */

#include "jit-internal.h"

#if defined(__alpha) || defined(__alpha__)

 view all matches for this distribution


Alien-LibMagic

 view release on metacpan or  search on metacpan

lib/Alien/LibMagic.pm  view on Meta::CPAN


This module supports L<Inline's with functionality|Inline/"Playing 'with' Others">.

=head1 SEE ALSO

L<file(1)>, L<file command|http://darwinsys.com/file/>, L<File::LibMagic>

=head1 AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

 view all matches for this distribution


Alien-LibUSBx

 view release on metacpan or  search on metacpan

lib/Alien/LibUSBx.pm  view on Meta::CPAN


L<http://cpanratings.perl.org/d/Alien-LibUSBx>

=item * Search CPAN

L<http://search.cpan.org/dist/Alien-LibUSBx/>

=back

=head1 SEE ALSO

 view all matches for this distribution


Alien-LibXML

 view release on metacpan or  search on metacpan

doap.ttl  view on Meta::CPAN

@prefix cpan-uri: <http://purl.org/NET/cpan-uri/terms#> .
@prefix dc:    <http://purl.org/dc/terms/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix doap-bugs: <http://ontologi.es/doap-bugs#> .
@prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

<http://dev.perl.org/licenses/>
	dc:title             "the same terms as the perl 5 programming language system itself".

<http://purl.org/NET/cpan-uri/dist/Alien-LibXML/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;

doap.ttl  view on Meta::CPAN

	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=Alien-LibXML>;
	doap:created         "2012-11-28"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/Alien-LibXML>;
	doap:homepage        <https://metacpan.org/release/Alien-LibXML>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:name            "Alien-LibXML";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-000_01>, <http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-000_02>, <http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Alien-LibXML/...
	doap:repository      [

 view all matches for this distribution


Alien-Libasyncns

 view release on metacpan or  search on metacpan

lib/Alien/Libasyncns.pm  view on Meta::CPAN


  use Alien::Libasyncns;

=head1 DESCRIPTION

Alien::Libasyncns is an Alien package for L<libasyncns|http://0pointer.de/lennart/projects/libasyncns/>.

=head1 HINTS

=over 4

lib/Alien/Libasyncns.pm  view on Meta::CPAN


=back

=head1 SEE ALSO

L<http://0pointer.de/lennart/projects/libasyncns/>

=head1 AUTHOR

Shoichi Kaji <skaji@cpan.org>

 view all matches for this distribution


Alien-Libgit2

 view release on metacpan or  search on metacpan

lib/Alien/Libgit2.pm  view on Meta::CPAN

  # For FFI consumers (FFI::Platypus, Git::Libgit2)
  my @libs = Alien::Libgit2->dynamic_libs;

=head1 DESCRIPTION

L<Alien::Libgit2> provides the C library L<libgit2|https://libgit2.org/>
for use by other CPAN modules that need to link against it.

It first checks whether a system C<libgit2> (>= 1.5) is available via
C<pkg-config>. If not, it builds libgit2 from a bundled source tarball
using CMake. No network access is required during install.

lib/Alien/Libgit2.pm  view on Meta::CPAN


Torsten Raudssus <getty@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> L<https://raudssus.de/>.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut

 view all matches for this distribution


Alien-Libjio

 view release on metacpan or  search on metacpan

lib/Alien/Libjio.pm  view on Meta::CPAN


=head1 SEE ALSO

L<IO::Journal>, a Perl module that provides an interface to libjio.

L<http://blitiri.com.ar/p/libjio/>, Alberto Bertogli's page about libjio,
which explains the purpose and features of libjio.

=head1 CAVEATS

=over

 view all matches for this distribution




Alien-MSYS

 view release on metacpan or  search on metacpan

lib/Alien/MSYS.pm  view on Meta::CPAN

that provides probably all of the libraries that you might want to use as dependencies,
and if it doesn't you can build much easier than with Strawberry + Alien::MSYS.

There are some notes here:

L<https://project-renard.github.io/doc/development/meeting-log/posts/2016/05/03/windows-build-with-msys2/>

On using the MSYS2 / MinGW / MSWin32 Perl from the MSYS2 project.

=back

 view all matches for this distribution


Alien-MSYS2

 view release on metacpan or  search on metacpan

lib/Alien/MSYS2.pm  view on Meta::CPAN

B<Please note> that this module is somewhat experimental.  I do not intend
on intentionally making breaking changes, but because of the maturity of
this module it may be unavoidable.  If you need something more battle tested
you should try L<Alien::MSYS> instead.

This L<Alien> module provides the L<MSYS2|https://msys2.github.io/> tools,
which are useful for building many open source packages on the Microsoft
Windows platform.  When this module is installed, it will generally look
for an existing C<MSYS2> install, if it is available, and if not it will
attempt to download it from the internet and install it to a share directory
so that it can be used by other Perl modules.

 view all matches for this distribution


Alien-MUSCLE

 view release on metacpan or  search on metacpan

lib/Alien/MUSCLE.pm  view on Meta::CPAN

  $muscle = Bio::Tools::Run::Alignment::Muscle->new(@params);
  $align = $muscle->align('sequences.fa');

=head1 DESCRIPTION

Discover or download and install L<MUSCLE|https://www.drive5.com/muscle/>.

=head1 METHODS

L<Alien::MUSCLE> inherits all the methods from L<Alien::Base> and implements the
following new ones.

lib/Alien/MUSCLE.pm  view on Meta::CPAN

=over 4

=item ALIEN_MUSCLE_FORCE_BINARY

Setting this variable to a true value will force the download of a pre-built
binary distribution of L<MUSCLE|https://www.drive5.com/muscle/>. These versions
are statically compiled and will not require a compiler on the local machine.
However there are a limited number of architectures provided and a source
install may be better in those situations.

=back

 view all matches for this distribution


Alien-MariaDB

 view release on metacpan or  search on metacpan

lib/Alien/MariaDB.pm  view on Meta::CPAN

Overridden to add C<-Wl,-rpath> flags on macOS share installs so the
dynamic linker can find the bundled libmariadb at runtime.

=head1 SEE ALSO

L<Alien::Base>, L<https://mariadb.com/kb/en/mariadb-connector-c/>

=head1 AUTHOR

vividsnow

 view all matches for this distribution


Alien-MeCab

 view release on metacpan or  search on metacpan

inc/Devel/CheckLib.pm  view on Meta::CPAN

This is a very early release intended primarily for feedback from
people who have discussed it.  The interface may change and it has
not been adequately tested.

Feedback is most welcome, including constructive criticism.
Bug reports should be made using L<http://rt.cpan.org/> or by email.

When submitting a bug report, please include the output from running:

    perl -V
    perl -MDevel::CheckLib -e0

 view all matches for this distribution


Alien-Meson

 view release on metacpan or  search on metacpan

lib/Alien/Meson.pm  view on Meta::CPAN


=head1 SEE ALSO

=over 4

=item L<Meson|https://mesonbuild.com/>

The Meson Build system home page.

=item L<Alien>

 view all matches for this distribution


Alien-Microsoft-Outlook

 view release on metacpan or  search on metacpan

lib/Alien/Microsoft/Outlook.pm  view on Meta::CPAN


L<http://cpanratings.perl.org/d/Alien-Microsoft-Outlook>

=item * Search CPAN

L<http://search.cpan.org/dist/Alien-Microsoft-Outlook/>

=back


=head1 ACKNOWLEDGEMENTS

 view all matches for this distribution


Alien-MuPDF

 view release on metacpan or  search on metacpan

lib/Alien/MuPDF.pm  view on Meta::CPAN


This module supports L<Inline's with functionality|Inline/"Playing 'with' Others">.

=head1 SEE ALSO

L<MuPDF|http://mupdf.com/>

=head1 AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

 view all matches for this distribution


Alien-NLOpt

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

  The GNU General Public License, Version 3, June 2007

                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

LICENSE  view on Meta::CPAN

    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

LICENSE  view on Meta::CPAN

might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General

 view all matches for this distribution


Alien-NLopt

 view release on metacpan or  search on metacpan

LICENSE  view on Meta::CPAN

  The GNU General Public License, Version 3, June 2007

                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

LICENSE  view on Meta::CPAN

    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

LICENSE  view on Meta::CPAN

might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General

 view all matches for this distribution


Alien-Ninja

 view release on metacpan or  search on metacpan

lib/Alien/Ninja.pm  view on Meta::CPAN


=head1 SEE ALSO

=over 4

=item L<Ninja|https://ninja-build.org/>

The Ninja build system home page.

=item L<Alien>

 view all matches for this distribution



Alien-OpenCV

 view release on metacpan or  search on metacpan

lib/Alien/OpenCV.pm  view on Meta::CPAN


=head1 SEE ALSO

=over 4

=item L<OpenCV|https://opencv.org/>

The OpenCV home page.

=item L<Alien>

 view all matches for this distribution


Alien-OpenJPEG

 view release on metacpan or  search on metacpan

lib/Alien/OpenJPEG.pm  view on Meta::CPAN


version 0.002

=head1 SEE ALSO

L<OpenJPEG|http://www.openjpeg.org/>

L<Repository information|http://project-renard.github.io/doc/development/repo/p5-Alien-OpenJPEG/>

=head1 AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

 view all matches for this distribution


( run in 2.066 seconds using v1.01-cache-2.11-cpan-e1769b4cff6 )