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
|
Source: seqan3
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
ninja-build,
# update debian/{rules,tests/{control,run-tests}} as well, when changing these
zlib1g-dev <!nocheck>,
libbz2-dev <!nocheck>,
libboost-dev <!nocheck>,
libgtest-dev <!nocheck>,
libcereal-dev <!nocheck>,
libbenchmark-dev <!nocheck>,
librange-v3-dev <!nocheck>,
doxygen <!nodoc>,
graphviz <!nodoc>,
cppreference-doc-en-html <!nodoc>,
texlive-latex-base <!nodoc>,
ghostscript <!nodoc>,
texlive-latex-extra <!nodoc>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/seqan3
Vcs-Git: https://salsa.debian.org/med-team/seqan3.git
Homepage: http://www.seqan.de/
Rules-Requires-Root: no
Package: libseqan3-dev
Architecture: all
Section: libdevel
Depends: ${misc:Depends},
zlib1g-dev,
libbz2-dev,
libcereal-dev,
librange-v3-dev
Description: C++ library for the analysis of biological sequences v3 (development)
SeqAn is a C++ template library of efficient algorithms and data
structures for the analysis of sequences with the focus on
biological data. This library applies a unique generic design that
guarantees high performance, generality, extensibility, and
integration with other libraries. SeqAn is easy to use and
simplifies the development of new software tools with a minimal loss
of performance.
.
This package contains the developer files.
Package: seqan3-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: libseqan3-dev
Description: C++ library for the analysis of biological sequences v3 (documentation)
SeqAn is a C++ template library of efficient algorithms and data
structures for the analysis of sequences with the focus on
biological data. This library applies a unique generic design that
guarantees high performance, generality, extensibility, and
integration with other libraries. SeqAn is easy to use and
simplifies the development of new software tools with a minimal loss
of performance.
.
This package contains the documentation and examples
|