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 "menhir" 21 "ppx_yojson_conv_lib" 22 "dune-build-info" 23 "csexp" {>= "1.2.3"} 24 "result" {>= "1.5"} 25 "ocamlformat" {with-test} 26 "reason" {with-test} 27 "ocamlfind" {>= "1.5.2"} 28 "ocaml" {>= "4.06" & < "4.12"} 29 "dune" {>= "2.5.0"} 30] 31dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 32build: [ 33 ["dune" "subst"] {dev} 34 [ 35 "dune" 36 "build" 37 "-j" 38 jobs 39 "ocaml-lsp-server.install" 40 "--release" 41 ] 42] 43x-commit-hash: "fee074471b2c345f7e42c6ed3482363279d4f32c" 44url { 45 src: 46 "https://github.com/ocaml/ocaml-lsp/releases/download/1.1.0/ocaml-lsp-server-1.1.0.tbz" 47 checksum: [ 48 "sha256=fa0ca1d3c5c3377f798c221381228a65e8f49fece42715d279ebe91f2f4f74c8" 49 "sha512=c00ad47478a4ddfebe3798895700d2bececa29a610c7757619f47a5b90ede921afa56efc776df3a1c4a8b2f082898423a5806d00c041dae137da1b57ee487a9b" 50 ] 51}