File: control

package info (click to toggle)
golang-github-leemcloughlin-gofarmhash 0.0~git20160919.0.0a055c5-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 978 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-leemcloughlin-gofarmhash
Section: devel
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/leemcloughlin/gofarmhash
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-leemcloughlin-gofarmhash
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-leemcloughlin-gofarmhash.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/leemcloughlin/gofarmhash

Package: golang-github-leemcloughlin-gofarmhash-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Multi-Arch: foreign
Description: Implements Google's Farmhash in Golang
 This library provides an implementation of Google's Farmhash in Golang.
 .
 Farmhash is a successor to Cityhash (also from Google). Farmhash,
 like Cityhash before it, use ideas from Austin Appleby's MurmurHash.