Alien-parasail

 view release on metacpan or  search on metacpan

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

  use strict;
  use warnings;
  package Alien::parasail;
$Alien::parasail::VERSION = '1.232370';
  use parent qw( Alien::Base );
  use Alien::Build::Plugin::Build::CMake;
  

  1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Alien::parasail

=head1 VERSION

version 1.232370

=head1 DESCRIPTION

This distribution provides parasail so that it can be used by other
Perl distributions that are on CPAN.  It does this by first trying to
detect an existing install of parasail on your system.  If found it
will use that.  If it cannot be found, the source code will be downloaded
from the internet and it will be installed in a private share location
for the use of other modules.

=head1 SEE ALSO

=over 4

=item L<parasail|https://github.com/jeffdaily/parasail>

The parasail library home page.

parasail is a SIMD C (C99) library containing implementations of the Smith-Waterman (local), Needleman-Wunsch (global), and various semi-global pairwise sequence alignment algorithms. Here, semi-global means insertions before the start or after the e...

parasail implements the above algorithms currently in three variants, 1) returning the alignment score and ending locations, 2) additionally returning alignment statistics (number of exact matches, number of similarities, and alignment length), and 3...

=item L<Alien>

Documentation on the Alien concept itself.

=item L<Alien::Base>

The base class for this Alien.

=item L<Alien::Build::Manual::AlienUser>

Detailed manual for users of Alien classes.

=back

=head1 AUTHOR

Christos Argyropoulos <chrisarg@gmail.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Christos Argyropoulos.

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



( run in 0.478 second using v1.01-cache-2.11-cpan-39bf76dae61 )