File: control

package info (click to toggle)
golang-github-dgryski-go-metro 0.0~git20200812.85c65e2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 96 kB
  • sloc: python: 153; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,244 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
29
30
31
Source: golang-github-dgryski-go-metro
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Roger Shimizu <rosh@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
 golang-any
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dgryski-go-metro
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dgryski-go-metro.git
Homepage: https://github.com/dgryski/go-metro
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/dgryski/go-metro

Package: golang-github-dgryski-go-metro-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: metrohash library in golang
 This package is a mechanical translation of the reference C++ code for
 MetroHash, available at https://github.com/jandrewrogers/MetroHash
 .
 MetroHash is a set of state-of-the-art hash functions for
 non-cryptographic use cases. They are notable for being algorithmically
 generated in addition to their exceptional performance. The set of
 published hash functions may be expanded in the future, having been
 selected from a very large set of hash functions that have been
 constructed this way.