Source: cmaple
Standards-Version: 4.7.4
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: science
Build-Depends:
 debhelper-compat (= 14),
 cmake,
 libsimde-dev,
 zlib1g-dev,
 doxygen,
 libgtest-dev,
 pkgconf,
Vcs-Browser: https://salsa.debian.org/med-team/cmaple
Vcs-Git: https://salsa.debian.org/med-team/cmaple.git
Homepage: https://github.com/iqtree/cmaple

Package: cmaple
Architecture: any
Depends:
 libcmaple2 (= ${binary:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Description: phylogenetic inference method for pandemic-scale epidemiological genomic data
 CMAPLE is a C++ reimplementation of MAPLE - a novel likelihood-based
 phylogenetic inference method for pandemic-scale epidemiological genomic
 data. CMAPLE is highly optimized for performance and scalability with
 many new features.
 .
 Apart from a standalone software, a set of APIs is provided,
 which allow users to integrate CMAPLE into existing phylogenetic
 inference methods.

Package: libcmaple2
Section: libs
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: phylogenetic inference method for pandemic-scale epidemiological genomic data (lib)
 CMAPLE is a C++ reimplementation of MAPLE - a novel likelihood-based
 phylogenetic inference method for pandemic-scale epidemiological genomic
 data. CMAPLE is highly optimized for performance and scalability with
 many new features.
 .
 Apart from a standalone software, a set of APIs is provided,
 which allow users to integrate CMAPLE into existing phylogenetic
 inference methods.
 .
 This package provides the shared library.

Package: libcmaple-dev
Section: libdevel
Architecture: any
Depends:
 libcmaple2 (= ${binary:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Description: phylogenetic inference method for pandemic-scale epidemiological genomic data (devel)
 CMAPLE is a C++ reimplementation of MAPLE - a novel likelihood-based
 phylogenetic inference method for pandemic-scale epidemiological genomic
 data. CMAPLE is highly optimized for performance and scalability with
 many new features.
 .
 Apart from a standalone software, a set of APIs is provided,
 which allow users to integrate CMAPLE into existing phylogenetic
 inference methods.
 .
 This package provides the static library and the header files to
 expose cmaple API.
