golang-github-knadh-koanf 0.10.0-3 source package in Ubuntu

Changelog

golang-github-knadh-koanf (0.10.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 16:05:01 +0000

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-knadh-koanf_0.10.0-3.dsc 2.4 KiB 580254c4cf1ef5fd40efa594cf0b162f2eea4847c7a41a67f20c4794ddc462bb
golang-github-knadh-koanf_0.10.0.orig.tar.xz 25.9 KiB 6b634a5fdf2338f18f4383b5e373a11f1118d81a0e3e5b63dbb2a1e577415339
golang-github-knadh-koanf_0.10.0-3.debian.tar.xz 2.6 KiB e281dddd48720eb7771c008730464fd71224647b93519a62bdb49d63f208a2b2

Available diffs

No changes file available.

Binary packages built by this source

golang-github-knadh-koanf-dev: extensible library for reading config (file, S3 etc.) in Go applications

 This package, koanf (pronounced conf; a play on the Japanese Koan) is
 a library for reading configuration from different sources in different
 formats in Go applications. It is a cleaner, lighter alternative to
 spf13/viper with better abstractions and extensibility and fewer
 dependencies.
 .
 koanf comes with built in support for reading configuration from files,
 command line flags, and environment variables, and can parse JSON, YAML,
 TOML, and Hashicorp HCL.