dune/src/gen_rules.mli

11 lines
327 B
OCaml
Raw Normal View History

open! Import
2016-12-02 13:54:32 +00:00
val gen
2017-02-25 01:33:37 +00:00
: contexts:Context.t list
2016-12-15 13:00:30 +00:00
-> ?filter_out_optional_stanzas_with_missing_deps:bool (** default: true *)
2017-03-01 13:25:18 +00:00
-> ?only_package:string
-> Jbuild_load.conf
2017-03-01 19:19:43 +00:00
-> (Build_interpret.Rule.t list *
(* Evaluated jbuilds per context names *)
(Path.t * Jbuild_types.Stanzas.t) list String_map.t) Future.t