This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/MinGW/var/lib/mingw-get/data/mingw32-expat.xml

93 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<software-distribution project="MinGW" home="http://mingw.org" issue="2013091000">
<package-collection subsystem="mingw32">
<download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
<package name="mingw32-expat" alias="expat">
<description lang="en" title="XML parsing library written in C">
<paragraph>expat is a C library for parsing XML written by James
Clark. Expat is a stream-oriented XML parser. This means that
you register handlers with the parser before starting the parse.
These handlers are called when the parser discovers the
associated structures in the document being parsed. A start tag
is an example of the kind of structures for which you may
register handlers.
</paragraph>
<paragraph>The mingw32-expat package provides the xmlwf validation
tool and documentation related to the library. The associated
mingw32-libexpat package provides the runtime library and related
development files.
</paragraph>
</description>
<licence tarname="expat-%-mingw32-%-lic.tar.%" />
<source tarname="expat-%-mingw32-%-src.tar.%" />
<component class="bin">
<release tarname="expat-2.1.0-1-mingw32-bin.tar.lzma" >
<requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" />
</release>
<release tarname="expat-2.0.1-1-mingw32-bin.tar.gz" >
<requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" />
</release>
</component>
<component class="doc">
<release tarname="expat-2.1.0-1-mingw32-doc.tar.lzma" />
<release tarname="expat-2.0.1-1-mingw32-doc.tar.gz" />
</component>
<component class="man">
<release tarname="expat-2.1.0-1-mingw32-man.tar.lzma" />
</component>
<component class="lic">
<release tarname="expat-2.1.0-1-mingw32-lic.tar.lzma" />
<release tarname="expat-2.0.1-1-mingw32-lic.tar.gz" />
</component>
</package>
<package name="mingw32-libexpat" alias="libexpat">
<description lang="en" title="XML parsing library written in C">
<paragraph>expat is a C library for parsing XML written by James
Clark. Expat is a stream-oriented XML parser. This means that
you register handlers with the parser before starting the parse.
These handlers are called when the parser discovers the
associated structures in the document being parsed. A start tag
is an example of the kind of structures for which you may
register handlers.
</paragraph>
<paragraph>The mingw32-libexpat package provides the runtime library
and related development files for expat. The associated
mingw32-expat package provides the xmlwf validation tool and
documentation related to the library.
</paragraph>
<paragraph>NOTE: As of release 2.1.0-1 this DLL is now part of the
primary package.
</paragraph>
</description>
<licence tarname="expat-%-mingw32-%-lic.tar.%" />
<source tarname="expat-%-mingw32-%-src.tar.%" />
<component class="dll">
<release tarname="libexpat-2.1.0-1-mingw32-dll-1.tar" >
<download tarname="expat-2.1.0-1-mingw32-dll.tar.lzma" />
</release>
<release tarname="libexpat-2.0.1-1-mingw32-dll-1.tar.gz" />
</component>
<component class="dev">
<release tarname="libexpat-2.1.0-1-mingw32-dev.tar" >
<download tarname="expat-2.1.0-1-mingw32-dev.tar.lzma" />
<requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" />
</release>
<release tarname="libexpat-2.0.1-1-mingw32-dev.tar.gz" >
<requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" />
</release>
</component>
</package>
</package-collection>
</software-distribution>
<!-- vim: set nocompatible expandtab tw=80 ts=2 sw=2 ff=unix: -->