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 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: ghmm
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
Étienne Mollier <emollier@debian.org>
Section: science
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
dh-sequence-python3,
d-shlibs (>= 0.106~),
python3-dev,
python3-setuptools,
pkgconf,
libxml2-dev,
libgsl-dev,
liblapacke-dev,
zlib1g-dev,
swig
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/ghmm
Vcs-Git: https://salsa.debian.org/med-team/ghmm.git
Homepage: https://sourceforge.net/p/ghmm/wiki/Home/
Rules-Requires-Root: no
Package: ghmm
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
python3,
libghmm1t64
Recommends: libopenblas0 | libblis4
Description: General Hidden-Markov-Model library - tools
The General Hidden Markov Model Library (GHMM) is a C library with
additional Python3 bindings implementing a wide range of types of
Hidden Markov Models and algorithms: discrete, continuous emissions,
basic training, HMM clustering, HMM mixtures.
.
This package contains some tools using the library.
Package: libghmm-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libghmm1t64 (>= ${source:Upstream-Version}),
libghmm1t64 (<< ${source:Upstream-Version}+1)
Description: General Hidden-Markov-Model library - header files
The General Hidden Markov Model Library (GHMM) is a C library with
additional Python3 bindings implementing a wide range of types of
Hidden Markov Models and algorithms: discrete, continuous emissions,
basic training, HMM clustering, HMM mixtures.
.
Header files and static library to compile against the library.
Package: libghmm1t64
Provides: ${t64:Provides}
Replaces: libghmm1
Conflicts: libghmm1 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
python3
Description: General Hidden-Markov-Model library
The General Hidden Markov Model Library (GHMM) is a C library with
additional Python3 bindings implementing a wide range of types of
Hidden Markov Models and algorithms: discrete, continuous emissions,
basic training, HMM clustering, HMM mixtures.
.
The dynamic library.
|