golang-github-cavaliergopher-grab 3.0.1-3build1 source package in Ubuntu

Changelog

golang-github-cavaliergopher-grab (3.0.1-3build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:14:52 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-cavaliergopher-grab_3.0.1.orig.tar.gz 31.0 KiB 238c9526b073ebb76d22797e1ab0d92422e9be1c75cd90d63f7d2d278338a3c4
golang-github-cavaliergopher-grab_3.0.1-3build1.debian.tar.xz 3.3 KiB 7f6b16f75f4043e4626b19e3e00d7f1a8ebb62b5de6865d483331fe71cade400
golang-github-cavaliergopher-grab_3.0.1-3build1.dsc 2.3 KiB 11f261f8520b364039c23ddffce93ffe869d98f4a31a1ef35c4aa459f3d9cb37

View changes file

Binary packages built by this source

golang-github-cavaliergopher-grab-dev: Download manager package for Go (library)

 Downloading the internet, one goroutine at a time!
 .
 Grab is a Go package for downloading files from the internet with the
 following rad features:
  - Monitor download progress concurrently
  - Auto-resume incomplete downloads
  - Guess filename from content header or URL path
  - Safely cancel downloads using context.Context
  - Validate downloads using checksums
  - Download batches of files concurrently
  - Apply rate limiters
 .
 This package contains the library.

grab: Download manager package for Go (program)

 Downloading the internet, one goroutine at a time!
 .
 Grab is a Go package for downloading files from the internet with the
 following rad features:
  - Monitor download progress concurrently
  - Auto-resume incomplete downloads
  - Guess filename from content header or URL path
  - Safely cancel downloads using context.Context
  - Validate downloads using checksums
  - Download batches of files concurrently
  - Apply rate limiters
 .
 This package contains the grab program.

grab-dbgsym: debug symbols for grab