File: control

package info (click to toggle)
libobject-id-perl 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 192 kB
  • ctags: 9
  • sloc: perl: 289; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,444 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: libobject-id-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           gregor herrmann <gregoa@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: libhash-fieldhash-perl,
                     libnamespace-autoclean-perl,
                     libossp-uuid-perl,
                     libsub-name-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libobject-id-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libobject-id-perl.git
Homepage: https://metacpan.org/release/Object-ID

Package: libobject-id-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhash-fieldhash-perl,
         libsub-name-perl
Recommends: libossp-uuid-perl
Description: unique identifier for any object
 Object::ID is a unique identifier for any object, regardless of its type,
 structure or contents. Its features are:
 .
   * Works on ANY object of any type
   * Does not modify the object in any way
   * Does not change with the object's contents
   * Is O(1) to calculate (ie. doesn't matter how big the object is)
   * The id is unique for the life of the process
   * The id is always a true value