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 38 39 40 41 42 43 44
|
Source: librdf-rdfa-parser-perl
Section: perl
Priority: optional
Build-Depends: devscripts,
cdbs (>= 0.4.73~),
debhelper,
dh-buildinfo,
libcommon-sense-perl,
libossp-uuid-perl,
libfile-sharedir-perl,
libhtml-html5-parser-perl,
libhtml-html5-sanity-perl,
libwww-perl,
librdf-trine-perl,
liburi-perl,
libxml-libxml-perl,
libxml-regexp-perl,
perl (>= 5.10.1) | libfile-spec-perl,
libarchive-zip-perl,
libxml-atom-owl-perl,
libfile-slurp-perl,
librdf-query-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/librdf-rdfa-parser-perl
Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/librdf-rdfa-parser-perl.git
Homepage: https://metacpan.org/release/RDF-RDFa-Parser
Package: librdf-rdfa-parser-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Description: flexible RDFa parser
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
RDFa is a collection of attributes and processing rules for extending
XHTML to support RDF.
.
RDF::RDFa::Parser is a Perl library providing a flexible RDFa parser
for e.g....:
* working with an RDF::Trine::Model that can be queried with SPARQL
* dealing with local data
* working with Open Graph Protocol data
|