this repo has no description

Merge pull request #19609 from kit-ty-kate/lsp-413

OCaml 4.13 preview for ocaml-lsp-server

Kate bf04be33 1ccca0a7

Changed files
+48
packages
ocaml-lsp-server
ocaml-lsp-server.1.9.0~4.13preview
+48
packages/ocaml-lsp-server/ocaml-lsp-server.1.9.0~4.13preview/opam
···
+
opam-version: "2.0"
+
synopsis: "LSP Server for OCaml"
+
description: "An LSP server for OCaml."
+
maintainer: ["Rudi Grinberg <me@rgrinerg.com>"]
+
authors: [
+
"Andrey Popp <8mayday@gmail.com>"
+
"Rusty Key <iam@stfoo.ru>"
+
"Louis Roché <louis@louisroche.net>"
+
"Oleksiy Golovko <alexei.golovko@gmail.com>"
+
"Rudi Grinberg <me@rgrinberg.com>"
+
"Sacha Ayoun <sachaayoun@gmail.com>"
+
"cannorin <cannorin@gmail.com>"
+
"Ulugbek Abdullaev <ulugbekna@gmail.com>"
+
"Thibaut Mattio <thibaut.mattio@gmail.com>"
+
"Max Lantas <mnxndev@outlook.com>"
+
]
+
license: "ISC"
+
homepage: "https://github.com/ocaml/ocaml-lsp"
+
bug-reports: "https://github.com/ocaml/ocaml-lsp/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"yojson"
+
"re" {>= "1.5.0"}
+
"ppx_yojson_conv_lib" {>= "v0.14"}
+
"dune-build-info"
+
"dot-merlin-reader"
+
"pp" {>= "1.1.2"}
+
"csexp" {>= "1.5"}
+
"result" {>= "1.5"}
+
"ocamlformat-rpc-lib" {>= "0.18.0" & < "0.20.0"}
+
"odoc" {with-doc}
+
"ocaml" {>= "4.13" & < "4.14"}
+
]
+
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-j"
+
jobs
+
"ocaml-lsp-server.install"
+
"--release"
+
]
+
]
+
url {
+
src: "git://github.com/kit-ty-kate/ocaml-lsp.git#413"
+
}