ncl 0.1.3

Simple configuration file format based on UCL, HCL and JSON
Documentation
1
2
3
4
5
6
7
num = 42
str = "abba"
bool = true # this is comment
object { num = 42
  str = "abba"
  bool = true
} # abb