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: libhtml-html5-outline-perl
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libmodule-package-rdf-perl (>= 0.014-2~),
libhtml-html5-parser-perl <!nocheck>,
libxml-libxml-perl <!nocheck>,
librdf-trine-perl <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-html5-outline-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-html5-outline-perl
Homepage: https://metacpan.org/release/HTML-HTML5-Outline
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libhtml-html5-outline-perl
Architecture: all
Depends:
libhtml-html5-parser-perl,
libxml-libxml-perl,
${misc:Depends},
${perl:Depends},
Recommends:
librdf-trine-perl,
Description: implementation of the HTML5 Outline algorithm
Resource Description Framework (RDF) is a standard model
for data interchange on the Web.
.
HTML::HTML5::Outline is an implementation
of the HTML5 Outline algorithm,
as per http://www.w3.org/TR/html5/sections.html#outlines .
.
The module can output a JSON-friendly hashref, or an RDF model.
|