opam-version: "2.0" synopsis: "Collector client for opentelemetry, using cohttp + lwt" maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"] license: "MIT" homepage: "https://github.com/aestheticintegration/ocaml-opentelemetry" bug-reports: "https://github.com/aestheticintegration/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "mtime" {>= "1.4"} "opentelemetry" {= version} "pbrt" {>= "2.2"} "odoc" {with-doc} "lwt" {>= "5.3"} "lwt_ppx" {with-test} "cohttp-lwt" "cohttp-lwt-unix" ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/aestheticintegration/ocaml-opentelemetry.git" url { src: "https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.4.tar.gz" checksum: [ "md5=9ad1b47bf8134a97ae45420462a76e5f" "sha512=1407cbee7a70dccc9bd4ab2e6414706db5ef017b862eb8aabd1bad261179dd8472f98d4177d2dd1ceb975e662c3577715401887d1ca8a79fa3afe8777c08f10a" ] }