File: control

package info (click to toggle)
jericho-html 3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 7,300 kB
  • ctags: 4,676
  • sloc: java: 10,142; jsp: 117; xml: 51; makefile: 10; sh: 10
file content (35 lines) | stat: -rw-r--r-- 1,541 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
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>, Michael Koch <konqueror@gmx.de>
Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk, default-jdk-doc
Build-Depends-Indep: libslf4j-java, libcommons-logging-java, liblog4j1.2-java, javahelper 
Standards-Version: 3.9.2
Homepage: http://jerichohtml.sourceforge.net
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jericho-html/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jericho-html

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.

Package: libjericho-html-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: default-jdk-doc, libjericho-html-java
Description: libjericho-html-java documentation
 Documentation of Jericho HTML Parser that 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.
 .
 This package contains the javadoc pages for libjericho-html-java.