golang-github-valyala-fasthttp 1:1.31.0-4 source package in Ubuntu

Changelog

golang-github-valyala-fasthttp (1:1.31.0-4) unstable; urgency=medium

  [ Guillem Jover ]
  * Update debian/watch file.

  [ Nobuhiro Iwamatsu ]
  * Add d/patches/0001-bytesconv-add-appropriate-build-tags-for-s390x.patch
    Add appropriate build tags for s390x. This fixes an autopkgtest regression
    on this architecture (Closes: #1008050, LP: #1965134).
    Thanks to Nick Rosbrook <email address hidden>.

 -- Nobuhiro Iwamatsu <email address hidden>  Sat, 07 May 2022 16:35:07 +0900

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-valyala-fasthttp_1.31.0-4.dsc 2.5 KiB 0ff6b671f3ea22ab0dbd679f0f082e16fa0b90768570894cc9c74a9dffe47c29
golang-github-valyala-fasthttp_1.31.0.orig.tar.gz 219.8 KiB 6a37505de34716ca2040236bf5589e6073c8825b1a23d50be27756b0459ed6a7
golang-github-valyala-fasthttp_1.31.0-4.debian.tar.xz 3.8 KiB cf54ffc473dc2136f147f3315d4c52eb25ef6aab572a2208a44bd455e9e17bcf

No changes file available.

Binary packages built by this source

golang-github-valyala-fasthttp-dev: fast HTTP library for Go

 The fasthttp library provides fast HTTP server and client API.
 .
 This tuned for high performance, and zero memory allocations in
 hot paths. Processing performance is up to 10x faster than net/http.