rpkl 0.8.0

Bindings and codegen for Apple's Pkl configuration language
Documentation
1
2
3
4
5
6
7
8
9
paths = new Mapping {
	["*"] = List("@admins")
}


extensions = Set(
	List("Birds"),
	List("Cats")
)