File: control

package info (click to toggle)
libhtml5parser-java 1.4%2Br1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,372 kB
  • ctags: 4,545
  • sloc: java: 27,064; cpp: 158; xml: 141; sh: 136; ruby: 44; makefile: 5
file content (55 lines) | stat: -rw-r--r-- 1,803 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
51
52
53
54
55
Source: libhtml5parser-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@debian.org>
Build-Depends:
 debhelper (>= 9),
 default-jdk,
 default-jdk-doc,
 libxom-java,
 libxom-java-doc,
 libicu4j-java,
 libmaven-bundle-plugin-java,
 libmaven-javadoc-plugin-java,
 libmaven-antrun-plugin-java,
 maven-debian-helper (>= 1.5)
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libhtml5parser-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libhtml5parser-java.git
Homepage: https://about.validator.nu/htmlparser/

Package: libhtml5parser-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends}
Suggests:
 libhtml5parser-java-doc,
 ${maven:OptionalDepends}
Description: validator.nu HTML parser implementation in Java
 The Validator.nu HTML Parser is an implementation of the HTML5 parsing
 algorithm in Java for applications. The parser is designed to work as a
 drop-in replacement for the XML parser in applications that already support
 XHTML 1.x content with an XML parser and use SAX, DOM or XOM to interface with
 the parser.

Package: libhtml5parser-java-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends}
Recommends:
 ${maven:DocDepends},
 ${maven:DocOptionalDepends}
Suggests:
 libhtml5parser-java
Description: Documentation for libhtml5parser-java
 The Validator.nu HTML Parser is an implementation of the HTML5 parsing
 algorithm in Java for applications. The parser is designed to work as a
 drop-in replacement for the XML parser in applications that already support
 XHTML 1.x content with an XML parser and use SAX, DOM or XOM to interface with
 the parser.
 .
 This package contains the API documentation of libhtml5parser-java.