File tree Expand file tree Collapse file tree 3 files changed +122
-0
lines changed Expand file tree Collapse file tree 3 files changed +122
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "LSP server library (with Eio for concurrency)"
3
+ maintainer: ["Simon Cruanes"]
4
+ authors: ["Nick Hu"]
5
+ license: "MIT"
6
+ homepage: "https://github.com/c-cube/linol"
7
+ bug-reports: "https://github.com/c-cube/linol/issues"
8
+ depends: [
9
+ "dune" {>= "2.0"}
10
+ "yojson" {>= "1.6"}
11
+ "linol" {= version}
12
+ "base-unix"
13
+ "eio" {>= "1.0" & < "2.0"}
14
+ "eio_main" {with-test}
15
+ "lsp" {>= "1.17" & < "1.18"}
16
+ "jsonrpc" {>= "1.17" & < "1.18"}
17
+ "odoc" {with-doc}
18
+ ]
19
+ build: [
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
+ ]
33
+ dev-repo: "git+https://github.com/c-cube/linol.git"
34
+ url {
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
+ }
41
+ x-commit-hash: "654fc823a783e2db01444daef35aacce9a146ef9"
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "LSP server library (with Lwt for concurrency)"
3
+ maintainer: ["Simon Cruanes"]
4
+ authors: ["Simon Cruanes"]
5
+ license: "MIT"
6
+ homepage: "https://github.com/c-cube/linol"
7
+ bug-reports: "https://github.com/c-cube/linol/issues"
8
+ depends: [
9
+ "dune" {>= "2.0"}
10
+ "yojson" {>= "1.6"}
11
+ "linol" {= version}
12
+ "base-unix"
13
+ "lwt" {>= "5.1" & < "6.0"}
14
+ "lsp" {>= "1.17" & < "1.18"}
15
+ "jsonrpc" {>= "1.17" & < "1.18"}
16
+ "odoc" {with-doc}
17
+ ]
18
+ build: [
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
+ ]
32
+ dev-repo: "git+https://github.com/c-cube/linol.git"
33
+ url {
34
+ src: "https://github.com/c-cube/linol/releases/download/v0.7/linol-0.7.tbz"
35
+ checksum: [
36
+ "sha256=232514a42d9e6bc0530c53785e0d0a9f66b159c37911060cd6494c1bc5b0e069"
37
+ "sha512=6e400fa210c363586f4892f6ec4ce89be6d0fb7b978a3ebe5683e63d21ff680ce01e4aac7c19b51f43511166a35fc0833f372985ea941398f21fe88d86a41c95"
38
+ ]
39
+ }
40
+ x-commit-hash: "654fc823a783e2db01444daef35aacce9a146ef9"
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "LSP server library"
3
+ maintainer: ["Simon Cruanes"]
4
+ authors: ["Simon Cruanes"]
5
+ license: "MIT"
6
+ homepage: "https://github.com/c-cube/linol"
7
+ bug-reports: "https://github.com/c-cube/linol/issues"
8
+ depends: [
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
+ ]
19
+ build: [
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
+ ]
33
+ dev-repo: "git+https://github.com/c-cube/linol.git"
34
+ url {
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
+ }
41
+ x-commit-hash: "654fc823a783e2db01444daef35aacce9a146ef9"
You can’t perform that action at this time.
0 commit comments