Skip to content

Commit

Permalink
OCaml 4.13 preview for ocaml-lsp-server
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Sep 19, 2021
1 parent 3ee0d83 commit afb9d44
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions packages/ocaml-lsp-server/ocaml-lsp-server.1.9.0~4.13preview/opam
@@ -0,0 +1,48 @@
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"
}

0 comments on commit afb9d44

Please sign in to comment.