golang-github-caarlos0-env 6.7.1-1 source package in Ubuntu

Changelog

golang-github-caarlos0-env (6.7.1-1) unstable; urgency=medium

  * New upstream release.
  * Update d/control
    - Change Section from devel to golang.
    - Mark library package with "Multi-Arch: foreign".
    - Add golang-github-matryer-is-dev to B-D.
  * Update debian/gbp.conf
    - Set debian-branch to debian/sid for DEP-14 conformance.
  * Update d/patches
    - Drop merged patch.
  * Update d/copyright
    - Remove Files-Excluded.

 -- Nobuhiro Iwamatsu <email address hidden>  Sun, 19 Sep 2021 15:26:55 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-caarlos0-env_6.7.1-1.dsc 2.2 KiB ab9a8f856fab5bb0d83476ae120ca5b556969bb91c1158c61caadd208a61b886
golang-github-caarlos0-env_6.7.1.orig.tar.gz 15.9 KiB d847b67d3f18197ed6c21d65852cf97e63a3deb18b98edc4c4327e84889ada48
golang-github-caarlos0-env_6.7.1-1.debian.tar.xz 2.9 KiB 2eb102ebe8d3332c00d7c8296765ee126c3e32469569b9d99eb2d4462a603b8f

Available diffs

No changes file available.

Binary packages built by this source

golang-github-caarlos0-env-dev: Go library for parse environment variables to structs

 This is a Simple Golang library to parse environment variables to structs.
 Out of the box all built-in types are supported, plus a few others that are
 commonly used. Supports the following type:
 .
  - string
  - bool
  - int
  - int8
  - int16
  - int32
  - int64
  - uint
  - uint8
  - uint16
  - uint32
  - uint64
  - float32
  - float64
  - string
  - time.Duration
  - encoding.TextUnmarshaler
  - url.URL