4 Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
5 Uploaders: Ardo van Rangelrooij <ardo@debian.org>
6 Standards-Version: 3.6.1
7 Build-Depends: debhelper (>= 5.0.22)
13 Provides: libexpat-dev
14 Conflicts: libexpat-dev
15 Depends: libexpat1 (= ${Source-Version}), libc6-dev | libc-dev
16 Description: XML parsing C library - development kit
17 This package contains the header file and development libraries of
18 expat, the C library for parsing XML. Expat is a stream oriented XML
19 parser. This means that you register handlers with the parser prior
20 to starting the parse. These handlers are called when the parser
21 discovers the associated structures in the document being parsed. A
22 start tag is an example of the kind of structures for which you may
29 Depends: ${shlibs:Depends}
30 Description: XML parsing C library - runtime library
31 This package contains the runtime, shared library of expat, the C
32 library for parsing XML.
34 Package: libexpat1-udeb
36 Section: debian-installer
39 Depends: ${shlibs:Depends}
41 Description: XML parsing C library - runtime library
42 This package contains the runtime, shared library of expat, the C
43 library for parsing XML.
49 Depends: ${shlibs:Depends}
50 Description: XML parsing C library - example application
51 This package contains xmlwf, an example application of expat, the C
52 library for parsing XML. The arguments to xmlwf are one or more
53 files which are each to be checked for XML well-formedness.