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