this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27707 from c-cube/release-linol-v0.9

[new release] linol (3 packages) (0.9)

authored by

Marcello Seri and committed by
GitHub
b8d71285 1b1456b4

+121
+41
packages/linol-eio/linol-eio.0.9/opam
··· 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"
+40
packages/linol-lwt/linol-lwt.0.9/opam
··· 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"
+40
packages/linol/linol.0.9/opam
··· 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"