We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7830cea + 6e48bae commit e1ad7d8Copy full SHA for e1ad7d8
coq-elpi.opam
@@ -21,7 +21,7 @@ depends: [
21
"elpi" {>= "1.18.2" & < "1.20.0~"}
22
"coq" {>= "8.19" & < "8.21"}
23
"ppx_optcomp"
24
- "ocaml-lsp-server" {dev}
+ "ocaml-lsp-server" {with-dev-setup}
25
"odoc" {with-doc}
26
]
27
build: [
dune-project
@@ -34,7 +34,7 @@
34
(elpi (and (>= 1.18.2) (< 1.20.0~)))
35
(coq (and (>= 8.19) (< 8.21)))
36
ppx_optcomp
37
- (ocaml-lsp-server :dev)))
+ (ocaml-lsp-server :with-dev-setup)))
38
39
(package
40
(name coq-elpi-tests)
0 commit comments