File: control

package info (click to toggle)
nekohtml 1.9.22-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,084 kB
  • ctags: 1,212
  • sloc: java: 7,985; xml: 382; makefile: 22; sh: 8
file content (43 lines) | stat: -rw-r--r-- 1,897 bytes parent folder | download | duplicates (2)
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
Source: nekohtml
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Marcus Better <marcus@better.se>
Build-Depends: debhelper (>= 9), cdbs, default-jdk
Build-Depends-Indep: maven-repo-helper, ant, libxerces2-java (>= 2.9.1)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/nekohtml.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/nekohtml.git
Homepage: http://nekohtml.sourceforge.net

Package: libnekohtml-java
Architecture: all
Depends: ${misc:Depends}, libxerces2-java (>= 2.9.1)
Suggests: libnekohtml-java-doc (>= 1.9.21-2)
Description: NekoHTML - HTML parser for Java
 NekoHTML is a simple HTML scanner and tag balancer that enables
 application programmers to parse HTML documents and access the
 information using standard XML interfaces. The parser can scan HTML
 files and "fix up" many common mistakes that human (and computer)
 authors make in writing HTML documents. NekoHTML adds missing parent
 elements; automatically closes elements with optional end tags; and
 can handle mismatched in-line element tags.
 .
  
Package: libnekohtml-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libnekohtml-java
Replaces: libnekohtml-java (<< 1.9.21-2)
Breaks: libnekohtml-java (<< 1.9.21-2)
Description: NekoHTML - HTML parser for Java (Documentation)
 NekoHTML is a simple HTML scanner and tag balancer that enables
 application programmers to parse HTML documents and access the
 information using standard XML interfaces. The parser can scan HTML
 files and "fix up" many common mistakes that human (and computer)
 authors make in writing HTML documents. NekoHTML adds missing parent
 elements; automatically closes elements with optional end tags; and
 can handle mismatched in-line element tags.
 .
 This package provides the API documentation for NekoHTML.