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

32 lines
843 B
Text

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.91"
synopsis: "Client SDK for https://opentelemetry.io"
maintainer: ["ocaml-tracing"]
authors: ["ocaml-tracing" "ELLIOTTCABLE <opam@ell.io>" "the imandra team"]
license: "MIT"
tags: ["tracing" "opentelemetry" "sdk"]
homepage: "https://github.com/ocaml-tracing/ocaml-opentelemetry"
bug-reports: "https://github.com/ocaml-tracing/ocaml-opentelemetry/issues"
depends: [
"dune" {>= "3.11"}
"opentelemetry" {= version}
"odoc" {with-doc}
"alcotest" {with-test}
"thread-local-storage" {>= "0.2" & < "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/ocaml-tracing/ocaml-opentelemetry.git"