Module Brzo_b0_opam

Opam b0 helpers.

val tool : B00.Tool.t

tool is the opam tool.

val exists : B00.Memo.t -> bool B00.Memo.fiber
val if_exists : B00.Memo.t -> (unit -> 'a B00.Memo.fiber) -> 'a option B00.Memo.fiber
val lib_dir : B00.Memo.t -> ?⁠switch:string -> unit -> B0_std.Fpath.t B00.Memo.fiber
val list : B00.Memo.t -> ?⁠switch:string -> [ `Available | `Installed ] -> unit -> string list B00.Memo.fiber
val uninstalled : ?⁠switch:string -> unit -> (string list, string) Stdlib.result