this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Benchmarking package for gRPC" 4description: "grpc benchmarking." 5maintainer: ["Daniel Quernheim <grpc@quernd.uber.space>"] 6authors: [ 7 "Andrew Jeffery <dev@jeffas.io>" 8 "Daniel Quernheim <quernd@users.noreply.github.com>" 9 "Michael Bacarella <m@bacarella.com>" 10 "Sven Anderson <sven@anderson.de>" 11 "Tim McGilchrist <timmcgil@gmail.com>" 12 "Wojtek Czekalski <me@wczekalski.com>" 13 "dimitris.mostrous <dimitris.mostrous@gmail.com>" 14] 15license: "BSD-3-Clause" 16tags: ["network" "rpc" "serialisation" "benchmark"] 17homepage: "https://github.com/dialohq/ocaml-grpc" 18doc: "https://dialohq.github.io/ocaml-grpc" 19bug-reports: "https://github.com/dialohq/ocaml-grpc/issues" 20depends: [ 21 "dune" {>= "3.7"} 22 "grpc" 23 "bechamel" {>= "0.4.0"} 24 "notty" 25 "bechamel-notty" {>= "0.4.0"} 26 "bigstringaf" {>= "0.9.1"} 27 "notty" {>= "0.2.3"} 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}