File: control

package info (click to toggle)
golang-github-bradenhilton-cityhash 1.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,054 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
Source: golang-github-bradenhilton-cityhash
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Ryan Kavanagh <rak@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bradenhilton-cityhash
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bradenhilton-cityhash.git
Homepage: https://github.com/bradenhilton/cityhash
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/bradenhilton/cityhash

Package: golang-github-bradenhilton-cityhash-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Go implementation of Google CityHash version 1
 This package provides a Go implementation of Google's CityHash, version 1.
 CityHash is a family of hash functions for strings. Though these functions mix
 the input bits thoroughly, they are not suitable for cryptographic purposes.