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: libxml2
Priority: optional
Section: libs
Maintainer: Fredrik Hallenberg <hallon@debian.org>
Standards-Version: 3.5.6
Build-Depends: debhelper, libz-dev, libncurses5-dev, libreadline4-dev,
autotools-dev
Package: libxml2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
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: libxml2-dev
Architecture: any
Section: devel
Depends: libxml2 (= ${Source-Version}), libz-dev
Replaces: libxml2 (<= 2.4.19-1)
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.
|