Codebase list golang-github-spaolacci-murmur3 / 6a8c4dbf-45bc-4363-9ac4-87de6fa2e02b/main debian / control
6a8c4dbf-45bc-4363-9ac4-87de6fa2e02b/main

Tree @6a8c4dbf-45bc-4363-9ac4-87de6fa2e02b/main (Download .tar.gz)

control @6a8c4dbf-45bc-4363-9ac4-87de6fa2e02b/mainraw · history · blame

Source: golang-github-spaolacci-murmur3
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
Standards-Version: 4.1.3.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-spaolacci-murmur3
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-spaolacci-murmur3.git
Homepage: https://github.com/spaolacci/murmur3
XS-Go-Import-Path: github.com/spaolacci/murmur3

Package: golang-github-spaolacci-murmur3-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Multi-Arch: foreign
Description: Native MurmurHash3 Go implementation
 murmur3 Native Go implementation of Austin Appleby's third MurmurHash
 revision (aka MurmurHash3).
 .
 Reference algorithm has been slightly hacked as to support
 the streaming mode required by Go's standard Hash interface
 (http://golang.org/pkg/hash/#Hash).