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.17" & < "1.18"}
14 "atomic"
15 "jsonrpc" {>= "1.17" & < "1.18"}
16 "ocaml" {>= "4.14"}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/c-cube/linol.git"
34url {
35 src: "https://github.com/c-cube/linol/releases/download/v0.7/linol-0.7.tbz"
36 checksum: [
37 "sha256=232514a42d9e6bc0530c53785e0d0a9f66b159c37911060cd6494c1bc5b0e069"
38 "sha512=6e400fa210c363586f4892f6ec4ce89be6d0fb7b978a3ebe5683e63d21ff680ce01e4aac7c19b51f43511166a35fc0833f372985ea941398f21fe88d86a41c95"
39 ]
40}
41x-commit-hash: "654fc823a783e2db01444daef35aacce9a146ef9"