Package: wnpp Severity: wishlist Owner: Anthony Fok <f...@debian.org>
* Package name : golang-github-alecthomas-kong-hcl Version : 0.2.0-1 Upstream Author : Alec Thomas * URL : https://github.com/alecthomas/kong-hcl * License : Expat Programming Lang: Go Description : A 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)) Rationale: * Needed by golang-github-alecthomas-chroma-dev and chroma 0.6.8, and in turn by Hugo 0.59.