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
|
Source: bambamc
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
German Tischler <gt1@sanger.ac.uk>,
Roland Fehrenbacher <rf@q-leap.de>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
d-shlibs,
pkg-config,
zlib1g-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/bambamc
Vcs-Git: https://salsa.debian.org/med-team/bambamc.git
Homepage: https://github.com/gt1/bambamc
Rules-Requires-Root: no
Package: libbambamc0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Runtime library for reading and writing BAM (genome alignment) files
The BAM Format is a binary format for storing sequence data. This is a
lightweight C implementation of the read name collation code from the
larger bambam C++ project to handle BAM file input and BAM file output.
Package: libbambamc-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libbambamc0 (= ${binary:Version}),
pkg-config,
zlib1g-dev
Description: Development files for reading and writing BAM (genome alignment) files
The BAM Format is a binary format for storing sequence data. This is a
lightweight C implementation of the read name collation code from the
larger bambam C++ project to handle BAM file input and BAM file output.
.
This package contains the static library and header files.
|