golang-github-pquerna-cachecontrol 0.0~git20171018.0dec1b3-2 source package in Ubuntu

Changelog

golang-github-pquerna-cachecontrol (0.0~git20171018.0dec1b3-2) unstable; urgency=medium

  * Team upload.
  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Dylan Aïssi ]
  * Add upstream patch to fix FTBFS on 32bits arch (Closes: #988328)

 -- Dylan Aïssi <email address hidden>  Wed, 18 Aug 2021 17:38:15 +0200

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-pquerna-cachecontrol_0.0~git20171018.0dec1b3-2.dsc 2.5 KiB 9e94ad2b21a34e0adb983b3063c5b68228bf5c3040d1ccddad779bdd8ddc7e90
golang-github-pquerna-cachecontrol_0.0~git20171018.0dec1b3.orig.tar.xz 16.0 KiB 2efe16e3df308d9f71b36e10e8c07aebb73d4780a47a1f56acf5909000ca73a2
golang-github-pquerna-cachecontrol_0.0~git20171018.0dec1b3-2.debian.tar.xz 3.0 KiB 16391275734a35ad3ac5ec5f480681f8d6ac5282f138343ea90f42663ea83693

No changes file available.

Binary packages built by this source

golang-github-pquerna-cachecontrol-dev: HTTP Cache-Control Parser and Interpretation

 cachecontrol implements RFC 7234 Hypertext Transfer Protocol (HTTP/1.1):
 Caching. It does this by parsing the Cache-Control and other headers,
 providing information about requests and responses -- but cachecontrol does
 not implement an actual cache backend, just the control plane to make
 decisions about if a particular response is cachable.