~ubuntu-branches/ubuntu/hardy/libbit-vector-perl/hardy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Christian Hammers
  • Date: 2003-06-22 17:07:23 UTC
  • Revision ID: james.westby@ubuntu.com-20030622170723-lg3vf3immzx0p0a8
Tags: 6.3-1
* New upstream release
* Changed section to "perl".
* Raised standards version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libbit-vector-perl
 
2
Section: perl
 
3
Priority: optional
 
4
Maintainer: Christian Hammers <ch@debian.org>
 
5
Standards-Version: 3.5.10
 
6
Build-Depends: debhelper (>= 3.0.0), perl (>= 5.8.0)
 
7
 
 
8
Package: libbit-vector-perl
 
9
Architecture: any
 
10
Depends: ${perl:Depends}
 
11
Replaces: libdate-calc-perl
 
12
Description: Perl and C library for bit vectors and more
 
13
 Bit::Vector is an efficient C library which allows you to handle
 
14
 bit vectors, sets (of integers), "big integer arithmetic" and
 
15
 boolean matrices, all of arbitrary sizes.
 
16
 .
 
17
 The library is efficient (in terms of algorithmical complexity)
 
18
 and therefore fast (in terms of execution speed) for instance
 
19
 through the widespread use of divide-and-conquer algorithms.
 
20
 .
 
21
 The package also includes an object-oriented Perl module for
 
22
 accessing the C library from Perl, and optionally features
 
23
 overloaded operators for maximum ease of use.
 
24
 .
 
25
 The C library can nevertheless be used stand-alone, without Perl.