1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://mingw.org" issue="2013091000">
|
---|
3 | <package-collection subsystem="mingw32">
|
---|
4 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
5 | <package name="mingw32-expat" alias="expat">
|
---|
6 | <description lang="en" title="XML parsing library written in C">
|
---|
7 | <paragraph>expat is a C library for parsing XML written by James
|
---|
8 | Clark. Expat is a stream-oriented XML parser. This means that
|
---|
9 | you register handlers with the parser before starting the parse.
|
---|
10 | These handlers are called when the parser discovers the
|
---|
11 | associated structures in the document being parsed. A start tag
|
---|
12 | is an example of the kind of structures for which you may
|
---|
13 | register handlers.
|
---|
14 | </paragraph>
|
---|
15 | <paragraph>The mingw32-expat package provides the xmlwf validation
|
---|
16 | tool and documentation related to the library. The associated
|
---|
17 | mingw32-libexpat package provides the runtime library and related
|
---|
18 | development files.
|
---|
19 | </paragraph>
|
---|
20 | </description>
|
---|
21 |
|
---|
22 | <licence tarname="expat-%-mingw32-%-lic.tar.%" />
|
---|
23 | <source tarname="expat-%-mingw32-%-src.tar.%" />
|
---|
24 |
|
---|
25 | <component class="bin">
|
---|
26 | <release tarname="expat-2.1.0-1-mingw32-bin.tar.lzma" >
|
---|
27 | <requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" />
|
---|
28 | </release>
|
---|
29 | <release tarname="expat-2.0.1-1-mingw32-bin.tar.gz" >
|
---|
30 | <requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" />
|
---|
31 | </release>
|
---|
32 | </component>
|
---|
33 |
|
---|
34 | <component class="doc">
|
---|
35 | <release tarname="expat-2.1.0-1-mingw32-doc.tar.lzma" />
|
---|
36 | <release tarname="expat-2.0.1-1-mingw32-doc.tar.gz" />
|
---|
37 | </component>
|
---|
38 |
|
---|
39 | <component class="man">
|
---|
40 | <release tarname="expat-2.1.0-1-mingw32-man.tar.lzma" />
|
---|
41 | </component>
|
---|
42 |
|
---|
43 | <component class="lic">
|
---|
44 | <release tarname="expat-2.1.0-1-mingw32-lic.tar.lzma" />
|
---|
45 | <release tarname="expat-2.0.1-1-mingw32-lic.tar.gz" />
|
---|
46 | </component>
|
---|
47 |
|
---|
48 | </package>
|
---|
49 | <package name="mingw32-libexpat" alias="libexpat">
|
---|
50 | <description lang="en" title="XML parsing library written in C">
|
---|
51 | <paragraph>expat is a C library for parsing XML written by James
|
---|
52 | Clark. Expat is a stream-oriented XML parser. This means that
|
---|
53 | you register handlers with the parser before starting the parse.
|
---|
54 | These handlers are called when the parser discovers the
|
---|
55 | associated structures in the document being parsed. A start tag
|
---|
56 | is an example of the kind of structures for which you may
|
---|
57 | register handlers.
|
---|
58 | </paragraph>
|
---|
59 | <paragraph>The mingw32-libexpat package provides the runtime library
|
---|
60 | and related development files for expat. The associated
|
---|
61 | mingw32-expat package provides the xmlwf validation tool and
|
---|
62 | documentation related to the library.
|
---|
63 | </paragraph>
|
---|
64 | <paragraph>NOTE: As of release 2.1.0-1 this DLL is now part of the
|
---|
65 | primary package.
|
---|
66 | </paragraph>
|
---|
67 | </description>
|
---|
68 |
|
---|
69 | <licence tarname="expat-%-mingw32-%-lic.tar.%" />
|
---|
70 | <source tarname="expat-%-mingw32-%-src.tar.%" />
|
---|
71 |
|
---|
72 | <component class="dll">
|
---|
73 | <release tarname="libexpat-2.1.0-1-mingw32-dll-1.tar" >
|
---|
74 | <download tarname="expat-2.1.0-1-mingw32-dll.tar.lzma" />
|
---|
75 | </release>
|
---|
76 | <release tarname="libexpat-2.0.1-1-mingw32-dll-1.tar.gz" />
|
---|
77 | </component>
|
---|
78 |
|
---|
79 | <component class="dev">
|
---|
80 | <release tarname="libexpat-2.1.0-1-mingw32-dev.tar" >
|
---|
81 | <download tarname="expat-2.1.0-1-mingw32-dev.tar.lzma" />
|
---|
82 | <requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" />
|
---|
83 | </release>
|
---|
84 | <release tarname="libexpat-2.0.1-1-mingw32-dev.tar.gz" >
|
---|
85 | <requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" />
|
---|
86 | </release>
|
---|
87 | </component>
|
---|
88 | </package>
|
---|
89 | </package-collection>
|
---|
90 | </software-distribution>
|
---|
91 | <!-- vim: set nocompatible expandtab tw=80 ts=2 sw=2 ff=unix: -->
|
---|
92 |
|
---|