We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e520ab4 commit 937379aCopy full SHA for 937379a
src/dune.mli
@@ -10,9 +10,6 @@ type t =
10
If not, user should be advised to run `dune pkg lock` *)
11
val is_project_locked : t -> bool Promise.t
12
13
-(** Check if the dune project has ocamllsp server as a dev-tool. *)
14
-val is_ocamllsp_present : t -> bool Promise.t
15
-
16
(** Generic function to execute dune commands *)
17
val command : t -> args:string list -> Cmd.t
18
@@ -30,6 +27,9 @@ val tools
30
27
-> [< `Exec_ | `Which | `Install ]
31
28
-> Cmd.t
32
29
+(** Check if the dune project has ocamllsp server as a dev-tool. *)
+val is_ocamllsp_present : t -> bool Promise.t
+
33
(** Check if amy two instances of dune pkg management projects are equal *)
34
val equal : t -> t -> bool
35
0 commit comments