File tree Expand file tree Collapse file tree 3 files changed +121
-0
lines changed Expand file tree Collapse file tree 3 files changed +121
-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.19" & < "1.23"}
16+ "jsonrpc" {>= "1.19" & < "1.23"}
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.9/linol-0.9.tbz"
36+ checksum: [
37+ "sha256=7f3ef80e73a69289589a906990f18de52ce4a46e6447b30aea77f87aae677e63"
38+ "sha512=713340015bee1807cd39e76048d8b30d6d24a4f262e3dfaacfe8726b52e1f8f93c5184a50485cfa657ff0ee66a813c7ec8bc812580dec489a5b81051e3ddb0e6"
39+ ]
40+ }
41+ x-commit-hash: "a63ac9b5cb6288d756a2d5f6a748e1a9c52f70af"
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.19" & < "1.23"}
15+ "jsonrpc" {>= "1.19" & < "1.23"}
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.9/linol-0.9.tbz"
35+ checksum: [
36+ "sha256=7f3ef80e73a69289589a906990f18de52ce4a46e6447b30aea77f87aae677e63"
37+ "sha512=713340015bee1807cd39e76048d8b30d6d24a4f262e3dfaacfe8726b52e1f8f93c5184a50485cfa657ff0ee66a813c7ec8bc812580dec489a5b81051e3ddb0e6"
38+ ]
39+ }
40+ x-commit-hash: "a63ac9b5cb6288d756a2d5f6a748e1a9c52f70af"
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.19" & < "1.23"}
14+ "jsonrpc" {>= "1.19" & < "1.23"}
15+ "ocaml" {>= "4.14"}
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.9/linol-0.9.tbz"
35+ checksum: [
36+ "sha256=7f3ef80e73a69289589a906990f18de52ce4a46e6447b30aea77f87aae677e63"
37+ "sha512=713340015bee1807cd39e76048d8b30d6d24a4f262e3dfaacfe8726b52e1f8f93c5184a50485cfa657ff0ee66a813c7ec8bc812580dec489a5b81051e3ddb0e6"
38+ ]
39+ }
40+ x-commit-hash: "a63ac9b5cb6288d756a2d5f6a748e1a9c52f70af"
You can’t perform that action at this time.
0 commit comments