软件包:golang-github-hashicorp-hcl-dev(1.0.0-1.1)
golang-github-hashicorp-hcl-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-hashicorp-hcl:
- [golang-github-hashicorp-hcl_1.0.0-1.1.dsc]
- [golang-github-hashicorp-hcl_1.0.0.orig.tar.gz]
- [golang-github-hashicorp-hcl_1.0.0-1.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