diff --git a/packages/linol-eio/linol-eio.0.7/opam b/packages/linol-eio/linol-eio.0.7/opam new file mode 100644 index 00000000000..6dff73afcf5 --- /dev/null +++ b/packages/linol-eio/linol-eio.0.7/opam @@ -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" diff --git a/packages/linol-lwt/linol-lwt.0.7/opam b/packages/linol-lwt/linol-lwt.0.7/opam new file mode 100644 index 00000000000..4bcff7bc29d --- /dev/null +++ b/packages/linol-lwt/linol-lwt.0.7/opam @@ -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" diff --git a/packages/linol/linol.0.7/opam b/packages/linol/linol.0.7/opam new file mode 100644 index 00000000000..c8ec995c535 --- /dev/null +++ b/packages/linol/linol.0.7/opam @@ -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"