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.
