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 "base" {>= "v0.16.0"} 24 "lsp" {= version} 25 "jsonrpc" {= version} 26 "re" {>= "1.5.0"} 27 "ppx_yojson_conv_lib" {>= "v0.14"} 28 "dune-rpc" {>= "3.4.0"} 29 "chrome-trace" {>= "3.3.0"} 30 "dyn" 31 "stdune" 32 "fiber" {>= "3.1.1" & < "4.0.0"} 33 "ocaml" {>= "5.2.0" & < "5.3"} 34 "xdg" 35 "ordering" 36 "dune-build-info" 37 "spawn" 38 "astring" 39 "camlp-streams" 40 "ppx_expect" {>= "v0.17.0" & with-test} 41 "ocamlformat" {with-test & = "0.26.2"} 42 "ocamlc-loc" {>= "3.7.0"} 43 "pp" {>= "1.1.2"} 44 "csexp" {>= "1.5"} 45 "ocamlformat-rpc-lib" {>= "0.21.0"} 46 "odoc" {with-doc} 47 "merlin-lib" {>= "5.2" & < "6.0"} 48 "ppx_yojson_conv" {with-dev-setup} 49] 50dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" 51build: [ 52 ["dune" "subst"] {dev} 53 [ 54 "dune" 55 "build" 56 "-p" 57 name 58 "-j" 59 jobs 60 "@install" 61 "@doc" {with-doc} 62 ] 63] 64 65x-maintenance-intent: [ "(latest)" "(latest)-414" ] 66url { 67 src: 68 "https://github.com/ocaml/ocaml-lsp/releases/download/1.21.0/lsp-1.21.0.tbz" 69 checksum: [ 70 "sha256=67870337ff23d0d2ba43774bfb58a8fde04977ea37da4d2dc500ed0b57cef717" 71 "sha512=e0f9abdcfc96c13d043b7e31ffc9991be52c4160dade5f71b277c7d8091d7271f5998abb6b30557955ba1615a4cc096b89ab5038da6b4e4e722fb598a0ff8ea8" 72 ] 73} 74x-commit-hash: "643f59044f8fad14eb32cd52810008cf012c3008"