summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..63fa63a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: ripser
+Section: math
+Priority: optional
+Maintainer: Gard Spreemann <gspr@nonempty.org>
+Build-Depends:
+ debhelper (>= 12)
+Standards-Version: 4.4.0
+Rules-Requires-Root: no
+Homepage: http://ripser.org
+Vcs-Browser: https://git.nonempty.org/debian-ripser
+Vcs-Git: https://git.nonempty.org/debian-ripser -b debian/sid
+
+Package: ripser
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: fast computation of persistent homology of flag complexes
+ Ripser computes persistent homology of flag complexes (such as
+ Vietoris-Rips complexes) only, allowing significant gains in
+ computation time and memory usage over the general situation.
+ .
+ See https://arxiv.org/abs/1908.02518.