[ ソース: golang-github-alecthomas-kong-hcl ]
パッケージ: golang-github-alecthomas-kong-hcl-dev (1.0.1-1)
golang-github-alecthomas-kong-hcl-dev に関するリンク
Debian の資源:
golang-github-alecthomas-kong-hcl ソースパッケージをダウンロード:
- [golang-github-alecthomas-kong-hcl_1.0.1-1.dsc]
- [golang-github-alecthomas-kong-hcl_1.0.1.orig.tar.gz]
- [golang-github-alecthomas-kong-hcl_1.0.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-hashicorp-hcl-dev
- golang-github-hairyhenderson-go-codeowners-dev
- python-pyepics-doc
- deck
- python-plaster-doc
- golang-github-mudler-docker-companion-dev
- python3-plaster
- libconfig-model-backend-augeas-perl
- libcolor-calc-perl
- golang-github-spf13-viper-dev
- golang-github-gosimple-unidecode-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))
その他の golang-github-alecthomas-kong-hcl-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-alecthomas-kong-dev (>= 0.2.16)
- command-line parser for Go
-
- dep: golang-github-hashicorp-hcl-dev (>= 1.0.0)
- Go implementation of HashiCorp Configuration Language
-
- dep: golang-github-pkg-errors-dev
- Simple error handling primitives for Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package