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
|
Source: libxml
Priority: extra
Section: libs
Maintainer: Vincent Renardias <vincent@waw.com>
Standards-Version: 2.4.0.0
Package: libxml0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: XML library from the W3 Consortium
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: devel
Depends: libxml0 (>= 0.30-1)
Description: Header files and static libraries for the 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 XML library.
|