We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a496f20 commit 0ff07c4Copy full SHA for 0ff07c4
dune-project
@@ -149,7 +149,7 @@ understood by dune language."))
149
(package
150
(name dune-rpc)
151
(synopsis "Communicate with dune using rpc")
152
- (depends csexp ordering dyn xdg (stdune (= :version)) (pp (>= 1.1.0)))
+ (depends ocamlc-loc csexp ordering dyn xdg (stdune (= :version)) (pp (>= 1.1.0)))
153
(description "Library to connect and control a running dune instance"))
154
155
dune-rpc.opam
@@ -10,6 +10,7 @@ doc: "https://dune.readthedocs.io/"
10
bug-reports: "https://github.com/ocaml/dune/issues"
11
depends: [
12
"dune" {>= "3.20"}
13
+ "ocamlc-loc"
14
"csexp"
15
"ordering"
16
"dyn"
0 commit comments