opam-version: "2.0" synopsis: "Instrumentation for https://opentelemetry.io" maintainer: ["the Imandra team and contributors"] authors: ["the Imandra team and contributors"] license: "MIT" tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"] homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.08"} "ptime" "odoc" {with-doc} "pbrt" {>= "2.3" & < "3.0.0"} ] depopts: [ "trace" ] conflicts: [ "trace" {< "0.1" | >= "0.3"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git" url { src: "https://github.com/imandra-ai/ocaml-opentelemetry/archive/v0.5.tar.gz" checksum: [ "md5=22afc1c6bc7e2397d5796776d5fb542b" "sha512=26ffd7233439a9a419ed0415b5884b61ee3b8f6bf44505b446065fe99d75f6b062db5236eac6c6641c9d2f294d0a1d3d44f1d44378cc9bcad872bca84767636c" ] }