• R/O
  • HTTP
  • SSH
  • HTTPS

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


File Info

修訂. 17fc422d2b04015056b234c44fe659e9c2b1f7af
大小 3,780 bytes
時間 2021-04-12 17:23:45
作者 Keith Marshall
Log Message

Publish MinGW.org WSL-5.4.2 package set.

Content

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">

  <!-- File: msys-expat.xml -->

  <package-collection subsystem="msys">
    <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />

    <package name="msys-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 msys-expat package provides the xmlwf validation
          tool and documentation related to the library. The associated
          msys-libexpat package provides the runtime library and related
          development files.
        </paragraph>
      </description>

      <source tarname="expat-%-msys-%-src.tar.%" />
      <licence tarname="expat-%-msys-%-lic.tar.%" />

      <component class="bin">
        <!-- Every MSYS package requires msys-core-bin.  This dependency
          is not explicitly stated here; rather, it is implicitly satisfied
          as a prerequisite of the matching DLL for this package itself,
          which is specified for each of the following releases.
          -->
        <release tarname="expat-2.0.1-1-msys-1.0.13-bin.tar.lzma">
          <requires eq="msys-libexpat-*-msys-*-dll-1.tar" />
        </release>
      </component>

      <component class="doc">
        <release tarname="expat-2.0.1-1-msys-1.0.13-doc.tar.lzma" />
      </component>

      <component class="lic">
        <release tarname="expat-2.0.1-1-msys-1.0.13-lic.tar.lzma" />
      </component>
    </package>

    <package name="msys-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 msys-libexpat package provides the runtime library
          and related development files for expat.  The associated
          msys-expat package provides the xmlwf validation tool and
          documentation related to the library.
        </paragraph>
      </description>

      <source tarname="expat-%-msys-%-src.tar.%" />
      <licence tarname="expat-%-msys-%-lic.tar.%" />

      <component class="dll">
        <!-- Specification of the mandatory msys-core-bin requirement here
          also serves to implicitly satisfy this mandatory requirement for
          the dependent msys-expat-bin package declared above.
          -->
        <requires eq="msys-core-*-msys-*-bin.tar" />
        <release tarname="libexpat-2.0.1-1-msys-1.0.13-dll-1.tar.lzma" />
      </component>

      <component class="dev">
        <release tarname="libexpat-2.0.1-1-msys-1.0.13-dev.tar.lzma">
          <requires eq="msys-libexpat-*-msys-*-dll-1.tar" />
        </release>
      </component>
    </package>

  </package-collection>
</software-distribution>
<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->