forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#26856 from c-cube/release-linol-v0.7
[new release] linol (3 packages) (0.7)
- Loading branch information
Showing
3 changed files
with
122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
opam-version: "2.0" | ||
synopsis: "LSP server library (with Eio for concurrency)" | ||
maintainer: ["Simon Cruanes"] | ||
authors: ["Nick Hu"] | ||
license: "MIT" | ||
homepage: "https://github.com/c-cube/linol" | ||
bug-reports: "https://github.com/c-cube/linol/issues" | ||
depends: [ | ||
"dune" {>= "2.0"} | ||
"yojson" {>= "1.6"} | ||
"linol" {= version} | ||
"base-unix" | ||
"eio" {>= "1.0" & < "2.0"} | ||
"eio_main" {with-test} | ||
"lsp" {>= "1.17" & < "1.18"} | ||
"jsonrpc" {>= "1.17" & < "1.18"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/c-cube/linol.git" | ||
url { | ||
src: "https://github.com/c-cube/linol/releases/download/v0.7/linol-0.7.tbz" | ||
checksum: [ | ||
"sha256=232514a42d9e6bc0530c53785e0d0a9f66b159c37911060cd6494c1bc5b0e069" | ||
"sha512=6e400fa210c363586f4892f6ec4ce89be6d0fb7b978a3ebe5683e63d21ff680ce01e4aac7c19b51f43511166a35fc0833f372985ea941398f21fe88d86a41c95" | ||
] | ||
} | ||
x-commit-hash: "654fc823a783e2db01444daef35aacce9a146ef9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
opam-version: "2.0" | ||
synopsis: "LSP server library (with Lwt for concurrency)" | ||
maintainer: ["Simon Cruanes"] | ||
authors: ["Simon Cruanes"] | ||
license: "MIT" | ||
homepage: "https://github.com/c-cube/linol" | ||
bug-reports: "https://github.com/c-cube/linol/issues" | ||
depends: [ | ||
"dune" {>= "2.0"} | ||
"yojson" {>= "1.6"} | ||
"linol" {= version} | ||
"base-unix" | ||
"lwt" {>= "5.1" & < "6.0"} | ||
"lsp" {>= "1.17" & < "1.18"} | ||
"jsonrpc" {>= "1.17" & < "1.18"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/c-cube/linol.git" | ||
url { | ||
src: "https://github.com/c-cube/linol/releases/download/v0.7/linol-0.7.tbz" | ||
checksum: [ | ||
"sha256=232514a42d9e6bc0530c53785e0d0a9f66b159c37911060cd6494c1bc5b0e069" | ||
"sha512=6e400fa210c363586f4892f6ec4ce89be6d0fb7b978a3ebe5683e63d21ff680ce01e4aac7c19b51f43511166a35fc0833f372985ea941398f21fe88d86a41c95" | ||
] | ||
} | ||
x-commit-hash: "654fc823a783e2db01444daef35aacce9a146ef9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
opam-version: "2.0" | ||
synopsis: "LSP server library" | ||
maintainer: ["Simon Cruanes"] | ||
authors: ["Simon Cruanes"] | ||
license: "MIT" | ||
homepage: "https://github.com/c-cube/linol" | ||
bug-reports: "https://github.com/c-cube/linol/issues" | ||
depends: [ | ||
"dune" {>= "2.0"} | ||
"yojson" {>= "1.6"} | ||
"logs" | ||
"trace" {>= "0.4"} | ||
"lsp" {>= "1.17" & < "1.18"} | ||
"atomic" | ||
"jsonrpc" {>= "1.17" & < "1.18"} | ||
"ocaml" {>= "4.14"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/c-cube/linol.git" | ||
url { | ||
src: "https://github.com/c-cube/linol/releases/download/v0.7/linol-0.7.tbz" | ||
checksum: [ | ||
"sha256=232514a42d9e6bc0530c53785e0d0a9f66b159c37911060cd6494c1bc5b0e069" | ||
"sha512=6e400fa210c363586f4892f6ec4ce89be6d0fb7b978a3ebe5683e63d21ff680ce01e4aac7c19b51f43511166a35fc0833f372985ea941398f21fe88d86a41c95" | ||
] | ||
} | ||
x-commit-hash: "654fc823a783e2db01444daef35aacce9a146ef9" |