this repo has no description

Merge pull request #19674 from kit-ty-kate/fix-31

Avoid previews when possible

Changed files
+3
packages
merlin
merlin.4.3.2~4.13preview
ocaml-lsp-server
ocaml-lsp-server.1.9.0~4.13preview
ocamlformat
ocamlformat.0.19.0~4.13preview
+1
packages/merlin/merlin.4.3.2~4.13preview/opam
···
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.13" & < "4.14"}
"dune" {>= "2.9.0"}
···
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" "merlin,dot-merlin-reader" "-j" jobs] {with-test}
]
+
flags: avoid-version
depends: [
"ocaml" {>= "4.13" & < "4.14"}
"dune" {>= "2.9.0"}
+1
packages/ocaml-lsp-server/ocaml-lsp-server.1.9.0~4.13preview/opam
···
license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
depends: [
"dune" {>= "2.9"}
"yojson"
···
license: "ISC"
homepage: "https://github.com/ocaml/ocaml-lsp"
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
+
flags: avoid-version
depends: [
"dune" {>= "2.9"}
"yojson"
+1
packages/ocamlformat/ocamlformat.0.19.0~4.13preview/opam
···
license: "MIT"
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.13" & < "4.14"}
···
license: "MIT"
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
+
flags: avoid-version
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.13" & < "4.14"}