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
|
Source: librdf-vcard-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com>,
Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-vcard-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-vcard-perl.git
Homepage: https://metacpan.org/release/RDF-vCard
Testsuite: autopkgtest-pkg-perl
Package: librdf-vcard-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: convert between RDF and vCard
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
RDF::vCard::Exporter takes some RDF using the W3C's vCard vocabulary,
and outputs RDF::vCard::Entity objects.
.
RDF::vCard::Importer does the reverse.
|