This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
15
unikernel/duniverse/dune_/bin/tools/tools_common.mli
Normal file
15
unikernel/duniverse/dune_/bin/tools/tools_common.mli
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue