this repo has no description

Merge pull request #24660 from quernd/opam-publish-grpc-async.0.2.0

6 packages from dialohq/ocaml-grpc at 0.2.0

Changed files
+306
packages
grpc
grpc.0.2.0
grpc-async
grpc-async.0.2.0
grpc-bench
grpc-bench.0.2.0
grpc-eio
grpc-eio.0.2.0
grpc-examples
grpc-examples.0.2.0
grpc-lwt
grpc-lwt.0.2.0
+51
packages/grpc-async/grpc-async.0.2.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "An Async implementation of gRPC"
+
description:
+
"Functionality for building gRPC services and rpcs with `async`."
+
maintainer: ["Daniel Quernheim <grpc@quernd.uber.space>"]
+
authors: [
+
"Andrew Jeffery <dev@jeffas.io>"
+
"Daniel Quernheim <quernd@users.noreply.github.com>"
+
"Michael Bacarella <m@bacarella.com>"
+
"Sven Anderson <sven@anderson.de>"
+
"Tim McGilchrist <timmcgil@gmail.com>"
+
"Wojtek Czekalski <me@wczekalski.com>"
+
"dimitris.mostrous <dimitris.mostrous@gmail.com>"
+
]
+
license: "BSD-3-Clause"
+
tags: ["network" "rpc" "serialisation"]
+
homepage: "https://github.com/dialohq/ocaml-grpc"
+
doc: "https://dialohq.github.io/ocaml-grpc"
+
bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
+
depends: [
+
"dune" {>= "3.7"}
+
"ocaml" {>= "4.11"}
+
"grpc" {= version}
+
"async" {>= "v0.16"}
+
"h2-async"
+
"stringext"
+
"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/dialohq/ocaml-grpc.git"
+
url {
+
src: "https://github.com/dialohq/ocaml-grpc/archive/refs/tags/0.2.0.tar.gz"
+
checksum: [
+
"md5=69aa501b131e2f1c19c9e742b1173c3b"
+
"sha512=03bf7448330346959fe581822fdd0580279f5042b3b51acc220950b0fa78764e64a0ead7dda0bcad22374e6e4d77870ff8e70431d233832912278a4ae5ad0390"
+
]
+
}
+51
packages/grpc-bench/grpc-bench.0.2.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Benchmarking package for gRPC"
+
description: "grpc benchmarking."
+
maintainer: ["Daniel Quernheim <grpc@quernd.uber.space>"]
+
authors: [
+
"Andrew Jeffery <dev@jeffas.io>"
+
"Daniel Quernheim <quernd@users.noreply.github.com>"
+
"Michael Bacarella <m@bacarella.com>"
+
"Sven Anderson <sven@anderson.de>"
+
"Tim McGilchrist <timmcgil@gmail.com>"
+
"Wojtek Czekalski <me@wczekalski.com>"
+
"dimitris.mostrous <dimitris.mostrous@gmail.com>"
+
]
+
license: "BSD-3-Clause"
+
tags: ["network" "rpc" "serialisation" "benchmark"]
+
homepage: "https://github.com/dialohq/ocaml-grpc"
+
doc: "https://dialohq.github.io/ocaml-grpc"
+
bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
+
depends: [
+
"dune" {>= "3.7"}
+
"grpc"
+
"bechamel" {>= "0.4.0"}
+
"notty"
+
"bechamel-notty" {>= "0.4.0"}
+
"bigstringaf" {>= "0.9.1"}
+
"notty" {>= "0.2.3"}
+
"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/dialohq/ocaml-grpc.git"
+
url {
+
src: "https://github.com/dialohq/ocaml-grpc/archive/refs/tags/0.2.0.tar.gz"
+
checksum: [
+
"md5=69aa501b131e2f1c19c9e742b1173c3b"
+
"sha512=03bf7448330346959fe581822fdd0580279f5042b3b51acc220950b0fa78764e64a0ead7dda0bcad22374e6e4d77870ff8e70431d233832912278a4ae5ad0390"
+
]
+
}
+47
packages/grpc-eio/grpc-eio.0.2.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "An Eio implementation of gRPC"
+
description: "Functionality for building gRPC services and rpcs with `eio`."
+
maintainer: ["Daniel Quernheim <grpc@quernd.uber.space>"]
+
authors: [
+
"Andrew Jeffery <dev@jeffas.io>"
+
"Daniel Quernheim <quernd@users.noreply.github.com>"
+
"Michael Bacarella <m@bacarella.com>"
+
"Sven Anderson <sven@anderson.de>"
+
"Tim McGilchrist <timmcgil@gmail.com>"
+
"Wojtek Czekalski <me@wczekalski.com>"
+
"dimitris.mostrous <dimitris.mostrous@gmail.com>"
+
]
+
license: "BSD-3-Clause"
+
homepage: "https://github.com/dialohq/ocaml-grpc"
+
doc: "https://dialohq.github.io/ocaml-grpc"
+
bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
+
depends: [
+
"dune" {>= "3.7"}
+
"grpc" {= version}
+
"h2-eio"
+
"stringext"
+
"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/dialohq/ocaml-grpc.git"
+
url {
+
src: "https://github.com/dialohq/ocaml-grpc/archive/refs/tags/0.2.0.tar.gz"
+
checksum: [
+
"md5=69aa501b131e2f1c19c9e742b1173c3b"
+
"sha512=03bf7448330346959fe581822fdd0580279f5042b3b51acc220950b0fa78764e64a0ead7dda0bcad22374e6e4d77870ff8e70431d233832912278a4ae5ad0390"
+
]
+
}
+59
packages/grpc-examples/grpc-examples.0.2.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Various grpc examples"
+
description: "Various grpc examples."
+
maintainer: ["Daniel Quernheim <grpc@quernd.uber.space>"]
+
authors: [
+
"Andrew Jeffery <dev@jeffas.io>"
+
"Daniel Quernheim <quernd@users.noreply.github.com>"
+
"Michael Bacarella <m@bacarella.com>"
+
"Sven Anderson <sven@anderson.de>"
+
"Tim McGilchrist <timmcgil@gmail.com>"
+
"Wojtek Czekalski <me@wczekalski.com>"
+
"dimitris.mostrous <dimitris.mostrous@gmail.com>"
+
]
+
license: "BSD-3-Clause"
+
tags: ["network" "rpc" "serialisation"]
+
homepage: "https://github.com/dialohq/ocaml-grpc"
+
doc: "https://dialohq.github.io/ocaml-grpc"
+
bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
+
depends: [
+
"dune" {>= "3.7"}
+
"grpc-lwt"
+
"grpc-async"
+
"grpc-eio"
+
"ocaml-protoc-plugin" {>= "4.5"}
+
"ppx_deriving_yojson"
+
"h2-lwt-unix"
+
"h2-async"
+
"conduit-lwt-unix"
+
"cohttp-lwt-unix"
+
"tls-async"
+
"lwt_ssl" {>= "1.2.0"}
+
"mdx" {>= "2.2.1" & with-test}
+
"eio_main" {>= "0.10"}
+
"stringext"
+
"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/dialohq/ocaml-grpc.git"
+
url {
+
src: "https://github.com/dialohq/ocaml-grpc/archive/refs/tags/0.2.0.tar.gz"
+
checksum: [
+
"md5=69aa501b131e2f1c19c9e742b1173c3b"
+
"sha512=03bf7448330346959fe581822fdd0580279f5042b3b51acc220950b0fa78764e64a0ead7dda0bcad22374e6e4d77870ff8e70431d233832912278a4ae5ad0390"
+
]
+
}
+48
packages/grpc-lwt/grpc-lwt.0.2.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "An Lwt implementation of gRPC"
+
description: "Functionality for building gRPC services and rpcs with `lwt`."
+
maintainer: ["Daniel Quernheim <grpc@quernd.uber.space>"]
+
authors: [
+
"Andrew Jeffery <dev@jeffas.io>"
+
"Daniel Quernheim <quernd@users.noreply.github.com>"
+
"Michael Bacarella <m@bacarella.com>"
+
"Sven Anderson <sven@anderson.de>"
+
"Tim McGilchrist <timmcgil@gmail.com>"
+
"Wojtek Czekalski <me@wczekalski.com>"
+
"dimitris.mostrous <dimitris.mostrous@gmail.com>"
+
]
+
license: "BSD-3-Clause"
+
tags: ["network" "rpc" "serialisation"]
+
homepage: "https://github.com/dialohq/ocaml-grpc"
+
doc: "https://dialohq.github.io/ocaml-grpc"
+
bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
+
depends: [
+
"dune" {>= "3.7"}
+
"grpc" {= version}
+
"lwt" {>= "5.3.0"}
+
"stringext"
+
"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/dialohq/ocaml-grpc.git"
+
url {
+
src: "https://github.com/dialohq/ocaml-grpc/archive/refs/tags/0.2.0.tar.gz"
+
checksum: [
+
"md5=69aa501b131e2f1c19c9e742b1173c3b"
+
"sha512=03bf7448330346959fe581822fdd0580279f5042b3b51acc220950b0fa78764e64a0ead7dda0bcad22374e6e4d77870ff8e70431d233832912278a4ae5ad0390"
+
]
+
}
+50
packages/grpc/grpc.0.2.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A modular gRPC library"
+
description:
+
"This library builds some of the signatures and implementations of gRPC functionality. This is used in the more specialised package `grpc-lwt` which has more machinery, however this library can also be used to do some bits yourself."
+
maintainer: ["Daniel Quernheim <grpc@quernd.uber.space>"]
+
authors: [
+
"Andrew Jeffery <dev@jeffas.io>"
+
"Daniel Quernheim <quernd@users.noreply.github.com>"
+
"Michael Bacarella <m@bacarella.com>"
+
"Sven Anderson <sven@anderson.de>"
+
"Tim McGilchrist <timmcgil@gmail.com>"
+
"Wojtek Czekalski <me@wczekalski.com>"
+
"dimitris.mostrous <dimitris.mostrous@gmail.com>"
+
]
+
license: "BSD-3-Clause"
+
tags: ["network" "rpc" "serialisation"]
+
homepage: "https://github.com/dialohq/ocaml-grpc"
+
doc: "https://dialohq.github.io/ocaml-grpc"
+
bug-reports: "https://github.com/dialohq/ocaml-grpc/issues"
+
depends: [
+
"dune" {>= "3.7"}
+
"ocaml" {>= "4.08"}
+
"uri" {>= "4.0.0"}
+
"h2" {>= "0.9.0"}
+
"ppx_deriving"
+
"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/dialohq/ocaml-grpc.git"
+
url {
+
src: "https://github.com/dialohq/ocaml-grpc/archive/refs/tags/0.2.0.tar.gz"
+
checksum: [
+
"md5=69aa501b131e2f1c19c9e742b1173c3b"
+
"sha512=03bf7448330346959fe581822fdd0580279f5042b3b51acc220950b0fa78764e64a0ead7dda0bcad22374e6e4d77870ff8e70431d233832912278a4ae5ad0390"
+
]
+
}