We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6460633 commit 67a2e2aCopy full SHA for 67a2e2a
dune-project
@@ -56,7 +56,7 @@ possible and does not make any assumptions about IO.
56
ordering
57
dune-build-info
58
spawn
59
- cmarkit
+ (cmarkit (= 0.1.0))
60
(odoc-parser (>= 2.0.0))
61
(ppx_expect (and (>= v0.15.0) :with-test))
62
(ocamlformat (and :with-test (= 0.24.1)))
ocaml-lsp-server.opam
@@ -32,7 +32,7 @@ depends: [
32
"ordering"
33
"dune-build-info"
34
"spawn"
35
- "cmarkit"
+ "cmarkit" {= "0.1.0"}
36
"odoc-parser" {>= "2.0.0"}
37
"ppx_expect" {>= "v0.15.0" & with-test}
38
"ocamlformat" {with-test & = "0.24.1"}
0 commit comments