From 9fd5fd853607957e7f0214e2b310aff795cc2090 Mon Sep 17 00:00:00 2001 From: Elliott Cable Date: Thu, 3 Aug 2023 20:23:05 +0000 Subject: [PATCH] meta: Auto-format dune-project --- dune-project | 113 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 72 insertions(+), 41 deletions(-) diff --git a/dune-project b/dune-project index 14d68d3f..e8351e30 100644 --- a/dune-project +++ b/dune-project @@ -1,27 +1,36 @@ (lang dune 2.7) + (name opentelemetry) + (generate_opam_files true) + (source (github imandra-ai/ocaml-opentelemetry)) (version 0.5) (authors "the Imandra team and contributors") + (maintainers "the Imandra team and contributors") + (license MIT) + ;(documentation https://url/to/documentation) (package (name opentelemetry) (synopsis "Instrumentation for https://opentelemetry.io") (depends - (ocaml (>= "4.08")) - ptime - ambient-context - (odoc :with-doc) - (pbrt (>= 2.3))) + (ocaml + (>= "4.08")) + ptime + ambient-context + (odoc :with-doc) + (pbrt + (>= 2.3))) (depopts - (trace (>= 0.1))) + (trace + (>= 0.1))) (tags (instrumentation tracing opentelemetry datadog jaeger))) @@ -29,50 +38,72 @@ (name opentelemetry-lwt) (synopsis "Lwt-compatible instrumentation for https://opentelemetry.io") (depends - (ocaml (>= "4.08")) - ambient-context - (opentelemetry (= :version)) - (cohttp-lwt-unix :with-test) - (odoc :with-doc) - (lwt (>= "5.3")) - (lwt_ppx (>= "2.0"))) + (ocaml + (>= "4.08")) + ambient-context + (opentelemetry + (= :version)) + (cohttp-lwt-unix :with-test) + (odoc :with-doc) + (lwt + (>= "5.3")) + (lwt_ppx + (>= "2.0"))) (tags (instrumentation tracing opentelemetry datadog lwt))) (package - (name opentelemetry-client-ocurl) - (depends - (ocaml (>= "4.08")) - (mtime (>= "1.4")) ; for spans - ; atomic ; vendored - (opentelemetry (= :version)) - (pbrt (>= 2.3)) - (odoc :with-doc) - (ezcurl (>= 0.2.3)) - ocurl) - (synopsis "Collector client for opentelemetry, using http + ezcurl")) + (name opentelemetry-client-ocurl) + (depends + (ocaml + (>= "4.08")) + (mtime + (>= "1.4")) + ; for spans + ; atomic ; vendored + (opentelemetry + (= :version)) + (pbrt + (>= 2.3)) + (odoc :with-doc) + (ezcurl + (>= 0.2.3)) + ocurl) + (synopsis "Collector client for opentelemetry, using http + ezcurl")) (package (name opentelemetry-cohttp-lwt) (depends - (ocaml (>= "4.08")) - (opentelemetry (= :version)) - (opentelemetry-lwt (= :version)) + (ocaml + (>= "4.08")) + (opentelemetry + (= :version)) + (opentelemetry-lwt + (= :version)) (odoc :with-doc) - (lwt (>= "5.3")) - (cohttp-lwt (>= "4.0.0"))) + (lwt + (>= "5.3")) + (cohttp-lwt + (>= "4.0.0"))) (synopsis "Opentelemetry tracing for Cohttp HTTP servers")) (package - (name opentelemetry-client-cohttp-lwt) - (depends - (ocaml (>= "4.08")) - (mtime (>= "1.4")) ; for spans - (opentelemetry (= :version)) - (pbrt (>= 2.2)) - (odoc :with-doc) - (lwt (>= "5.3")) - (lwt_ppx (>= "2.0")) - cohttp-lwt - cohttp-lwt-unix) - (synopsis "Collector client for opentelemetry, using cohttp + lwt")) + (name opentelemetry-client-cohttp-lwt) + (depends + (ocaml + (>= "4.08")) + (mtime + (>= "1.4")) + ; for spans + (opentelemetry + (= :version)) + (pbrt + (>= 2.2)) + (odoc :with-doc) + (lwt + (>= "5.3")) + (lwt_ppx + (>= "2.0")) + cohttp-lwt + cohttp-lwt-unix) + (synopsis "Collector client for opentelemetry, using cohttp + lwt"))