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