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
|
Source: libtext-vcard-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdirectory-scratch-perl,
libmoo-perl,
libpath-tiny-perl,
libtest-most-perl,
libtext-vfile-asdata-perl,
libunicode-linebreak-perl,
liburi-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-vcard-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-vcard-perl.git
Homepage: https://metacpan.org/release/Text-vCard
Package: libtext-vcard-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libmoo-perl,
libpath-tiny-perl,
libtext-vfile-asdata-perl,
libunicode-linebreak-perl,
liburi-perl
Description: module to parse, edit and create multiple vCards
Text::vCard::Addressbook provides an API to reading / editing and
creating multiple vCards. A vCard is an electronic business card.
This package has been developed based on rfc2426.
.
Many applications (Apple Address book, MS Outlook, Evolution etc)
can export and import vCards.
|