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
val solve
: Workspace.t
-> local_packages:Dune_pkg.Local_package.t Package_name.Map.t
-> project_pins:Dune_pkg.Pin.DB.t
-> solver_env_from_current_system:Dune_pkg.Solver_env.t option
-> version_preference:Dune_pkg.Version_preference.t option
-> lock_dirs:Path.Source.t list
-> print_perf_stats:bool
-> portable_lock_dir:bool
-> unit Fiber.t
(** Command to create lock directory *)
val command : unit Cmd.t