File: control

package info (click to toggle)
gdome2 0.8.1%2Bdebian-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,500 kB
  • ctags: 1,947
  • sloc: ansic: 23,268; sh: 6,739; makefile: 479; xml: 476
file content (45 lines) | stat: -rw-r--r-- 1,803 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
44
45
Source: gdome2
Section: libdevel
Priority: optional
Maintainer: Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de>
Build-Depends: debhelper (>> 7), libxml2-dev, libglib2.0-dev, pkg-config, autotools-dev, dpatch, libtool, gtk-doc-tools
Homepage: http://gdome2.cs.unibo.it/
Standards-Version: 3.8.3

Package: libgdome2-dev
Architecture: any
Depends: libgdome2-0 (= ${binary:Version}), libc6-dev, libxml2-dev, libglib2.0-dev
Description: Development files for libgdome2
 gdome2 is a fast, light and complete DOM level2 implementation based
 on libxml2.  Although it has been written for the GNOME project, it
 can be used stand-alone.
 .
 DOM (Document Object Model) is a standard interface for manipulating
 XML documents. A DOM implementation (also called a host implementation)
 is what makes a parsed XML or HTML document available for processing
 using a DOM interface.
 .
 libgdome2 currently supports the "Core", "XML", "Events" and
 "MutationEvents" modules from the DOM2 Recommendation.
 .
 This package contains the header files and static libraries for
 developing with libgdome2-0.

Package: libgdome2-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: DOM level2 library for accessing XML files
 gdome2 is a fast, light and complete DOM level2 implementation based
 on libxml2.  Although it has been written for the GNOME project, it
 can be used stand-alone.
 .
 DOM (Document Object Model) is a standard interface for manipulating
 XML documents. A DOM implementation (also called a host implementation)
 is what makes a parsed XML or HTML document available for processing
 using a DOM interface.
 .
 libgdome2 currently supports the "Core", "XML", "Events" and
 "MutationEvents" modules from the DOM2 Recommendation.
 .
 This package contains the shared library.