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-rpc" 26 "dyn" 27 "stdune" 28 "fiber" 29 "xdg" 30 "ordering" 31 "dune-build-info" 32 "spawn" 33 "omd" {<= "1.3.1"} 34 "octavius" {>= "1.2.2"} 35 "uutf" {>= "1.0.2"} 36 "pp" {>= "1.1.2"} 37 "csexp" {>= "1.5"} 38 "ocamlformat-rpc-lib" {>= "0.21.0"} 39 "odoc" {with-doc} 40 "ocaml" {>= "4.14" & < "4.15"} 41] 42dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 43build: [ 44 ["dune" "subst"] {dev} 45 [ 46 "dune" 47 "build" 48 "-j" 49 jobs 50 "ocaml-lsp-server.install" 51 "--release" 52 ] 53] 54url { 55 src: 56 "https://github.com/ocaml/ocaml-lsp/releases/download/1.10.6/jsonrpc-1.10.6.tbz" 57 checksum: [ 58 "sha256=2b43b358c2198e7e52d4ec6ef764d7d0ad88b857f09fcb70150428511bfe610c" 59 "sha512=9be122d6883938187c491b7de799847e34f20ef45da40404f6b9b3cc97993cab074bc4c673569645ee5b939488ef1d910a1154e50cd0f4b81095b1c5c239d5a1" 60 ] 61} 62x-commit-hash: "e5f78187a13299a4e7bfba895ccea4d9b2dd5265"