Module B0_srcs

type sel = [
  1. | `Dir of B0_std.Fpath.t
  2. | `Dir_rec of B0_std.Fpath.t
  3. | `File of B0_std.Fpath.t
  4. | `Fut of B0_build.t -> B0_std.Fpath.Set.t B0_std.Fut.t
  5. | `X of B0_std.Fpath.t
]
type sels = sel list
type t
val select : B0_build.t -> sels -> t B0_std.Fut.t
val by_ext : t -> B00_fexts.map