File: control

package info (click to toggle)
jericho-html 3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,428 kB
  • sloc: java: 11,260; xml: 129; jsp: 117; sh: 9; makefile: 8
file content (30 lines) | stat: -rw-r--r-- 980 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
Source: jericho-html
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Torsten Werner <twerner@debian.org>,
 Varun Hiremath <varun@debian.org>
Build-Depends:
 ant,
 debhelper (>= 11),
 default-jdk,
 libcommons-logging-java,
 liblog4j1.2-java,
 libslf4j-java,
 maven-repo-helper
Standards-Version: 4.1.4
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jericho-html.git
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jericho-html.git
Homepage: http://jerichohtml.sourceforge.net

Package: libjericho-html-java
Architecture: all
Depends: ${misc:Depends}
Description: Java based library for HTML Parsing
 Jericho HTML Parser is a simple but powerful java library allowing
 analysis and manipulation of parts of an HTML document, including
 some common server-side tags, while reproducing verbatim any
 unrecognised or invalid HTML.
 .
 It also provides high-level HTML form manipulation functions.