golang-github-knadh-koanf 2.0.1-1 source package in Ubuntu

Changelog

golang-github-knadh-koanf (2.0.1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 2.0.1
  * Exclude examples and modules with deps not in Debian
  * Change section from devel to golang
  * Remove unneeded Files-Excluded field from d/copyright
  * Bump Standards-Version to 4.6.2 (no changes)
  * Install examples/* with dh_installexamples
  * Fix dotenv and toml tests

 -- Maytham Alsudany <email address hidden>  Wed, 03 Jan 2024 21:11:39 +0800

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-knadh-koanf_2.0.1-1.dsc 2.7 KiB 18ab7d0213812d83897b9c597ad93aa3129d8824c95fbb52135d67e59f34dc14
golang-github-knadh-koanf_2.0.1.orig.tar.gz 87.5 KiB 3a761fede3db194a622b37b63d8fcaa15dcf77a03d02a85d73867588f8ec4768
golang-github-knadh-koanf_2.0.1-1.debian.tar.xz 4.0 KiB dea924c7ff66ec8fe4ceca5b22648a99d2ef6b6d2ad1fde0818df240bb346cef

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.