this repo has no description
1opam-version: "2.0"
2maintainer: "simon.cruanes.2007@m4x.org"
3license: "MIT"
4homepage: "https://github.com/c-cube/linol"
5synopsis: "LSP server library"
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 "yojson" { >= "1.6" }
14 "logs"
15 "atomic"
16 "trace" { >= "0.4" }
17 "lsp" { >= "1.17" & < "1.18" }
18 "jsonrpc" { >= "1.17" & < "1.18" }
19 "ocaml" { >= "4.14" }
20 "odoc" { with-doc }
21]
22tags: [ "lsp" "server" "lwt" ]
23bug-reports: "https://github.com/c-cube/linol/issues"
24dev-repo: "git+https://github.com/c-cube/linol.git"
25authors: "Simon Cruanes"
26url {
27 src: "https://github.com/c-cube/linol/releases/download/v0.5/linol-0.5.tbz"
28 checksum: [
29 "sha256=467ea7ec23c2c9fd3685d404fecd3915ffcd088215db342d0b6f7879982d8d9e"
30 "sha512=8b4d5c5a85e77d557b2d3e906ed923cd7bb295dd1fe43bdb2d727c544b8dc0dedc76aa42618518f51c3074128aa5b4874cd925ef610661431791709c4a02d3e7"
31 ]
32}
33x-commit-hash: "68525aa24be3753247b8bed43dec47fe20926ae9"
34
35