package opam-solver

  1. Overview
  2. Docs

doc/opam-solver/OpamCudfCriteria/index.html

Module OpamCudfCriteriaSource

Cudf criteria helpers

Sourcetype filter =
  1. | Installed
  2. | Solution
  3. | Changed
  4. | Removed
  5. | New
  6. | Upgraded
  7. | Downgraded
  8. | Requested
Sourcetype property = string option
Sourcetype sign =
  1. | Plus
  2. | Minus
Sourcetype criterion = sign * filter * property
Sourceval criterion_to_string : criterion -> string
Sourceval of_string : string -> criterion list

of_string s Parses the string s as a CUDF optimization criteria.

  • raises {!Stdlib.Failure}

    if the string is invalid

OCaml

Innovation. Community. Security.