Source: libdivsufsort
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Fabian Klötzl <kloetzl@evolbio.mpg.de>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10),
               cmake
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libdivsufsort.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libdivsufsort.git
Homepage: https://github.com/y-256/libdivsufsort

Package: libdivsufsort3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: fast suffix array construction
 The libdivsufsort project provides a fast, lightweight, and robust
 C API library to construct the suffix array and the Burrows-Wheeler
 transformed string for any input string of a constant-size alphabet.
 .
 This package installs shared library files.

Package: libdivsufsort-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libdivsufsort3 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Description: libdivsufsort header files
 The libdivsufsort project provides a fast, lightweight, and robust
 C API library to construct the suffix array and the Burrows-Wheeler
 transformed string for any input string of a constant-size alphabet.
 .
 This package installs files needed for development.
