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 "re" {>= "1.5.0"} 24 "ppx_yojson_conv_lib" {>= "v0.14"} 25 "dune-rpc" {>= "3.4.0"} 26 "chrome-trace" {>= "3.3.0"} 27 "dyn" 28 "stdune" 29 "fiber" {>= "3.1.1"} 30 "xdg" 31 "ordering" 32 "dune-build-info" 33 "spawn" 34 "ppx_expect" {>= "v0.15.0" & with-test} 35 "ocamlformat" {with-test & = "0.24.1"} 36 "ocamlc-loc" {>= "3.5.0" & < "3.7.0"} 37 "omd" {>= "1.3.2" & < "2.0.0~alpha1"} 38 "octavius" {>= "1.2.2"} 39 "uutf" {>= "1.0.2"} 40 "pp" {>= "1.1.2"} 41 "csexp" {>= "1.5"} 42 "ocamlformat-rpc-lib" {>= "0.21.0"} 43 "odoc" {with-doc} 44 "ocaml" {>= "5.0" & < "5.1"} 45] 46dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 47build: [ 48 ["dune" "subst"] {dev} 49 [ 50 "dune" 51 "build" 52 "-j" 53 jobs 54 "ocaml-lsp-server.install" 55 "--release" 56 ] 57] 58url { 59 src: 60 "https://github.com/ocaml/ocaml-lsp/releases/download/1.15.1-5.0/lsp-1.15.1-5.0.tbz" 61 checksum: [ 62 "sha256=0650bbf4a280d8b3099032ec1b5d8f589d1d37b06e8fef8b72811f61b77407cd" 63 "sha512=73186aa0151add363c62ffba10114c60c484baa3592b74a8c2607d3a500af8cfcd42aa0f4a9b3f8f698288491d63e7cf464a85657038d62328b7edea7863b0c5" 64 ] 65} 66x-commit-hash: "c946872be5c07950834497bd0b220111f9b150e5"