OpamCudfCriteria
Cudf criteria helpers
type filter =
| Installed
| Solution
| Changed
| Removed
| New
| Upgraded
| Downgraded
| Requested
type property = string option
type sign =
| Plus
| Minus
type criterion = sign * filter * property
val criterion_to_string : criterion -> string
val of_string : string -> criterion list
of_string s Parses the string s as a CUDF optimization criteria.
of_string s
s
{!Stdlib.Failure}
if the string is invalid