OSDN Git Service

Correct ISL package references following relocation to OSDN.net
[mingw/mingw-dist.git] / mingw32 / mingw32-isl.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://www.mingw.org" issue="@YYYYMMDDNN@">
3
4   <!-- File: mingw32-isl.xml ~~ mingw-get package description for ISL -->
5
6   <package-collection subsystem="mingw32">
7     <download-host uri="http://osdn.net/dl/mingw/%F" />
8
9     <!-- Provides the package descriptions for the ISL library, which -->
10     <!-- is a runtime prerequisite for modern versions of GCC.        -->
11
12     <package name="mingw32-isl" alias="isl">
13       <affiliate group="MinGW Standard Libraries" />
14       <description lang="en" title="Integer Set Library">
15         <paragraph>
16           ISL is a C library for manipulating sets of, and the relationships
17           between, integer points bounded by linear constraints.
18         </paragraph>
19         <paragraph>
20           This mingw32-isl package set provides the documentation for the ISL
21           library, as well as the related development files.  The associated
22           mingw32-libisl package provides the C runtime library.
23         </paragraph>
24       </description>
25
26       <source tarname="isl-%-mingw32-src.tar.%" />
27       <licence tarname="isl-%-mingw32-lic.tar.%" />
28
29       <component class="dev">
30         <release tarname="isl-0.18-2-mingw32-dev.tar.xz" />
31         <requires eq="libisl-%-mingw32-dll-15.tar" />
32         <requires ge="gmp-*-mingw32-dev.tar" />
33       </component>
34
35       <component class="doc">
36         <release tarname="isl-0.18-2-mingw32-doc.tar.xz" />
37       </component>
38
39       <component class="lic">
40         <release tarname="isl-0.18-2-mingw32-lic.tar.xz" />
41       </component>
42     </package>
43
44     <package name="mingw32-libisl" alias="libisl">
45       <affiliate group="MinGW Standard Libraries" />
46       <description lang="en" title="Integer Set Library">
47         <paragraph>
48           ISL is a C library for manipulating sets of, and the relationships
49           between, integer points bounded by linear constraints.  This package
50           provides the runtime library; the associated development files, and
51           documentation, may be found in the mingw32-isl package set.
52         </paragraph>
53         <paragraph>
54           From the release of GCC-6.3.0 onwards, this package is a required
55           component of the MinGW Compiler Suite.
56         </paragraph>
57       </description>
58
59       <source tarname="isl-%-mingw32-src.tar.%" />
60       <licence tarname="isl-%-mingw32-lic.tar.%" />
61
62       <component class="dll">
63         <release tarname="libisl-0.18-2-mingw32-dll-15.tar.xz" />
64         <requires eq="mingw32-libgmp-*-mingw32-dll-10.tar" />
65         <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
66       </component>
67     </package>
68
69   </package-collection>
70 </software-distribution>
71
72 <!-- vim: set nocompatible showcmd expandtab tabstop=2 shiftwidth=2: -->
73 <!-- vim: set fileformat=unix textwidth=80: -->