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
|
Source: libuuid-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
libdevel-checklib-perl,
perl,
uuid-dev
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Ansgar Burchardt <ansgar@debian.org>,
Axel Beckert <abe@debian.org>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/UUID
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libuuid-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libuuid-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libuuid-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: Perl extension for using UUID interfaces as defined in e2fsprogs
libuuid generates and parses 128-bit universally unique ids (UUIDs).
See RFC 4122 for more information.
.
This is a Perl interface to libuuid. It allows generation, parsing,
and unparsing of UUIDs.
|