this repo has no description
1opam-version: "2.0" 2synopsis: "LSP Server for OCaml" 3description: "An LSP server for OCaml." 4maintainer: ["Rudi Grinberg <me@rgrinberg.com>"] 5authors: [ 6 "Andrey Popp <8mayday@gmail.com>" 7 "Rusty Key <iam@stfoo.ru>" 8 "Louis Roché <louis@louisroche.net>" 9 "Oleksiy Golovko <alexei.golovko@gmail.com>" 10 "Rudi Grinberg <me@rgrinberg.com>" 11 "Sacha Ayoun <sachaayoun@gmail.com>" 12 "cannorin <cannorin@gmail.com>" 13 "Ulugbek Abdullaev <ulugbekna@gmail.com>" 14 "Thibaut Mattio <thibaut.mattio@gmail.com>" 15 "Max Lantas <mnxndev@outlook.com>" 16] 17license: "ISC" 18homepage: "https://github.com/ocaml/ocaml-lsp" 19bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" 20depends: [ 21 "dune" {>= "3.0"} 22 "yojson" 23 "base" {>= "v0.16.0"} 24 "lsp" {= "1.20.0"} 25 "jsonrpc" {= "1.20.0"} 26 "re" {>= "1.5.0"} 27 "ppx_yojson_conv_lib" {>= "v0.14"} 28 "dune-rpc" {>= "3.4.0"} 29 "chrome-trace" {>= "3.3.0"} 30 "dyn" 31 "stdune" 32 "fiber" {>= "3.1.1" & < "4.0.0"} 33 "ocaml" {>= "4.14.0" & < "5.0"} 34 "xdg" 35 "ordering" 36 "dune-build-info" 37 "spawn" 38 "astring" 39 "camlp-streams" 40 "ppx_expect" {>= "v0.15.0" & < "v0.17.0" & with-test} 41 "ocamlformat" {with-test & = "0.26.2"} 42 "ocamlc-loc" {>= "3.7.0"} 43 "pp" {>= "1.1.2"} 44 "csexp" {>= "1.5"} 45 "ocamlformat-rpc-lib" {>= "0.21.0"} 46 "odoc" {with-doc} 47 "merlin-lib" {>= "4.18" & < "5.0"} 48] 49dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 50build: [ 51 ["dune" "subst"] {dev} 52 [ 53 "dune" 54 "build" 55 "-p" 56 name 57 "-j" 58 jobs 59 "@install" 60 "@doc" {with-doc} 61 ] 62] 63url { 64 src: 65 "https://github.com/ocaml/ocaml-lsp/releases/download/1.20.0-4.14/lsp-1.20.0-4.14.tbz" 66 checksum: [ 67 "sha256=e537624c1357a7136ad99e9958baae0cc2ba4d4ddbbdaf521878054619fb7285" 68 "sha512=e1043b60ba03fb2dede8252ed230c6ccd52292406df00430c42eacb9f0fd6dd74d054397a256d3ba337abd36463c43c4ea59435f063106b5f7f9f8d87626bec6" 69 ] 70} 71x-commit-hash: "83cdcd60f19466f2fbfff5f61b37643d69746fb6"