File: control

package info (click to toggle)
libxml-grddl-perl 0.004-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: perl: 4,805; makefile: 7; sh: 1
file content (50 lines) | stat: -rw-r--r-- 1,672 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
45
46
47
48
49
50
Source: libxml-grddl-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libmodule-package-rdf-perl (>= 0.014-2~),
 libcss-perl <!nocheck>,
 libossp-uuid-perl <!nocheck>,
 librdf-rdfa-parser-perl <!nocheck>,
 librdf-trine-perl <!nocheck>,
 liburi-perl <!nocheck>,
 libxml-libxml-perl <!nocheck>,
 libxml-libxslt-perl <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-grddl-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-grddl-perl
Homepage: https://metacpan.org/release/XML-GRDDL
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libxml-grddl-perl
Architecture: all
Depends:
 libcss-perl,
 libossp-uuid-perl,
 librdf-rdfa-parser-perl,
 librdf-trine-perl,
 liburi-perl,
 libxml-libxml-perl,
 libxml-libxslt-perl,
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 libxml-saxon-xslt2-perl,
Description: transform XML and XHTML to RDF
 GRDDL is a W3C Recommendation
 for extracting RDF data from arbitrary XML and XHTML
 via a transformation, typically written in XSLT.
 See <http://www.w3.org/TR/grddl/> for more details.
 .
 This module implements GRDDL in Perl.
 It offers both a low level interface,
 allowing you to generate a list of transformations
 associated with the document being processed,
 and thus the ability to selectively run the transformation;
 and a high-level interface where a single RDF model is returned
 representing the union of the RDF graphs
 generated by applying all available transformations.