2012/12/2 Vincent Lefevre <vinc...@vinc17.net>:
> No, that's not sufficient. You may want relations between key-value
> pair. For instance, if you have a line with a key "foo", then a line
> with a key "bar" must also exist. Or a line with a key "number" must
> have a value that is a number (more generally matching some regexp).

For such configs general programming languages are good.

E. g. perl:

$foo = "wtf";

if ($foo && !$bar) {
ohshit(...);
}

...


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CALL-Q8zGhKjGBgp=i9BX5KVdQGrUce4Y0UAZzYuo3pYWb=u...@mail.gmail.com

Reply via email to