module Benl_types:sig..end
typefield =string
typeregexp =string * Re.Pcre.regexp
type comparison =
| |
Le |
| |
Lt |
| |
Eq |
| |
Gt |
| |
Ge |
type expr =
| |
Etrue |
|||
| |
Efalse |
|||
| |
EMatch of |
|||
| |
ENot of |
|||
| |
EAnd of |
|||
| |
EOr of |
|||
| |
ESource |
|||
| |
EList of |
|||
| |
EString of |
|||
| |
ERegexp of |
|||
| |
EVersion of |
|||
| |
EDep of |
(* |
The abstract syntax tree of configuration items.
| *) |
typeconfig =expr Benl_core.StringMap.t
expr.type source =
| |
File of |
| |
Stdin |
| |
NoSource |