File: control

package info (click to toggle)
phat 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,952 kB
  • sloc: cpp: 3,170; python: 389; ansic: 144; sh: 33; makefile: 11
file content (57 lines) | stat: -rw-r--r-- 2,024 bytes parent folder | download
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
Source: phat
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: math
Priority: optional
Standards-Version: 4.7.2.0
Build-Depends: cmake,
               debhelper-compat (= 13),
               dh-python,
               python3-all-dev,
               python3-pybind11,
               python3-setuptools,
               scdoc
Rules-Requires-Root: no
Homepage: https://bitbucket.org/phat-code/phat
Vcs-Browser: https://salsa.debian.org/gspr/phat
Vcs-Git: https://salsa.debian.org/gspr/phat.git -b debian/sid

Package: libphat-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: phat-utils
Description: C++ library for boundary matrix reductions over Z/2Z
 The Persistent Homology Algorithm Toolox is a header-only C++ library
 for performing the filtered Z/2Z (co)boundary matrix operations
 commonly needed when computing (persistent) (co)homology in
 topological data analysis.
 .
 This package contains the header files. A standalone program exposing
 some of the features is available in phat-utils.

Package: phat-utils
Section: math
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Utilities from the PHAT library
 The Persistent Homology Algorithm Toolox is a header-only C++ library
 for performing the filtered Z/2Z (co)boundary matrix operations
 commonly needed when computing (persistent) (co)homology in
 topological data analysis.
 .
 This package contains some standalone utilities built using the PHAT
 library, such as persistent homology of a given filtered boundary
 matrix.

Package: python3-phat
Section: python
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python 3 interface for the PHAT library
 The Persistent Homology Algorithm Toolox is a header-only C++ library
 for performing the filtered Z/2Z (co)boundary matrix operations
 commonly needed when computing (persistent) (co)homology in
 topological data analysis.
 .
 This package contains the library's Python 3 interface.