syntax.ml
dune._caml
dune._dune_lang
dune._ocaml_config
dune._stdune
dune._which-program
dune.configurator
which_program_dune
which_program_jbuilder
1 2 3 4 5 6 type t = Jbuild | Dune let of_basename = function | "jbuild" -> Some Jbuild | "dune" -> Some Dune | _ -> None
1 2 3 4 5 6
type t = Jbuild | Dune let of_basename = function | "jbuild" -> Some Jbuild | "dune" -> Some Dune | _ -> None