this repo has no description

3 packages from dialohq/ocaml-grpc at 0.1.0

Changed files
+129
packages
grpc
grpc.0.1.0
grpc-async
grpc-async.0.1.0
grpc-lwt
grpc-lwt.0.1.0
+44
packages/grpc-async/grpc-async.0.1.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>, 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" {>= "2.7"}
+
"grpc"
+
"async"
+
"h2" {>= "0.9.0"}
+
"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/0.1.0.tar.gz"
+
checksum: [
+
"md5=62c8b2b2dea48f779dcc216ff9213723"
+
"sha512=ef4b89f080590fb68dce9b1fe3072fc4201a8d043c2a5d5c5024b3c4f9887c974fc9356479a63b305d1c50ac77a996e99a10705daafede7046a713dc3261e94d"
+
]
+
}
+42
packages/grpc-lwt/grpc-lwt.0.1.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>, 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" {>= "2.7"}
+
"grpc"
+
"lwt" {>= "5.0.0"}
+
"h2" {>= "0.9.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/0.1.0.tar.gz"
+
checksum: [
+
"md5=62c8b2b2dea48f779dcc216ff9213723"
+
"sha512=ef4b89f080590fb68dce9b1fe3072fc4201a8d043c2a5d5c5024b3c4f9887c974fc9356479a63b305d1c50ac77a996e99a10705daafede7046a713dc3261e94d"
+
]
+
}
+43
packages/grpc/grpc.0.1.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>, 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" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"uri" {>= "4.0.0"}
+
"h2" {>= "0.7.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/0.1.0.tar.gz"
+
checksum: [
+
"md5=62c8b2b2dea48f779dcc216ff9213723"
+
"sha512=ef4b89f080590fb68dce9b1fe3072fc4201a8d043c2a5d5c5024b3c4f9887c974fc9356479a63b305d1c50ac77a996e99a10705daafede7046a713dc3261e94d"
+
]
+
}