软件包: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]
相似软件包:
- python3-pyglfw
- golang-github-knadh-koanf-dev
- golang-github-alecthomas-kong-hcl-dev
- golang-github-hashicorp-atlas-go-dev
- golang-github-hashicorp-hil-dev
- jsonlint
- lomiri-online-accounts-plugin-owncloud-carddav
- morse2ascii-dbgsym
- golang-github-spf13-viper-dev
- msc-generator
- debian-lomiri-default-settings
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