diff --git a/packages/jsonrpc/jsonrpc.1.6.1/opam b/packages/jsonrpc/jsonrpc.1.6.1/opam new file mode 100644 index 00000000000..9ea9e05b125 --- /dev/null +++ b/packages/jsonrpc/jsonrpc.1.6.1/opam @@ -0,0 +1,45 @@ +opam-version: "2.0" +synopsis: "Jsonrpc protocol implemenation" +description: "See https://www.jsonrpc.org/specification" +maintainer: ["Rudi Grinberg "] +authors: [ + "Andrey Popp <8mayday@gmail.com>" + "Rusty Key " + "Louis Roché " + "Oleksiy Golovko " + "Rudi Grinberg " + "Sacha Ayoun " + "cannorin " +] +license: "ISC" +homepage: "https://github.com/ocaml/ocaml-lsp" +bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" +depends: [ + "dune" {>= "2.7"} + "ocaml" {>= "4.08"} + "odoc" {with-doc} +] +dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" +build: [ + ["dune" "subst"] {dev} + ["ocaml" "unix.cma" "unvendor.ml"] + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +x-commit-hash: "e97fa4c6862732926190cf2dd0965ae2705f365d" +url { + src: + "https://github.com/ocaml/ocaml-lsp/releases/download/1.6.1/jsonrpc-1.6.1.tbz" + checksum: [ + "sha256=bccc0d7194714a4c40c362766ad9095d3c58505a1d4f1dc4becd9b3d1bda8209" + "sha512=199bee8c74aec6822bc83bf9a7c3757206bdaa55a19cd1f5cf480127618a078baa1e917f6a90a6135a5277e4eb87977e685c10e6503f546997e6b985949e190f" + ] +} diff --git a/packages/lsp/lsp.1.6.1/opam b/packages/lsp/lsp.1.6.1/opam new file mode 100644 index 00000000000..02be7058e18 --- /dev/null +++ b/packages/lsp/lsp.1.6.1/opam @@ -0,0 +1,58 @@ +opam-version: "2.0" +synopsis: "LSP protocol implementation in OCaml" +description: """ + +Implementation of the LSP protocol in OCaml. It is designed to be as portable as +possible and does not make any assumptions about IO. +""" +maintainer: ["Rudi Grinberg "] +authors: [ + "Andrey Popp <8mayday@gmail.com>" + "Rusty Key " + "Louis Roché " + "Oleksiy Golovko " + "Rudi Grinberg " + "Sacha Ayoun " + "cannorin " +] +license: "ISC" +homepage: "https://github.com/ocaml/ocaml-lsp" +bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" +depends: [ + "dune" {>= "2.7"} + "jsonrpc" {= version} + "yojson" + "ppx_yojson_conv_lib" {>= "v0.14.0"} + "pp" + "csexp" {>= "1.4.0"} + "uutf" + "odoc" {with-doc} + "menhir" {with-test} + "cinaps" {with-test} + "ppx_expect" {with-test & >= "v0.14.0"} + "ocaml" {>= "4.12"} +] +dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" +build: [ + ["dune" "subst"] {dev} + ["ocaml" "unix.cma" "unvendor.ml"] + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@doc" {with-doc} + ] +] +x-commit-hash: "e97fa4c6862732926190cf2dd0965ae2705f365d" +url { + src: + "https://github.com/ocaml/ocaml-lsp/releases/download/1.6.1/jsonrpc-1.6.1.tbz" + checksum: [ + "sha256=bccc0d7194714a4c40c362766ad9095d3c58505a1d4f1dc4becd9b3d1bda8209" + "sha512=199bee8c74aec6822bc83bf9a7c3757206bdaa55a19cd1f5cf480127618a078baa1e917f6a90a6135a5277e4eb87977e685c10e6503f546997e6b985949e190f" + ] +} diff --git a/packages/ocaml-lsp-server/ocaml-lsp-server.1.6.1/opam b/packages/ocaml-lsp-server/ocaml-lsp-server.1.6.1/opam new file mode 100644 index 00000000000..69a46eb77bc --- /dev/null +++ b/packages/ocaml-lsp-server/ocaml-lsp-server.1.6.1/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +synopsis: "LSP Server for OCaml" +description: "An LSP server for OCaml." +maintainer: ["Rudi Grinberg "] +authors: [ + "Andrey Popp <8mayday@gmail.com>" + "Rusty Key " + "Louis Roché " + "Oleksiy Golovko " + "Rudi Grinberg " + "Sacha Ayoun " + "cannorin " +] +license: "ISC" +homepage: "https://github.com/ocaml/ocaml-lsp" +bug-reports: "https://github.com/ocaml/ocaml-lsp/issues" +depends: [ + "dune" {>= "2.7"} + "yojson" + "ppx_yojson_conv_lib" {>= "v0.14.0"} + "dune-build-info" + "dot-merlin-reader" + "pp" {>= "1.1.2"} + "csexp" {>= "1.4.0"} + "result" {>= "1.5"} + "ocamlformat" {with-test} + "odoc" {with-doc} + "ocaml" {>= "4.12" & < "4.13"} +] +dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git" +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-j" + jobs + "ocaml-lsp-server.install" + "--release" + ] +] +x-commit-hash: "e97fa4c6862732926190cf2dd0965ae2705f365d" +url { + src: + "https://github.com/ocaml/ocaml-lsp/releases/download/1.6.1/jsonrpc-1.6.1.tbz" + checksum: [ + "sha256=bccc0d7194714a4c40c362766ad9095d3c58505a1d4f1dc4becd9b3d1bda8209" + "sha512=199bee8c74aec6822bc83bf9a7c3757206bdaa55a19cd1f5cf480127618a078baa1e917f6a90a6135a5277e4eb87977e685c10e6503f546997e6b985949e190f" + ] +}