dune/src/gen_rules.mli

12 lines
357 B
OCaml
Raw Normal View History

open! Import
2017-06-02 13:32:05 +00:00
open Jbuild
(* Generate rules. Returns evaluated jbuilds per context names. *)
2016-12-02 13:54:32 +00:00
val gen
2017-02-25 01:33:37 +00:00
: contexts:Context.t list
-> build_system:Build_system.t
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
-> (Path.t * Scope.t * Stanzas.t) list String_map.t Fiber.t