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
|
Source: snappea
Section: math
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python-dev (>= 2.6.6-3~)
Standards-Version: 3.7.2.1
X-Python-Version: 2.7
Package: snappea
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-pmw, python-tk
Suggests: regina-normal
Description: program for creating and studying hyperbolic 3-manifolds
SnapPea is Jeff Weeks' computational tool for mathematicians working in
low-dimensional topology. It is used for creating and studying hyperbolic
3-manifolds, and is accessible via Python scripts as well as through a
traditional graphical user interface.
XB-Python-Version: ${python:Versions}
Package: snappea-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, snappea (= ${binary:Version}), libc6-dev
Replaces: snappea (<< 3.0d3-10)
Description: development files for SnapPea hyperbolic 3-manifold tool
SnapPea is a computational tool for creating and studying hyperbolic
3-manifolds. This package provides headers suitable for compiling the
SnapPea kernel into other projects.
|