Source: scikit-bio-binaries
Standards-Version: 4.7.4
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: science
Build-Depends:
 debhelper-compat (= 14),
 d-shlibs,
 architecture-is-64-bit,
 architecture-is-little-endian,
 python3,
 libopenblas-serial-dev | libblas.so | liblapack.so,
 liblapacke-dev,
Vcs-Browser: https://salsa.debian.org/med-team/scikit-bio-binaries
Vcs-Git: https://salsa.debian.org/med-team/scikit-bio-binaries.git
Homepage: https://github.com/scikit-bio/scikit-bio-binaries

Package: libskbb1
Architecture: any
Multi-Arch: same
Section: libs
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: optimized C++ bioinformatics algorithms for scikit-bio
 Scikit-bio-binaries provides high-performance C++ implementations of
 select algorithms (e.g., PCoA, PERMANOVA) to accelerate scikit-bio,
 a Python library for bioinformatics. It is designed to handle large-scale
 datasets efficiently.
 .
 This package contains the shared library.

Package: libskbb-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libskbb1 (= ${binary:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Description: optimized C++ bioinformatics algorithms for scikit-bio (devel)
 Scikit-bio-binaries provides high-performance C++ implementations of
 select algorithms (e.g., PCoA, PERMANOVA) to accelerate scikit-bio,
 a Python library for bioinformatics. It is designed to handle large-scale
 datasets efficiently.
 .
 This package contains the header files.
