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.7"} 19 "yojson" 20 "ppx_yojson_conv_lib" 21 "dune-build-info" 22 "dot-merlin-reader" 23 "csexp" {>= "1.2.3"} 24 "result" {>= "1.5"} 25 "ocamlformat" {with-test} 26 "odoc" {with-doc} 27 "ocaml" {>= "4.12" & < "4.13"} 28] 29dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 30build: [ 31 ["dune" "subst"] {dev} 32 [ 33 "dune" 34 "build" 35 "-j" 36 jobs 37 "ocaml-lsp-server.install" 38 "--release" 39 ] 40] 41x-commit-hash: "6fc037f1700400c04c25f5acd1b33d54fcd19d0c" 42url { 43 src: 44 "https://github.com/ocaml/ocaml-lsp/releases/download/1.6.0/jsonrpc-1.6.0.tbz" 45 checksum: [ 46 "sha256=35e8c7341f8eb1fa39fb0f0e0701a7ed90b9a0bb89ccf84b7ed997cd258cbec3" 47 "sha512=c96a7a3ca845ec193e9edc4a74804a22d6e37efc852b54575011879bd2105e0df021408632219f542ca3ad85b36b5c8b72f2b417204d154d5f0dd0839535afa5" 48 ] 49}