File: control

package info (click to toggle)
nthash 2.3.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: cpp: 2,851; sh: 36; makefile: 11
file content (28 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download
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>
Uploaders: Étienne Mollier <emollier@debian.org>
Build-Depends: debhelper-compat (= 13),
               cmake,
               libbtllib-dev,
               libargparse-dev
Standards-Version: 4.7.2
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

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.