this repo has no description
1opam-version: "2.0"
2maintainer: "simon.cruanes.2007@m4x.org"
3homepage: "https://github.com/c-cube/linol"
4synopsis: "LSP server library (with Lwt for concurrency)"
5license: "MIT"
6build: [
7 ["dune" "build" "@install" "-p" name "-j" jobs]
8 ["dune" "build" "@runtest" "-p" name "-j" jobs] {with-test}
9 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
10]
11depends: [
12 "dune" { >= "2.0" }
13 "linol" { = version }
14 "lsp" { >= "1.4" & < "1.5" }
15 "jsonrpc" { >= "1.4" & < "1.5" }
16 "containers" { >= "3.0" & < "4.0" }
17 "lwt" { >= "5.1" & < "6.0" }
18 "base-unix"
19 "yojson" { >= "1.6" }
20 "ocaml" { >= "4.08" }
21 "odoc" { with-doc }
22]
23tags: [ "lsp" "server" "lwt" "linol" ]
24bug-reports: "https://github.com/c-cube/linol/issues"
25dev-repo: "git+https://github.com/c-cube/linol.git"
26authors: "Simon Cruanes"
27url {
28 src: "https://github.com/c-cube/linol/archive/v0.2.tar.gz"
29 checksum: [
30 "md5=2f6137dfbf81e89697213583b7f6d3ab"
31 "sha512=b5d736c62f92b175c5a62d7f6fe91f0c43d6941997d734cd8fda5a6c7e3675839683ccda92d4df90820047847c9d93b54d8a86e1b3cfc91d5ab19ba4b6174d32"
32 ]
33}