summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-06-04 11:10:31 +0200
committerGard Spreemann <gspr@nonempty.org>2020-06-04 11:10:31 +0200
commit56dff9178f9982a87c0e73fa337f4ca94d61e400 (patch)
tree356952e40a69b78341aac698ee334ee5eddebcb3
parentb8f4ef1364c813b0b9fb8db96f3c9619220e8730 (diff)
Descriptions.
-rw-r--r--debian/control19
1 files changed, 13 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index a9c96e0..48842c4 100644
--- a/debian/control
+++ b/debian/control
@@ -16,14 +16,21 @@ Package: libhera-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
-Depends: libboost-dev,
- ${misc:Depends}
-Description: FIXME
- FIXME
+Depends: libboost-dev, ${misc:Depends}
+Description: Library for efficient bottleneck and Wasserstein distances
+ A header-only C++ library for efficient computation of bottleneck and
+ Wasserstein distances between persistence diagrams. Implements algorithms from
+ .
+ Michael Kerber, Dmitriy Morozov, and Arnur Nigmetov,
+ "Geometry Helps to Compare Persistence Diagrams.",
+ Journal of Experimental Algorithmics, vol. 22, 2017, pp. 1--20.
Package: hera-utils
Section: math
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: FIXME
- FIXME
+Description: Utilities built from the Hera library
+ Some simple utilities for efficient bottleneck and Wasserstein
+ distances between persistence diagrams built from the Hera library
+ (see libhera-dev).
+