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 "yojson" 19 "stdlib-shims" 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 "ocamlfind" {>= "1.5.2"} 27 "ocaml" {>= "4.06" & < "4.12"} 28 "dune" {>= "2.5.0"} 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: "45ebc4ee009f1588eaf5d5a2d0e5137be937501e" 43url { 44 src: 45 "https://github.com/ocaml/ocaml-lsp/releases/download/1.2.0/jsonrpc-1.2.0.tbz" 46 checksum: [ 47 "sha256=e4e56590b9af02160e5af7733763897d7cfe3f9b876692af4d4184ab0fce4bcb" 48 "sha512=724d5190a678ca8a3f3c13915cbfcf8d3cce8efa43e0dde130b14c45065b6ccd22507951e79977bcecf361c7928f271d312b87642bb2c52f33669c3e952a7e1b" 49 ] 50}