File: control

package info (click to toggle)
libxml 1%3A1.8.17-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,448 kB
  • ctags: 2,065
  • sloc: ansic: 34,627; xml: 10,690; sh: 8,496; makefile: 374
file content (38 lines) | stat: -rw-r--r-- 1,561 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
36
37
38
Source: libxml
Priority: optional
Section: libs
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Uploaders: Mike Hommey <mh@glandium.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 4), zlib1g-dev | libz-dev, libncurses5-dev, libreadline4-dev, autotools-dev

Package: libxml1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: libxml0
Replaces: libxml0
Conflicts: libxml0
Description: GNOME XML library
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.

Package: libxml-dev
Architecture: any
Section: libdevel
Depends: libxml1 (= ${Source-Version}), zlib1g-dev | libz-dev
Conflicts: libxml2-dev (<< 2.6.10-2), libxml1 (<< 1:1.8.17-10)
Description: Development files for the GNOME XML library
 XML is a metalanguage to let you design your own markup language.
 A regular markup language defines a way to describe information in
 a certain class of documents (eg HTML). XML lets you define your
 own customized markup languages for many classes of document. It
 can do this because it's written in SGML, the international standard
 metalanguage for markup languages.
 .
 Install this package if you wish to develop your own programs using
 the GNOME XML library.