dune/src/gen_rules.mli

12 lines
347 B
OCaml
Raw Normal View History

open! Import
2017-05-05 10:21:46 +00:00
open Jbuild_types
2016-12-02 13:54:32 +00:00
val gen
2017-02-25 01:33:37 +00:00
: contexts:Context.t list
2017-03-23 16:03:52 +00:00
-> ?filter_out_optional_stanzas_with_missing_deps:bool (* default: true *)
-> ?only_packages:String_set.t
-> Jbuild_load.conf
2017-03-01 19:19:43 +00:00
-> (Build_interpret.Rule.t list *
(* Evaluated jbuilds per context names *)
2017-05-05 10:21:46 +00:00
(Path.t * Pkgs.t * Stanzas.t) list String_map.t) Future.t