Source: djbsort
Maintainer: Jan Mojžíš <janmojzis@debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Standards-Version: 4.7.3
Section: libs
Homepage: https://sorting.cr.yp.to
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 libcpucycles-dev,
 pandoc [!m68k !sh4 !x32] <!nodoc>,
 python3,
 valgrind-if-available,
Vcs-Git: https://salsa.debian.org/debian/djbsort.git
Vcs-Browser: https://salsa.debian.org/debian/djbsort

Package: libdjbsort-dev
Section: libdevel
Architecture: any
Depends:
 libdjbsort1 (= ${binary:Version}),
 ${misc:Depends},
Description: Sorting microlibrary - development files
 Djbsort is a software library for sorting arrays of int32 or uint32 or
 float32 or int64 or uint64 or float64. It provides the following features:
 .
 Speed: Provides state-of-the-art sorting performance for typical
 array sizes on modern 64-bit CPUs (Intel/AMD and ARM) using optimized
 vector implementations and automatic runtime selection.
 .
 Security: Designed to be safe for both cryptographic and
 non-cryptographic contexts.
 .
 Verification: Includes not just conventional tests but also tools to
 automatically verify correctness.
 .
 Development files.

Package: djbsort
Section: devel
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 valgrind-if-available,
 ${python3:Depends},
Description: Sorting microlibrary - commandline tools
 Djbsort is a software library for sorting arrays of int32 or uint32 or
 float32 or int64 or uint64 or float64. It provides the following features:
 .
 Speed: Provides state-of-the-art sorting performance for typical
 array sizes on modern 64-bit CPUs (Intel/AMD and ARM) using optimized
 vector implementations and automatic runtime selection.
 .
 Security: Designed to be safe for both cryptographic and
 non-cryptographic contexts.
 .
 Verification: Includes not just conventional tests but also tools to
 automatically verify correctness.
 .
 Commandline tools.

Package: libdjbsort1
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Sorting microlibrary - shared library
 Djbsort is a software library for sorting arrays of int32 or uint32 or
 float32 or int64 or uint64 or float64. It provides the following features:
 .
 Speed: Provides state-of-the-art sorting performance for typical
 array sizes on modern 64-bit CPUs (Intel/AMD and ARM) using optimized
 vector implementations and automatic runtime selection.
 .
 Security: Designed to be safe for both cryptographic and
 non-cryptographic contexts.
 .
 Verification: Includes not just conventional tests but also tools to
 automatically verify correctness.
 .
 Shared library.
