File: control

package info (click to toggle)
libhtml-html5-microdata-parser-perl 0.100-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 400 kB
  • sloc: perl: 4,036; makefile: 7; sh: 1
file content (44 lines) | stat: -rw-r--r-- 1,521 bytes parent folder | download
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: libhtml-html5-microdata-parser-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libmodule-package-rdf-perl (>= 0.014-2~),
 libhtml-html5-parser-perl <!nocheck>,
 libhtml-html5-sanity-perl <!nocheck>,
 librdf-trine-perl <!nocheck>,
 liburi-perl <!nocheck>,
 libxml-libxml-perl <!nocheck>,
 libtest-rdf-perl <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>,
 Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-html5-microdata-parser-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-html5-microdata-parser-perl
Homepage: https://metacpan.org/release/HTML-HTML5-Microdata-Parser
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libhtml-html5-microdata-parser-perl
Architecture: all
Depends:
 libhtml-html5-parser-perl,
 libhtml-html5-sanity-perl,
 librdf-trine-perl,
 liburi-perl,
 libxml-libxml-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: fairly experimental parser for HTML 'microdata'
 Resource Description Framework (RDF) is a standard model
 for data interchange on the Web.
 .
 Microdata is an experimental metadata format,
 not in wide use,
 for extending HTML5 to support RDF.
 .
 HTML::HTML5::Microdata::Parser is a Perl library
 providing a flexible microdata parser
 for working with an RDF::Trine::Model
 that can be queried with SPARQL.