summaryrefslogtreecommitdiff
path: root/src/debian/control
diff options
context:
space:
mode:
authorglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-22 15:07:21 +0000
committerglisse <glisse@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-03-22 15:07:21 +0000
commit50327ad1f3fbf370fcdd3aa877b6e75644329662 (patch)
tree4a12d037b20acc425f3fd993d83199a9506a55f0 /src/debian/control
parentdd0c7df9f71980885ef33ab6abd4878b89b72970 (diff)
Minor updates for 1.3.0.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/debian@1069 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 3bce9fa57da8ecf723e175f3face3a79c5a3fcf8
Diffstat (limited to 'src/debian/control')
-rw-r--r--src/debian/control8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/debian/control b/src/debian/control
index 7314e18c..838234a9 100644
--- a/src/debian/control
+++ b/src/debian/control
@@ -4,7 +4,7 @@ Maintainer: Marc Glisse <marc.glisse@normalesup.org>
Build-Depends: debhelper (>= 9), cmake, libboost-dev
Standards-Version: 3.9.6
Section: libs
-Homepage: http://gudhi.gforge.inria.fr/doc/1.2.0/
+Homepage: http://gudhi.gforge.inria.fr/
#Vcs-Git: git://anonscm.debian.org/collab-maint/gudhi.git
#Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/gudhi.git;a=summary
@@ -19,6 +19,8 @@ Description: Gudhi library for topological data analysis
Analysis (TDA).
.
The current release of the GUDHI library includes:
- * Data structures to represent, construct and manipulate simplicial complexes.
- * Algorithms to compute persistent homology and multi-field persistent homology.
+ * Data structures to represent, construct and manipulate simplicial and
+ cubical complexes, including alpha-complex, witness complex, Rips complex.
+ * Algorithms to compute persistent homology and multi-field persistent
+ homology.
* Simplication of simplicial complexes by edge contraction.