1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: cloog-ppl
Priority: optional
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>, Michael Tautschnig <mt@debian.org>
Build-Depends: debhelper (>= 9),
autotools-dev,
automake1.11,
libppl-dev (>= 1:1.2),
libgmp-dev,
texinfo
Standards-Version: 3.9.8
Section: libs
Homepage: http://www.CLooG.org
Package: libcloog-ppl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libppl-dev (>= 1:1.2), libgmp-dev,
libcloog-ppl1 (= ${binary:Version}),
dpkg (>= 1.15.4) | install-info,
${shlibs:Depends}, ${misc:Depends}
Description: Chunky Loop Generator (development files)
CLooG is a software which generates loops for scanning Z-polyhedra. That is,
CLooG finds the code or pseudo-code where each integral point of one or more
parametrized polyhedron or parametrized polyhedra union is reached. CLooG is
designed to avoid control overhead and to produce a very efficient code.
.
This package contains the development files.
Package: libcloog-ppl1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Chunky Loop Generator (runtime library)
CLooG is a software which generates loops for scanning Z-polyhedra.
.
This package contains the runtime library.
Package: cloog-ppl
Section: devel
Architecture: any
Depends: libcloog-ppl1 (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Replaces: libcloog-ppl-dev (<< 0.15.9-4)
Description: Chunky Loop Generator
CLooG is a software which generates loops for scanning Z-polyhedra.
.
This package contains the cloog binary.
|