ocaml-opentelemetry/opentelemetry-client-cohttp-eio.opam
2026-04-21 15:31:24 -04:00

43 lines
1.1 KiB
Text

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.91"
synopsis: "Collector client for opentelemetry, using cohttp + eio"
maintainer: ["ocaml-tracing"]
authors: ["ocaml-tracing" "ELLIOTTCABLE <opam@ell.io>" "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" {>= "5.00"}
"mtime" {>= "1.4"}
"ca-certs"
"mirage-crypto-rng"
"ambient-context-eio"
"opentelemetry" {= version}
"opentelemetry-client" {= version}
"odoc" {with-doc}
"cohttp-eio" {>= "6.1.0"}
"eio_main" {with-test}
"tls-eio" {>= "2.0.1"}
"alcotest" {with-test}
"containers" {with-test}
"cohttp-lwt-unix" {with-test}
"logs" {with-test}
"opentelemetry-lwt" {with-test & = version}
]
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"