| 1 |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| 2 |
<software-distribution project="MinGW" home="http://mingw.org" issue="2012073100"> |
| 3 |
|
| 4 |
<!-- File: msys-bison.xml --> |
| 5 |
|
| 6 |
<package-collection subsystem="msys"> |
| 7 |
<download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> |
| 8 |
|
| 9 |
<package name="msys-bison"> |
| 10 |
<affiliate group="MinGW Developer Toolkit" /> |
| 11 |
<description lang="en" title="GNU Parser Generator" > |
| 12 |
<paragraph>bison is a general-purpose parser generator that |
| 13 |
converts an annotated context-free grammar into an LALR(1) |
| 14 |
or GLR parser for that grammer. Bison is upward compatible |
| 15 |
with Yacc -- all properly-written Yacc grammars ought to work |
| 16 |
with Bison with no change. |
| 17 |
</paragraph> |
| 18 |
<paragraph>The msys-bison-bin (sub)package provides the bison |
| 19 |
executable and associated development files. The msys-bison-lang |
| 20 |
(sub)package provides i18n support for the bison executable, |
| 21 |
while the msys-bison-rtm (sub)package provides i18n support for |
| 22 |
applications created with bison. |
| 23 |
</paragraph> |
| 24 |
</description> |
| 25 |
|
| 26 |
<licence tarname="bison-%-msys-%-lic.tar.%" /> |
| 27 |
<source tarname="bison-%-msys-%-src.tar.%" /> |
| 28 |
|
| 29 |
<component class="bin"> |
| 30 |
<requires eq="msys-core-*-msys-*-bin.tar" /> |
| 31 |
<requires eq="msys-m4-*-msys-*-bin.tar" /> |
| 32 |
<release tarname="bison-2.4.2-1-msys-1.0.13-bin.tar.lzma" > |
| 33 |
<requires eq="msys-libintl-*-msys-*-dll-8.tar" /> |
| 34 |
</release> |
| 35 |
</component> |
| 36 |
|
| 37 |
<component class="rtm"> |
| 38 |
<release tarname="bison-2.4.2-1-msys-1.0.13-rtm.tar.lzma" /> |
| 39 |
</component> |
| 40 |
|
| 41 |
<component class="lang"> |
| 42 |
<release tarname="bison-2.4.2-1-msys-1.0.13-lang.tar.lzma" /> |
| 43 |
</component> |
| 44 |
|
| 45 |
<component class="doc"> |
| 46 |
<release tarname="bison-2.4.2-1-msys-1.0.13-doc.tar.lzma" /> |
| 47 |
</component> |
| 48 |
|
| 49 |
<component class="lic"> |
| 50 |
<release tarname="bison-2.4.2-1-msys-1.0.13-lic.tar.lzma" /> |
| 51 |
</component> |
| 52 |
</package> |
| 53 |
|
| 54 |
</package-collection> |
| 55 |
</software-distribution> |
| 56 |
<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |