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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
Source: regina-normal
Section: math
Priority: optional
Maintainer: Ben Burton <bab@debian.org>
Homepage: http://regina-normal.github.io/
Build-Depends:
bsdextrautils,
debhelper (>= 11),
dh-python,
cmake (>= 3.12),
doxygen (>= 1.8.17),
libcppunit-dev (>= 1.10.2-4),
libgmp-dev (>= 4.1.4-10),
libgraphviz-dev,
libjansson-dev,
libpopt-dev,
libqt6svg6-dev,
libtokyocabinet-dev,
libxml2-dev,
pkg-config,
python3-dev,
qt6-base-dev,
shared-mime-info,
xsltproc,
zlib1g-dev,
dpkg-dev (>= 1.16.0)
Standards-Version: 4.6.2
Package: regina-normal
Architecture: any
Section: math
Pre-Depends: ${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${perl:Depends},
${python3:Depends},
${misc:Depends}
Recommends: regina-normal-doc (>= 7.3-0), evince | pdf-viewer
Suggests: regina-normal-dev, gap
Description: mathematical software for low-dimensional topology
Regina is a software package for 3-manifold and 4-manifold topologists,
with a focus on triangulations, knots and links, normal surfaces, and
angle structures.
.
For 3-manifolds, it includes high-level tasks such as 3-sphere recognition,
connected sum decomposition and Hakenness testing, comes with a rich
database of census manifolds, and incorporates the SnapPea kernel for
working with hyperbolic manifolds. For 4-manifolds, it offers a range of
combinatorial and algebraic tools, plus support for normal hypersurfaces.
For knots and links, Regina can perform combinatorial manipulation,
compute knot polynomials, and work with several import/export formats.
.
Regina comes with a full graphical user interface, as well as Python bindings
and a low-level C++ programming interface.
.
This package includes the graphical user interface and the command-line
Python interface. The users' handbook and the API documentation are in
the separate package regina-normal-doc.
Package: regina-normal-dev
Architecture: any
Section: libdevel
Depends:
regina-normal (= ${binary:Version}),
libgmp-dev,
libxml2-dev,
zlib1g-dev,
${misc:Depends}
Suggests: regina-normal-doc
Description: development files for Regina, the topology software
Regina is a software package for low-dimensional topologists. This package
provides development files for compiling Regina's mathematical engine into
other projects.
.
The calculation engine is provided as a C++ shared library. For complete
API documentation, see the package regina-normal-doc.
.
Regina focuses on the study of 3-manifold and 4-manifold triangulations,
knots and links, normal surfaces, and angle structures. For Regina's
standard graphical user interface, and for more information about what
Regina can do, see the package regina-normal.
Package: regina-normal-doc
Architecture: all
Section: doc
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Recommends: iceweasel | www-browser
Suggests: regina-normal, regina-normal-dev
Breaks: regina-normal (<< 4.6-2)
Replaces: regina-normal (<< 4.6-2)
Description: documentation for Regina, the topology software
Regina is a software package for low-dimensional topologists. This package
provides a rich users' handbook, complete API documentation for the C++
calculation engine and Python bindings, and the full specification for
Regina's XML data file format.
.
Regina focuses on the study of 3-manifold and 4-manifold triangulations,
knots and links, normal surfaces, and angle structures. For Regina's
standard graphical user interface, and for more information about what
Regina can do, see the package regina-normal.
|