this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "An Async implementation of gRPC" 4description: 5 "Functionality for building gRPC services and rpcs with `async`." 6maintainer: ["Daniel Quernheim <grpc@quernd.uber.space>"] 7authors: [ 8 "Andrew Jeffery <dev@jeffas.io>" 9 "Daniel Quernheim <quernd@users.noreply.github.com>" 10 "Michael Bacarella <m@bacarella.com>" 11 "Sven Anderson <sven@anderson.de>" 12 "Tim McGilchrist <timmcgil@gmail.com>" 13 "Wojtek Czekalski <me@wczekalski.com>" 14 "dimitris.mostrous <dimitris.mostrous@gmail.com>" 15] 16license: "BSD-3-Clause" 17tags: ["network" "rpc" "serialisation"] 18homepage: "https://github.com/dialohq/ocaml-grpc" 19doc: "https://dialohq.github.io/ocaml-grpc" 20bug-reports: "https://github.com/dialohq/ocaml-grpc/issues" 21depends: [ 22 "dune" {>= "3.7"} 23 "ocaml" {>= "4.11"} 24 "grpc" {= version} 25 "async" {>= "v0.16"} 26 "h2-async" {< "0.13.0"} 27 "stringext" 28 "odoc" {with-doc} 29] 30build: [ 31 ["dune" "subst"] {dev} 32 [ 33 "dune" 34 "build" 35 "-p" 36 name 37 "-j" 38 jobs 39 "@install" 40 "@runtest" {with-test} 41 "@doc" {with-doc} 42 ] 43] 44dev-repo: "git+https://github.com/dialohq/ocaml-grpc.git" 45url { 46 src: "https://github.com/dialohq/ocaml-grpc/archive/refs/tags/0.2.0.tar.gz" 47 checksum: [ 48 "md5=69aa501b131e2f1c19c9e742b1173c3b" 49 "sha512=03bf7448330346959fe581822fdd0580279f5042b3b51acc220950b0fa78764e64a0ead7dda0bcad22374e6e4d77870ff8e70431d233832912278a4ae5ad0390" 50 ] 51}