# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.90" synopsis: "Collector client for opentelemetry, using ezcurl-lwt" maintainer: ["ocaml-tracing"] authors: ["ocaml-tracing" "ELLIOTTCABLE " "the imandra team"] license: "MIT" homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry" bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues" depends: [ "dune" {>= "3.11"} "ocaml" {>= "4.11"} "mtime" {>= "1.4"} "opentelemetry" {= version} "opentelemetry-client" {= version} "odoc" {with-doc} "ezcurl-lwt" {>= "0.2.3"} "ocurl" "lwt" {>= "5.7.3"} "lwt_ppx" {>= "2.0"} "ambient-context-lwt" "alcotest" {with-test} "cohttp-lwt-unix" {with-test} "containers" {with-test} "logs" {with-test} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocaml-tracing/ocaml-opentelemetry.git"