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 b78e3be commit b4239c7Copy full SHA for b4239c7
ocaml-lsp-server.opam
@@ -44,6 +44,10 @@ depends: [
44
"ocaml"
45
"merlin-lib" {>= "4.9" & < "5.0"}
46
]
47
+# Temporary pin until merlin gets released
48
+pin-depends: [
49
+ "merlin-lib.4.12" "git+https://github.com/ocaml/merlin.git#master"
50
+]
51
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
52
build: [
53
["dune" "subst"] {dev}
0 commit comments