golang-github-twmb-murmur3 1.1.6-1 source package in Ubuntu

Changelog

golang-github-twmb-murmur3 (1.1.6-1) unstable; urgency=medium

  * New upstream release.
  * reverse dependencies successfully built with ratt:
    - golang-github-uber-go-tally

 -- Thorsten Alteholz <email address hidden>  Fri, 07 Jan 2022 01:51:36 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-twmb-murmur3_1.1.6-1.dsc 2.3 KiB c5a46b0e46ba4d349adfa984fd07978cdb8087d82b020be0ab1bfc1d2b3dbbb4
golang-github-twmb-murmur3_1.1.6.orig.tar.gz 12.4 KiB 81208a49f490b925cf44e02990bed68c4b13a8130aa240d865217c665bfda83f
golang-github-twmb-murmur3_1.1.6-1.debian.tar.xz 2.4 KiB 394b157938a2dd423dc48ab94216f41d6a8915c5068cb37803d4bfc2caecfd80

Available diffs

No changes file available.

Binary packages built by this source

golang-github-twmb-murmur3-dev: fast, fully fledged murmur3 in Go

 This package contains a native Go implementation of Austin Appleby's
 third MurmurHash revision (aka MurmurHash3).
 .
 The reference algorithm has been slightly hacked as to support
 the streaming mode required by Go's standard Hash interface
 .
 Unlike the canonical source, this library always reads bytes as little
 endian numbers.
 This makes the hashes portable across architectures, although does mean
 that hashing is a bit slower on big endian architectures.