Skip to content

Commit 9473fa1

Browse files
panglesdjonludlam
authored andcommitted
Driver: Add interface to the Voodoo module
Signed-off-by: Paul-Elliot <[email protected]>
1 parent 58254c8 commit 9473fa1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/driver/voodoo.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ let pp ppf v =
185185
List.iter (fun fp -> Format.fprintf ppf "%a\n" Fpath.pp fp) v.files;
186186
Format.fprintf ppf "]\n%!"
187187

188+
let () = ignore pp
189+
188190
let of_voodoo pkg_name blessed =
189191
let contents =
190192
Bos.OS.Dir.fold_contents ~dotfiles:true

src/driver/voodoo.mli

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
val find_universe_and_version :
2+
string -> (string * string, [> `Msg of string ]) result
3+
4+
val of_voodoo : string -> bool -> Packages.set

0 commit comments

Comments
 (0)