golang-github-alecthomas-kong-hcl 0.2.0-1 source package in Ubuntu

Changelog

golang-github-alecthomas-kong-hcl (0.2.0-1) unstable; urgency=medium

  * Initial release (Closes: #946001)

 -- Anthony Fok <email address hidden>  Mon, 02 Dec 2019 10:27:20 -0700

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alecthomas-kong-hcl_0.2.0-1.dsc 2.4 KiB ee42d858c7fbe7eb9533c8de17f6dd210f11e209cd14392dd52eddd8d01d6665
golang-github-alecthomas-kong-hcl_0.2.0.orig.tar.gz 6.5 KiB 1d366f0582d9ac67821cfb440be3f6b398a30e3556b2da70fb3e05bc68c4ab76
golang-github-alecthomas-kong-hcl_0.2.0-1.debian.tar.xz 2.0 KiB c7920660fe2ae0f0263ceb1fb5d891fefda11c384830a1a6526c5d487588f83e

No changes file available.

Binary packages built by this source

golang-github-alecthomas-kong-hcl-dev: Kong configuration loader for HCL (Go library)

 github.com/alecthomas/kong-hcl is a Kong configuration loader for HCL
 implemented for the Go programming language.
 .
 It may be used like so:
 .
     var cli struct {
             Config kong.ConfigFlag `help:"Load configuration."`
     }
     parser, err := kong.New(&cli, kong.Configuration(konghcl.Loader,
             "/etc/myapp/config.hcl", "~/.myapp.hcl))