File: control

package info (click to toggle)
libset-object-perl 1.10-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 252 kB
  • ctags: 75
  • sloc: perl: 861; makefile: 45
file content (15 lines) | stat: -rw-r--r-- 548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libset-object-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>> 4.1), perl (>> 5.8.1)

Package: libset-object-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description: Collection of objects without duplications
 This perl module implements a Set of objects, that is, a collection of
 objects without duplications. It is similar to a Smalltalk
 IdentitySet.