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