Opam_ci_check.Opam_version
type t = [
| `Dev
| `V2_0
| `V2_1
| `V2_2
| `V2_3
]
val to_yojson : t -> Yojson.Safe.t
val to_string : t -> string