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 52 53 54 55 56 57 58 59 60 61 62
|
Source: polylib
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Serge Guelton <serge.guelton@enst-bretagne.fr>
Build-Depends: debhelper (>= 7), autotools-dev
Standards-Version: 3.9.0
Section: science
Vcs-Svn: svn://svn.debian.org/debian-science/packages/polylib
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/polylib/
Homepage: http://icps.u-strasbg.fr/polylib/polylib_src
Package: libpolylib64-8
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: The polyhedral library - long int version
Polylib is a free C library for doing computations on polyhedra.
The library is operating on objects like vectors, matrices, lattices,
polyhedra, Z-polyhedra, unions of polyhedra and other intermediary
structures.
It provides functions for all important operations on these structures.
This package provides the version for operations on long integers.
Package: libpolylib64-dev
Section: libdevel
Architecture: any
Depends: libpolylib64-8 (= ${binary:Version}), ${misc:Depends}
Description: Development files for the long int version of PolyLib
Polylib is a free C library for doing computations on polyhedra.
The library is operating on objects like vectors, matrices, lattices,
polyhedra, Z-polyhedra, unions of polyhedra and other intermediary
structures.
It provides functions for all important operations on these structures.
.
This package contains the header files and static libraries which are
needed for developing polylib applications.
Package: libpolylib64-8-dbg
Section: debug
Architecture: any
Depends: libpolylib64-8 (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for the long int version of PolyLib
Polylib is a free C library for doing computations on polyhedra.
The library is operating on objects like vectors, matrices, lattices,
polyhedra, Z-polyhedra, unions of polyhedra and other intermediary
structures.
It provides functions for all important operations on these structures.
.
This package contains detached debugging symbols.
Package: polylib-utils
Section: math
Architecture: any
Depends: ${shlibs:Depends}, libpolylib64-8 (=${binary:Version}), ${misc:Depends}
Description: Various tools using libpolylib
Polylib is a free C library for doing computations on polyhedra.
The library is operating on objects like vectors, matrices, lattices,
polyhedra, Z-polyhedra, unions of polyhedra and other intermediary
structures.
It provides functions for all important operations on these structures.
.
This package contains various utilities to perform polyhedral operations.
|