Skip to content

Commit cd7924a

Browse files
committed
[new release] linol (3 packages) (0.10)
CHANGES: - use `git subtree` to vendor lsp+jsonrpc, so that they are not dependencies anymore and do not conflict with other users - Add `filter_text_document` to ignore some documents
1 parent 53021cc commit cd7924a

File tree

3 files changed

+120
-0
lines changed
  • packages
    • linol-eio/linol-eio.0.10
    • linol-lwt/linol-lwt.0.10
    • linol/linol.0.10

3 files changed

+120
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
"odoc" {with-doc}
16+
]
17+
build: [
18+
["dune" "subst"] {pinned}
19+
[
20+
"dune"
21+
"build"
22+
"-p"
23+
name
24+
"-j"
25+
jobs
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
]
31+
dev-repo: "git+https://github.com/c-cube/linol.git"
32+
url {
33+
src:
34+
"https://github.com/c-cube/linol/releases/download/v0.10/linol-0.10.tbz"
35+
checksum: [
36+
"sha256=174bb8cad5b8b0c260d62b0a85da13c4f5caba4fcee042ee58284b09de7896ea"
37+
"sha512=77460788407c72a33fbe289ec9c78421117543594b3524a5c8fe836f0e272c5ceb1e1074b91c1d1f476f89b75b6f63847a8021675a782ff36457c9626121a7f4"
38+
]
39+
}
40+
x-commit-hash: "1b4c56b134753b1dde46d63e9ed838a15d029595"
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
"odoc" {with-doc}
15+
]
16+
build: [
17+
["dune" "subst"] {pinned}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
dev-repo: "git+https://github.com/c-cube/linol.git"
31+
url {
32+
src:
33+
"https://github.com/c-cube/linol/releases/download/v0.10/linol-0.10.tbz"
34+
checksum: [
35+
"sha256=174bb8cad5b8b0c260d62b0a85da13c4f5caba4fcee042ee58284b09de7896ea"
36+
"sha512=77460788407c72a33fbe289ec9c78421117543594b3524a5c8fe836f0e272c5ceb1e1074b91c1d1f476f89b75b6f63847a8021675a782ff36457c9626121a7f4"
37+
]
38+
}
39+
x-commit-hash: "1b4c56b134753b1dde46d63e9ed838a15d029595"

packages/linol/linol.0.10/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
"ocaml" {>= "4.14"}
14+
"odoc" {with-doc}
15+
"uutf" {>= "1.0.2"}
16+
"ppx_yojson_conv_lib" {>= "v0.14"}
17+
]
18+
build: [
19+
["dune" "subst"] {pinned}
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:
35+
"https://github.com/c-cube/linol/releases/download/v0.10/linol-0.10.tbz"
36+
checksum: [
37+
"sha256=174bb8cad5b8b0c260d62b0a85da13c4f5caba4fcee042ee58284b09de7896ea"
38+
"sha512=77460788407c72a33fbe289ec9c78421117543594b3524a5c8fe836f0e272c5ceb1e1074b91c1d1f476f89b75b6f63847a8021675a782ff36457c9626121a7f4"
39+
]
40+
}
41+
x-commit-hash: "1b4c56b134753b1dde46d63e9ed838a15d029595"

0 commit comments

Comments
 (0)