File: control

package info (click to toggle)
golang-github-pierrec-xxhash 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 96 kB
  • ctags: 69
  • sloc: makefile: 3
file content (22 lines) | stat: -rw-r--r-- 927 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
Source: golang-github-pierrec-xxhash
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.7
Homepage: https://github.com/pierrec/xxHash
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-pierrec-xxhash.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-pierrec-xxhash.git
XS-Go-Import-Path: github.com/pierrec/xxHash

Package: golang-github-pierrec-xxhash-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: pure Go implementation of xxHash (32 and 64 bits versions)
 Pure Go implementation of xxHash (32 and 64 bits versions) xxHash is a
 very fast hashing algorithm. This package implements xxHash in pure Go.