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

Changelog

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

  * Source-only upload for migration to testing.

 -- Roland Mas <email address hidden>  Mon, 30 Jan 2023 16:44:04 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-cavaliergopher-grab_3.0.1-3.dsc 2.3 KiB f49bd01b5e0776b981c622ad0e5bf882810da2c692f94615cbc93c12ae5dde2d
golang-github-cavaliergopher-grab_3.0.1.orig.tar.gz 31.0 KiB 238c9526b073ebb76d22797e1ab0d92422e9be1c75cd90d63f7d2d278338a3c4
golang-github-cavaliergopher-grab_3.0.1-3.debian.tar.xz 3.2 KiB a6d8c2b3f9a870608820779a44e247d0967d372a01f938c34dc4a7c0e991c6bf

Available diffs

No changes file available.

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