This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,15 @@
open! Import
(** Generate a lockdir for a dev tool, build the dev tool, then run the dev
tool. If a step is unnecessary then it is skipped. This function does not
return, but starts running the dev tool in place of the current process. *)
val lock_build_and_run_dev_tool
: common:Common.t
-> config:Dune_config_file.Dune_config.t
-> Dune_pkg.Dev_tool.t
-> args:string list
-> 'a
val which_command : Dune_pkg.Dev_tool.t -> unit Cmd.t
val install_command : Dune_pkg.Dev_tool.t -> unit Cmd.t
val exec_command : Dune_pkg.Dev_tool.t -> unit Cmd.t