2017-05-21 20:04:33 +00:00
|
|
|
// Package hclhil adapts Hashicorp Configuration Language and Hashicorp
|
|
|
|
// Interpolation Language (HCL and HIL, respectively) to work within the
|
|
|
|
// ZCL API.
|
|
|
|
//
|
|
|
|
// This is intended to help applications that previously used HCL/HIL to
|
2017-05-22 05:37:15 +00:00
|
|
|
// gradually adopt zcl while remaining generally compatible with their
|
2017-05-21 20:04:33 +00:00
|
|
|
// previous configuration formats.
|
|
|
|
package hclhil
|