File: control

package info (click to toggle)
libhtml-microformats-perl 0.105-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,324 kB
  • ctags: 1,019
  • sloc: perl: 14,121; makefile: 25
file content (48 lines) | stat: -rw-r--r-- 1,689 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
Source: libhtml-microformats-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libdatetime-perl,
 libdatetime-format-builder-perl,
 libdatetime-format-natural-perl,
 libdatetime-format-strptime-perl,
 libdatetime-set-perl,
 libhtml-html5-sanity-perl,
 libjson-perl,
 libmodule-pluggable-perl,
 librdf-trine-perl,
 libxml-libxml-perl,
 liburi-perl,
 libhttp-date-perl | libwww-perl (<< 6),
 libhtml-html5-parser-perl (>= 0.200),
 librole-commons-perl | libobject-authority-perl,
 librdf-icalendar-perl,
 librdf-kml-exporter-perl,
 librdf-vcard-perl,
 libxml-atom-fromowl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
 Florian Schlichting <fschlich@zedat.fu-berlin.de>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-microformats-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-microformats-perl.git
Homepage: https://metacpan.org/release/HTML-Microformats
Testsuite: autopkgtest-pkg-perl

Package: libhtml-microformats-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: parse microformats in HTML
 The HTML::Microformats module is a wrapper for parser and handler
 modules of various individual microformats (each of those modules has a
 name like HTML::Microformats::Format::Foo).
 .
 The general pattern of usage is to create an HTML::Microformats object
 (which corresponds to an HTML document) using the "new_document"
 method; then ask for the data, as a Perl hashref, a JSON string, or an
 RDF::Trine model.