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
  
     | 
    
      Source: nthash
Priority: optional
Section: science
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13),
               cmake,
               libbtllib-dev,
               libargparse-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/nthash
Vcs-Git: https://salsa.debian.org/med-team/nthash.git
Homepage: https://github.com/bcgsc/ntHash
Rules-Requires-Root: no
Package: libnthash-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libbtllib-dev, libargparse-dev
Description: Recursive hash function for hashing all possible k-mers in a DNA/RNA sequence
 This is a header-only binary containing the
 necessary files for implementing nthash function.
Package: nthash
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Methods to evaluate runtime and uniformity tests for hashing methods
 This contains nttest binary which has options for evaluating
 runtimes and uniformity for different hashing methods.
 
     |