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 "ocamlc-loc" {>= "3.5.0"} 35 "omd" {>= "1.3.2" & < "2.0.0~alpha1"} 36 "octavius" {>= "1.2.2"} 37 "uutf" {>= "1.0.2"} 38 "pp" {>= "1.1.2"} 39 "csexp" {>= "1.5"} 40 "ocamlformat-rpc-lib" {>= "0.21.0"} 41 "odoc" {with-doc} 42 "ocaml" {>= "4.14" & < "4.15"} 43] 44dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 45build: [ 46 ["dune" "subst"] {dev} 47 [ 48 "dune" 49 "build" 50 "-j" 51 jobs 52 "ocaml-lsp-server.install" 53 "--release" 54 ] 55] 56url { 57 src: 58 "https://github.com/ocaml/ocaml-lsp/releases/download/1.14.2/lsp-1.14.2.tbz" 59 checksum: [ 60 "sha256=d51f8761a19b3cb183b390cc3778e69eb6453213263d41e017eb3ec8dcc85494" 61 "sha512=344abc7229b647b9a12d27113a76b3865eaaa122364a5f2aa5cd5d79a2114f662ad8e867dc831450415edc41dfa1634ea32094d802a04e5103336d511bb2005d" 62 ] 63} 64x-commit-hash: "ca836e98a3c0e4fe3a91dea1ae7ee649c3a811ea"