From d316e2a4f18d0c0b96777d638b2386e3013a9ed8 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 1 Apr 2026 15:58:07 -0400 Subject: [PATCH] update opam files --- dune-project | 9 ++++----- opentelemetry-client-cohttp-eio.opam | 8 ++------ opentelemetry-client-cohttp-lwt.opam | 8 ++------ opentelemetry-client-ocurl-lwt.opam | 8 ++------ opentelemetry-client-ocurl.opam | 8 ++------ opentelemetry-client.opam | 8 ++------ opentelemetry-cohttp-lwt.opam | 8 ++------ opentelemetry-logs.opam | 8 ++------ opentelemetry-lwt.opam | 8 ++------ opentelemetry.opam | 8 ++------ 10 files changed, 22 insertions(+), 59 deletions(-) diff --git a/dune-project b/dune-project index 45461685..6a52ddcd 100644 --- a/dune-project +++ b/dune-project @@ -11,12 +11,11 @@ (implicit_transitive_deps false) -(authors "the Imandra team and contributors") +(authors "ocaml-tracing" + "ELLIOTTCABLE " + "the imandra team") -(maintainers - "Simon Cruanes " - "Matt Bray " - "ELLIOTTCABLE ") +(maintainers "ocaml-tracing") (license MIT) diff --git a/opentelemetry-client-cohttp-eio.opam b/opentelemetry-client-cohttp-eio.opam index 1bfdd88f..3621df6f 100644 --- a/opentelemetry-client-cohttp-eio.opam +++ b/opentelemetry-client-cohttp-eio.opam @@ -2,12 +2,8 @@ opam-version: "2.0" version: "0.12" synopsis: "Collector client for opentelemetry, using cohttp + eio" -maintainer: [ - "Simon Cruanes " - "Matt Bray " - "ELLIOTTCABLE " -] -authors: ["the Imandra team and contributors"] +maintainer: ["ocaml-tracing"] +authors: ["ocaml-tracing" "ELLIOTTCABLE " "the imandra team"] license: "MIT" homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" diff --git a/opentelemetry-client-cohttp-lwt.opam b/opentelemetry-client-cohttp-lwt.opam index b70e3f85..cc006c7e 100644 --- a/opentelemetry-client-cohttp-lwt.opam +++ b/opentelemetry-client-cohttp-lwt.opam @@ -2,12 +2,8 @@ opam-version: "2.0" version: "0.12" synopsis: "Collector client for opentelemetry, using cohttp + lwt" -maintainer: [ - "Simon Cruanes " - "Matt Bray " - "ELLIOTTCABLE " -] -authors: ["the Imandra team and contributors"] +maintainer: ["ocaml-tracing"] +authors: ["ocaml-tracing" "ELLIOTTCABLE " "the imandra team"] license: "MIT" homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" diff --git a/opentelemetry-client-ocurl-lwt.opam b/opentelemetry-client-ocurl-lwt.opam index 4f35c686..ffabdaae 100644 --- a/opentelemetry-client-ocurl-lwt.opam +++ b/opentelemetry-client-ocurl-lwt.opam @@ -2,12 +2,8 @@ opam-version: "2.0" version: "0.12" synopsis: "Collector client for opentelemetry, using ezcurl-lwt" -maintainer: [ - "Simon Cruanes " - "Matt Bray " - "ELLIOTTCABLE " -] -authors: ["the Imandra team and contributors"] +maintainer: ["ocaml-tracing"] +authors: ["ocaml-tracing" "ELLIOTTCABLE " "the imandra team"] license: "MIT" homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" diff --git a/opentelemetry-client-ocurl.opam b/opentelemetry-client-ocurl.opam index 791b503f..b27f19ed 100644 --- a/opentelemetry-client-ocurl.opam +++ b/opentelemetry-client-ocurl.opam @@ -2,12 +2,8 @@ opam-version: "2.0" version: "0.12" synopsis: "Collector client for opentelemetry, using http + ezcurl" -maintainer: [ - "Simon Cruanes " - "Matt Bray " - "ELLIOTTCABLE " -] -authors: ["the Imandra team and contributors"] +maintainer: ["ocaml-tracing"] +authors: ["ocaml-tracing" "ELLIOTTCABLE " "the imandra team"] license: "MIT" homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" diff --git a/opentelemetry-client.opam b/opentelemetry-client.opam index b6a69a3d..86ea05b1 100644 --- a/opentelemetry-client.opam +++ b/opentelemetry-client.opam @@ -2,12 +2,8 @@ opam-version: "2.0" version: "0.12" synopsis: "Client SDK for https://opentelemetry.io" -maintainer: [ - "Simon Cruanes " - "Matt Bray " - "ELLIOTTCABLE " -] -authors: ["the Imandra team and contributors"] +maintainer: ["ocaml-tracing"] +authors: ["ocaml-tracing" "ELLIOTTCABLE " "the imandra team"] license: "MIT" tags: ["tracing" "opentelemetry" "sdk"] homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" diff --git a/opentelemetry-cohttp-lwt.opam b/opentelemetry-cohttp-lwt.opam index 39b374ed..da837ae5 100644 --- a/opentelemetry-cohttp-lwt.opam +++ b/opentelemetry-cohttp-lwt.opam @@ -2,12 +2,8 @@ opam-version: "2.0" version: "0.12" synopsis: "Opentelemetry tracing for Cohttp HTTP servers" -maintainer: [ - "Simon Cruanes " - "Matt Bray " - "ELLIOTTCABLE " -] -authors: ["the Imandra team and contributors"] +maintainer: ["ocaml-tracing"] +authors: ["ocaml-tracing" "ELLIOTTCABLE " "the imandra team"] license: "MIT" homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" diff --git a/opentelemetry-logs.opam b/opentelemetry-logs.opam index ea341e23..fa8f4743 100644 --- a/opentelemetry-logs.opam +++ b/opentelemetry-logs.opam @@ -2,12 +2,8 @@ opam-version: "2.0" version: "0.12" synopsis: "Opentelemetry-based reporter for Logs" -maintainer: [ - "Simon Cruanes " - "Matt Bray " - "ELLIOTTCABLE " -] -authors: ["the Imandra team and contributors"] +maintainer: ["ocaml-tracing"] +authors: ["ocaml-tracing" "ELLIOTTCABLE " "the imandra team"] license: "MIT" homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues" diff --git a/opentelemetry-lwt.opam b/opentelemetry-lwt.opam index 275cc90c..513ec58f 100644 --- a/opentelemetry-lwt.opam +++ b/opentelemetry-lwt.opam @@ -2,12 +2,8 @@ opam-version: "2.0" version: "0.12" synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io" -maintainer: [ - "Simon Cruanes " - "Matt Bray " - "ELLIOTTCABLE " -] -authors: ["the Imandra team and contributors"] +maintainer: ["ocaml-tracing"] +authors: ["ocaml-tracing" "ELLIOTTCABLE " "the imandra team"] license: "MIT" tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"] homepage: "https://github.com/imandra-ai/ocaml-opentelemetry" diff --git a/opentelemetry.opam b/opentelemetry.opam index c2d9f32b..cd073cc9 100644 --- a/opentelemetry.opam +++ b/opentelemetry.opam @@ -3,12 +3,8 @@ opam-version: "2.0" version: "0.12" synopsis: "Core library for instrumentation and serialization for https://opentelemetry.io" -maintainer: [ - "Simon Cruanes " - "Matt Bray " - "ELLIOTTCABLE " -] -authors: ["the Imandra team and contributors"] +maintainer: ["ocaml-tracing"] +authors: ["ocaml-tracing" "ELLIOTTCABLE " "the imandra team"] license: "MIT" tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"] homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"