Skip to content

Commit

Permalink
Merge pull request ocaml#24660 from quernd/opam-publish-grpc-async.0.2.0
Browse files Browse the repository at this point in the history
6 packages from dialohq/ocaml-grpc at 0.2.0
  • Loading branch information
mseri authored Oct 25, 2023
2 parents 2eb1d1e + 3d0d9ed commit b63b440
Show file tree
Hide file tree
Showing 6 changed files with 306 additions and 0 deletions.
51 changes: 51 additions & 0 deletions packages/grpc-async/grpc-async.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# 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 changes: 51 additions & 0 deletions packages/grpc-bench/grpc-bench.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# 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 changes: 47 additions & 0 deletions packages/grpc-eio/grpc-eio.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# 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 changes: 59 additions & 0 deletions packages/grpc-examples/grpc-examples.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# 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 changes: 48 additions & 0 deletions packages/grpc-lwt/grpc-lwt.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# 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 changes: 50 additions & 0 deletions packages/grpc/grpc.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# 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"
]
}

0 comments on commit b63b440

Please sign in to comment.