File: control

package info (click to toggle)
golang-github-dgryski-go-farm 0.0~git20240924.3414d57-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 188 kB
  • sloc: asm: 871; makefile: 114
file content (30 lines) | stat: -rw-r--r-- 1,042 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
Source: golang-github-dgryski-go-farm
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Vincent Bernat <bernat@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dgryski-go-farm
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dgryski-go-farm.git
Homepage: https://github.com/dgryski/go-farm
XS-Go-Import-Path: github.com/dgryski/go-farm

Package: golang-github-dgryski-go-farm-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: pure-Go FarmHash implementation
 This is a (mechanical) translation to Go of the non-SSE4/non-AESNI hash
 functions from Google's FarmHash (https://github.com/google/farmhash).
 .
 FarmHash provides hash functions for strings and other data.
 The functions mix the input bits thoroughly but are not suitable for
 cryptography.