1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libhtml-html5-outline-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>
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-html5-outline-perl
Vcs-Browser: http://anonscm.debian.org/?p=pkg-perl/packages/libhtml-html5-outline-perl.git
Homepage: https://metacpan.org/release/HTML-HTML5-Outline
Package: libhtml-html5-outline-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
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.
|