Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040923
en ru br
ALT Linux repos
S:7.4-alt1.2
5.0: 6.4-alt2
4.1: 6.4-alt1
4.0: 6.4-alt1
3.0: 6.3-alt2.1

Group :: Development/Perl
RPM: perl-Bit-Vector

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define dist Bit-Vector
Name: perl-%dist
Version: 7.4
Release: alt1.1.1.1

Summary: Efficient bit vector, set of integers and "big int" math library
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/S/ST/STBEY/Bit-Vector-%{version}.tar.gz

# Automatically added by buildreq on Fri Oct 07 2011

BuildRequires: perl-Carp-Clan perl-devel

%description
Bit::Vector is an efficient C library which allows you to handle
bit vectors, sets (of integers), "big integer arithmetic" and
boolean matrices, all of arbitrary sizes.

The library is efficient (in terms of algorithmical complexity)
and therefore fast (in terms of execution speed) for instance
through the widespread use of divide-and-conquer algorithms.

The package also includes an object-oriented Perl module for
accessing the C library from Perl, and optionally features
overloaded operators for maximum ease of use.

%prep
%setup -q -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc CHANGES.txt CREDITS.txt README.txt examples/
%dir %perl_vendor_archlib/Bit
%perl_vendor_archlib/Bit/Vector.pm
%doc %perl_vendor_archlib/Bit/Vector.pod
%dir %perl_vendor_archlib/Bit/Vector
%perl_vendor_archlib/Bit/Vector/*.pm
%doc %perl_vendor_archlib/Bit/Vector/*.pod
%dir %perl_vendor_autolib/Bit
%perl_vendor_autolib/Bit/Vector

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin