this repo has no description
1opam-version: "2.0" 2synopsis: "LSP Server for OCaml" 3description: "An LSP server for OCaml." 4maintainer: ["Rudi Grinberg <me@rgrinerg.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" {>= "2.9"} 22 "yojson" 23 "re" {>= "1.5.0"} 24 "ppx_yojson_conv_lib" {>= "v0.14"} 25 "dune-build-info" 26 "spawn" 27 "pp" {>= "1.1.2"} 28 "csexp" {>= "1.5"} 29 "result" {>= "1.5"} 30 "ocamlformat-rpc-lib" {>= "0.18.0" & < "0.20.0"} 31 "odoc" {with-doc} 32 "ocaml" {>= "4.13" & < "4.14"} 33] 34dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 35build: [ 36 ["dune" "subst"] {dev} 37 [ 38 "dune" 39 "build" 40 "-j" 41 jobs 42 "ocaml-lsp-server.install" 43 "--release" 44 ] 45] 46url { 47 src: 48 "https://github.com/ocaml/ocaml-lsp/releases/download/1.9.1/jsonrpc-1.9.1.tbz" 49 checksum: [ 50 "sha256=cf1cdb257d4ef1ed1a05e951264b11c7dc7d3066bf448111cb17c67be56ddcee" 51 "sha512=1f073db86a8d44e5a4501f0d5c233f07f2dd4e8dd6abb918ef50846031af63e4ab9b408fffd9b32d1a7e9e5c7343c9b6ce97b07effed8359f7b610818f78e967" 52 ] 53} 54x-commit-hash: "435d22d25561b36010e4c6c07d52e413d4063bdf"