Dune_project.Dune_lang_versionThe format of the syntax used in a project to express dune stanzas.
This is specified in the dune-project file, as the first stanza. For example:
(lang dune 3.20)
Representing the two integers that are separated by the dot. For example, the representation of "3.20" is (3, 20).
val to_dyn : t -> Dyn.tval create : (int * int) -> tval to_string : t -> stringReturns the string that can be used as atom in the dune-project configuration file.
module Predicate : sig ... end