We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58254c8 commit 9473fa1Copy full SHA for 9473fa1
src/driver/voodoo.ml
@@ -185,6 +185,8 @@ let pp ppf v =
185
List.iter (fun fp -> Format.fprintf ppf "%a\n" Fpath.pp fp) v.files;
186
Format.fprintf ppf "]\n%!"
187
188
+let () = ignore pp
189
+
190
let of_voodoo pkg_name blessed =
191
let contents =
192
Bos.OS.Dir.fold_contents ~dotfiles:true
src/driver/voodoo.mli
@@ -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