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] 14license: "ISC" 15homepage: "https://github.com/ocaml/ocaml-lsp" 16bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" 17depends: [ 18 "dune" {>= "2.5"} 19 "yojson" 20 "stdlib-shims" 21 "ppx_yojson_conv_lib" 22 "dune-build-info" 23 "dot-merlin-reader" 24 "csexp" {>= "1.2.3"} 25 "result" {>= "1.5"} 26 "ocamlformat" {with-test} 27 "ocamlfind" {>= "1.5.2"} 28 "ocaml" {>= "4.06" & < "4.12"} 29] 30dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 31build: [ 32 ["dune" "subst"] {dev} 33 [ 34 "dune" 35 "build" 36 "-j" 37 jobs 38 "ocaml-lsp-server.install" 39 "--release" 40 ] 41] 42x-commit-hash: "47d01696d197f0980b6a43d92549a917357b835f" 43url { 44 src: 45 "https://github.com/ocaml/ocaml-lsp/releases/download/1.3.0/jsonrpc-1.3.0.tbz" 46 checksum: [ 47 "sha256=598e27258e4749b6e2511e2c5efe00d16f0965806296e808d202cd614d655fba" 48 "sha512=febe80f8a88fac7683cafbd045dceee4869beda1f250b78a1d94d3ad19e746388d24869e805abcb2f33f93687508d65db19a38424c1059670915c050b4f6dbb9" 49 ] 50}