Module YamlWitnessType.Producer

type t = {
  1. name : string;
  2. version : string;
  3. command_line : string option;
}
val to_yaml : t -> [> `O of (string * [> `String of string ]) list ]
val of_yaml : Yaml.value -> (t, [ `Msg of string ]) Stdlib.result