dune/src/gen_rules.mli

12 lines
306 B
OCaml
Raw Normal View History

open Import
2016-12-02 13:54:32 +00:00
val gen
: context:Context.t
-> file_tree:File_tree.t
2016-12-15 11:20:46 +00:00
-> tree:Alias.tree
2016-12-02 13:54:32 +00:00
-> stanzas:(Path.t * Jbuild_types.Stanza.t list) list
2017-02-24 18:21:22 +00:00
-> packages:Package.t String_map.t
2016-12-15 13:00:30 +00:00
-> ?filter_out_optional_stanzas_with_missing_deps:bool (** default: true *)
-> unit
-> Build_interpret.Rule.t list