This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
25
unikernel/duniverse/dune_/bin/alias.mli
Normal file
25
unikernel/duniverse/dune_/bin/alias.mli
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
open Import
|
||||
|
||||
type t = private
|
||||
{ name : Dune_engine.Alias.Name.t
|
||||
; recursive : bool
|
||||
; dir : Path.Source.t
|
||||
; contexts : Context.t list
|
||||
}
|
||||
|
||||
val in_dir
|
||||
: name:Dune_engine.Alias.Name.t
|
||||
-> recursive:bool
|
||||
-> contexts:Context.t list
|
||||
-> Path.t
|
||||
-> t
|
||||
|
||||
val of_string
|
||||
: Workspace_root.t
|
||||
-> recursive:bool
|
||||
-> string
|
||||
-> contexts:Context.t list
|
||||
-> t
|
||||
|
||||
val pp : t -> _ Pp.t
|
||||
val request : t -> unit Action_builder.t
|
||||
Loading…
Add table
Add a link
Reference in a new issue