Skip to content

Commit

Permalink
Merge pull request ocaml#26856 from c-cube/release-linol-v0.7
Browse files Browse the repository at this point in the history
[new release] linol (3 packages) (0.7)
  • Loading branch information
shonfeder authored Nov 11, 2024
2 parents f9c52b7 + e68872e commit f2ad0ff
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/linol-eio/linol-eio.0.7/opam
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"
40 changes: 40 additions & 0 deletions packages/linol-lwt/linol-lwt.0.7/opam
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"
41 changes: 41 additions & 0 deletions packages/linol/linol.0.7/opam
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"

0 comments on commit f2ad0ff

Please sign in to comment.