this repo has no description
1opam-version: "2.0"
2synopsis: "LSP server library"
3maintainer: ["Simon Cruanes"]
4authors: ["Simon Cruanes"]
5license: "MIT"
6homepage: "https://github.com/c-cube/linol"
7bug-reports: "https://github.com/c-cube/linol/issues"
8depends: [
9 "dune" {>= "2.0"}
10 "yojson" {>= "1.6"}
11 "logs"
12 "trace" {>= "0.4"}
13 "lsp" {>= "1.19" & < "1.23"}
14 "jsonrpc" {>= "1.19" & < "1.23"}
15 "ocaml" {>= "4.14"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/c-cube/linol.git"
33url {
34 src: "https://github.com/c-cube/linol/releases/download/v0.9/linol-0.9.tbz"
35 checksum: [
36 "sha256=7f3ef80e73a69289589a906990f18de52ce4a46e6447b30aea77f87aae677e63"
37 "sha512=713340015bee1807cd39e76048d8b30d6d24a4f262e3dfaacfe8726b52e1f8f93c5184a50485cfa657ff0ee66a813c7ec8bc812580dec489a5b81051e3ddb0e6"
38 ]
39}
40x-commit-hash: "a63ac9b5cb6288d756a2d5f6a748e1a9c52f70af"