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
|
Source: libbiod
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-dlang,
meson (>= 0.48),
pkg-config,
zlib1g-dev
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/libbiod
Vcs-Git: https://salsa.debian.org/med-team/libbiod.git
Homepage: https://github.com/biod/BioD
Package: libbiod0
Architecture: amd64 arm64
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: bioinformatics library in D
BioD is a fast and memory efficient bioinformatics library written in
the D programming language. BioD aims to:
* Provide a platform for writing high-performance bioinformatics
applications in D. BioD achieves this by:
- automatic parallelization of tasks where possible for example
reading and writing BAM files.
- reducing the GC overhead by avoiding unnecessary memory allocations
* Offer support for manipulating common biological data formats.
* Write clear documented and maintainable codebase.
.
This package contains the dynamic library.
Package: libbiod-dev
Architecture: any
Section: libdevel
Depends: libbiod0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: bioinformatics library in D (development files)
BioD is a fast and memory efficient bioinformatics library written in
the D programming language. BioD aims to:
* Provide a platform for writing high-performance bioinformatics
applications in D. BioD achieves this by:
- automatic parallelization of tasks where possible for example
reading and writing BAM files.
- reducing the GC overhead by avoiding unnecessary memory allocations
* Offer support for manipulating common biological data formats.
* Write clear documented and maintainable codebase.
.
This package contains the include files for development.
|