Dune_project.Dune_lang_version
include module type of Dunolint.Dune_project.Dune_lang_version with type t := t
val create : (int * int) -> t
val to_string : t -> string
Returns the string that can be used as atom in the dune-project configuration file.
module Predicate = Dunolint.Dune_project.Dune_lang_version.Predicate
include Base.Comparable.S with type t := t
val comparator : (t, comparator_witness) Base__Comparator.comparator