hashicorp/hcl
HCL is the HashiCorp configuration language. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 233
- age_days: 4416
- days_rel: 422
- days_push: 8
- n_releases_24m: 2
Adoption not part of the score
5798 stars · 655 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
HCL (HashiCorp Configuration Language) is a Go toolkit for building structured, human- and machine-friendly configuration languages, used by tools like Terraform. It provides a native syntax plus a JSON-based variant, with parsing, validation, and expression evaluation APIs.
Use cases
- parse HCL configuration files in Go
- build a custom configuration language for a CLI tool
- decode config files into Go structs
- convert between HCL and JSON configuration
- evaluate expressions and variables in config files
When to choose
- building devops or server tooling that needs a structured config format
- you want human-friendly config syntax with machine-readable JSON equivalent
- you need programmatic parsing and validation of Terraform-style files
When to avoid
- you just need generic data serialization like JSON or YAML
- your project is not in Go or not using Go Modules (for HCL v2)
- you need a full programming language for configuration logic
Facets
library · maturity stable
parser serialization configuration-management developer-tools developer-tools infrastructure-as-code go cross-platform configuration-language hashicorp hcl terraform -variant devops configuration
1 source
- readme: https://github.com/hashicorp/hcl · fetched 2026-08-28 · 17e7b8fe468f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hashicorp/hcl | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem