forked from ocaml/dune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharg.mli
45 lines (27 loc) · 763 Bytes
/
arg.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
open Stdune
open Dune_engine
open Dune_rules
include module type of struct
include Cmdliner.Arg
end
module Path : sig
type t
val path : t -> Path.t
val arg : t -> string
end
module Dep : sig
type t = Dep_conf.t
val file : string -> t
val alias : dir:Stdune.Path.Local.t -> Dune_engine.Alias.Name.t -> t
val alias_rec : dir:Stdune.Path.Local.t -> Dune_engine.Alias.Name.t -> t
val to_string_maybe_quoted : t -> string
end
val bytes : int64 conv
val context_name : Context_name.t conv
val dep : Dep.t conv
val graph_format : Dune_graph.Graph.File_format.t conv
val path : Path.t conv
val package_name : Package.Name.t conv
val profile : Profile.t conv
val lib_name : Lib_name.t conv
val version : Dune_lang.Syntax.Version.t conv