ocaml-opentelemetry/opentelemetry-client-cohttp-eio.opam
Simon Cruanes 5065cdd985
Some checks failed
format / format (push) Has been cancelled
github pages / deploy (push) Has been cancelled
build / build (ghcr.io/ocaml-tracing/ocaml-opentelemetry/ci-4.08:latest, false, 4.08) (push) Has been cancelled
build / build (ghcr.io/ocaml-tracing/ocaml-opentelemetry/ci-4.14:latest, false, 4.14) (push) Has been cancelled
build / build (ghcr.io/ocaml-tracing/ocaml-opentelemetry/ci-5.4:latest, true, 5.4) (push) Has been cancelled
prepare for 0.91
2026-04-23 10:08:53 -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"