-
Updated
Apr 8, 2022 - Go
#
configuration-language
Here are 29 public repositories matching this topic...
HCL is the HashiCorp configuration language.
Expression language for Go
go
bytecode
engine
ast
expression
expr
evaluator
expression-evaluator
expression-language
configuration-language
bytecode-virtual-machine
-
Updated
Apr 6, 2022 - Go
8
Maintainable configuration files, for Rust users
-
Updated
Jan 1, 2022 - Rust
This repository has moved to https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-nix
-
Updated
Apr 9, 2019 - Nix
This repository has moved to https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json
-
Updated
Nov 23, 2018 - Haskell
Open Telecom Platform Command Language a.k.a. Tcl-Flavored Erlang
language
programming-language
parser
erlang
interpreter
tcl
scripting-language
rebar3
configuration-language
-
Updated
Oct 13, 2021 - Erlang
This repository has moved to https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-text
-
Updated
Nov 23, 2018 - Nix
This repository has moved to https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-bash
-
Updated
Nov 23, 2018 - Haskell
moleike
commented
Apr 8, 2021
Add a -J / --jpath <dir> option in the cmdline executable to specify additional library search directories, right-most wins.
The additional paths are tried if it fails to load a module relative to the file it's imported from.
Here is how's it's done in the C++ implementation: https://github.com/google/jsonnet/blob/master/core/libjsonnet.cpp#L232
End To End AWS Cloud Infrastructure Automation Through Terraform by HashiCorp
github
aws
terraform
hcl
infrastructure-as-code
configuration-language
hashicorp-terraform
terraform-aws
cloud-automation
-
Updated
Aug 1, 2020 - HCL
Strongly typed Gura library for Rust
-
Updated
Nov 25, 2021 - Rust
A configuration language written for the modern apps
-
Updated
Sep 27, 2017 - TypeScript
Nuglif Application Configuration Language (NACL) is a configuration data language intended to be both human and machine friendly.
-
Updated
Jan 31, 2022 - PHP
On-host configuration management powered by Terraform.
ansible
terraform
configuration-management
terraform-provider
configuration-language
terraform-plugins
-
Updated
Apr 6, 2022 - Go
S-Expression Configuration Language
-
Updated
Apr 14, 2018 - Go
Application Infrastructure As a Code
-
Updated
Sep 27, 2017 - TypeScript
A library for working with structured configuration in Go
-
Updated
Mar 27, 2022 - Go
An extension for VS Code which provides support for the ICL language.
-
Updated
Sep 26, 2017 - TypeScript
Monk - a simple configuration language
-
Updated
Oct 12, 2020 - C
sam701
commented
Dec 14, 2020
{}.get_or("a", "abc") == "abc" and
{a:"aa"}.get_or("a", "abc") == "aa"Tests compilation for Gura parsers/implementations
-
Updated
Dec 15, 2021
core-rc contains the runtime configuration and configuration file parsing functions. This is a submodule of µwm. It uses core-array to store the parsed configurations. Planning: application config write.
-
Updated
Oct 9, 2021 - C
The Very Obvious Line-delimited Language. To be used as a config language (like JSON, YAML, or TOML, except simpler. Simpler is often better).
-
Updated
Mar 1, 2019 - Shell
Improve this page
Add a description, image, and links to the configuration-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the configuration-language topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
In order to consult the stdlib's documentation, I have to read its source
Describe the solution you'd like
I'd like to be able to generate just enough markdown from the metadata of values (such as the stdlib, but not only) in other to stitch together a documentation page.
I think this could be implemented cheaply for no