Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
B
Baptiste Daroussin
Update libucl to latest version 10 years ago 3433197 History
HardenedBSD-pkg external libucl tests basic 18.in
defaults {
	key = "val"
	foo = "bar"
	many = "values here"
}

mything {
	.inherit "defaults"
	key = "newval"
	key = "newval1"
}
mything {
	.inherit "mything"
	key = "newval"
}
.priority 3

defaults {
	key = "val1"
	foo = "bar1"
	many = "values here"
}
mything1 {
	key2 = "wtf??"
	.priority 1
	.inherit "defaults"
	.inherit "mything"
	.inherit "mything1"
	key1 = "newval"
	key2 = "OMG" # low priority
}