パッケージ: golang-github-hashicorp-hcl-dev (1.0.0-1)
golang-github-hashicorp-hcl-dev に関するリンク
Debian の資源:
golang-github-hashicorp-hcl ソースパッケージをダウンロード:
- [golang-github-hashicorp-hcl_1.0.0-1.dsc]
- [golang-github-hashicorp-hcl_1.0.0.orig.tar.gz]
- [golang-github-hashicorp-hcl_1.0.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Go implementation of HashiCorp Configuration Language
HCL (HashiCorp Configuration Language) is a configuration language built by HashiCorp. The goal of HCL is to build a structured configuration language that is both human and machine friendly for use with command-line tools, but specifically targeted towards DevOps tools, servers, etc.
HCL is also fully JSON compatible. That is, JSON can be used as completely valid input to a system expecting HCL. This helps makes systems interoperable with other systems.
HCL is heavily inspired by libucl, nginx configuration, and others similar.
This package contains the source.
その他の golang-github-hashicorp-hcl-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-davecgh-go-spew-dev
- Implements a deep pretty printer for Go data structures to aid in debugging