File: control

package info (click to toggle)
golang-github-dgryski-go-minhash 0.0~git20190315.ad340ca-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,089 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
Source: golang-github-dgryski-go-minhash
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-dgryski-go-metro-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dgryski-go-minhash
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dgryski-go-minhash.git
Homepage: https://github.com/dgryski/go-minhash
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/dgryski/go-minhash

Package: golang-github-dgryski-go-minhash-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-dgryski-go-metro-dev,
         ${misc:Depends}
Description: BottomK minwise hashing for streaming set similarity
 go-minhash: bottom-k and minhash LSH implementations
 .
 This package works best when provided with a strong 64-bit hash function,
 such as CityHash, Spooky, Murmur3, or SipHash.