File: control

package info (click to toggle)
lib-dom-java 0.19990107-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 388 kB
  • ctags: 828
  • sloc: java: 997; makefile: 38
file content (20 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: lib-dom-java
Section: devel
Priority: optional
Maintainer: Nicolas Duboc <nduboc@debian.org>
Build-Depends-Indep: debhelper (>= 5), jikes-kaffe, fastjar
Standards-Version: 3.6.2

Package: libdom1-java
Architecture: all
Suggests: java-virtual-machine
Depends: kaffe (>= 1:1.1.1-5) | java1-runtime
Description: Java bindings for the DOM API Level 1
 DOM (Document Object Model) is the W3C recommendation for accessing
 hierarchical objects like HTML or XML documents. DOM Level 1 is the
 first W3C Recommendation for this DOM API.
 The W3C specifies bindings for Java and this is a packaging of these
 bindings, to be used with a tool which actually implements DOM like
 lib-xt-java.
 .
 See http://www.w3.org/DOM for more information about DOM.