fork of https://github.com/hashicorp/hcl because issue : https://github.com/hashicorp/hcl/issues/290 these code permit use of "nested" field decoding which is just composite struct
Go to file
Mitchell Hashimoto 6ae248587a LICENSE
2014-07-31 12:49:17 -07:00
LICENSE LICENSE 2014-07-31 12:49:17 -07:00
README.md Initial commit 2014-07-31 12:47:43 -07:00

HCL

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 heavily inspired by libucl, nginx configuration, and others similar.