golang-github-kurin-blazer 0.2.1-1 source package in Ubuntu

Changelog

golang-github-kurin-blazer (0.2.1-1) unstable; urgency=medium

  * New upstream version 0.2.1
  * move to salsa.debian.org
  * add myself to uploaders
  * bump Standards-Version to 4.1.3
    - use priority optional instead of extra

 -- FĂ©lix Sipma <email address hidden>  Fri, 05 Jan 2018 12:59:26 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-kurin-blazer_0.2.1-1.dsc 2.2 KiB bab6579e1cd7e05d6a0bd0c918e2fad7650f4dbfef4146a2fd780cc9e2c508bf
golang-github-kurin-blazer_0.2.1.orig.tar.xz 38.7 KiB a337a9d19ec4fba6e3168ea484de01b4c7e4c0ce3fb3da4bd6557032f49ce06e
golang-github-kurin-blazer_0.2.1-1.debian.tar.xz 2.0 KiB 03dc0e6b71cd4dec8af0556d783a47db32bed898fc91be81b80d374dc4ab1e4c

No changes file available.

Binary packages built by this source

golang-github-kurin-blazer-dev: Go library for Backblaze's B2

 Blazer is a Golang client library for Backblaze's B2 object storage
 service. It is designed for simple integration with existing applications
 that may already be using S3 and Google Cloud Storage, by exporting only
 a few standard Go types.
 .
 It implements and satisfies the B2 integration checklist
 (https://www.backblaze.com/b2/docs/integration_checklist.html),
 automatically handling error recovery, reauthentication, and other
 low-level aspects, making it suitable to upload very large files, or
 over multi-day time scales.