Module Ortac_dune.Wrapper

type config = {
  1. interface_file : string;
  2. package_name : string option;
  3. ocaml_output : string option;
  4. dune_output : string option;
}
val gen_dune_rules : config Fmt.t