this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "A modular gRPC library" 4description: 5 "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." 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.08"} 24 "uri" {>= "4.0.0"} 25 "h2" {>= "0.9.0" & < "0.13.0"} 26 "ppx_deriving" 27 "odoc" {with-doc} 28] 29build: [ 30 ["dune" "subst"] {dev} 31 [ 32 "dune" 33 "build" 34 "-p" 35 name 36 "-j" 37 jobs 38 "@install" 39 "@runtest" {with-test} 40 "@doc" {with-doc} 41 ] 42] 43dev-repo: "git+https://github.com/dialohq/ocaml-grpc.git" 44url { 45 src: "https://github.com/dialohq/ocaml-grpc/archive/refs/tags/0.2.0.tar.gz" 46 checksum: [ 47 "md5=69aa501b131e2f1c19c9e742b1173c3b" 48 "sha512=03bf7448330346959fe581822fdd0580279f5042b3b51acc220950b0fa78764e64a0ead7dda0bcad22374e6e4d77870ff8e70431d233832912278a4ae5ad0390" 49 ] 50}