mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-13 05:56:20 -04:00
meta: Auto-format dune-project
This commit is contained in:
parent
9e65566d88
commit
9fd5fd8536
1 changed files with 72 additions and 41 deletions
113
dune-project
113
dune-project
|
|
@ -1,27 +1,36 @@
|
||||||
(lang dune 2.7)
|
(lang dune 2.7)
|
||||||
|
|
||||||
(name opentelemetry)
|
(name opentelemetry)
|
||||||
|
|
||||||
(generate_opam_files true)
|
(generate_opam_files true)
|
||||||
|
|
||||||
(source
|
(source
|
||||||
(github imandra-ai/ocaml-opentelemetry))
|
(github imandra-ai/ocaml-opentelemetry))
|
||||||
|
|
||||||
(version 0.5)
|
(version 0.5)
|
||||||
|
|
||||||
(authors "the Imandra team and contributors")
|
(authors "the Imandra team and contributors")
|
||||||
|
|
||||||
(maintainers "the Imandra team and contributors")
|
(maintainers "the Imandra team and contributors")
|
||||||
|
|
||||||
(license MIT)
|
(license MIT)
|
||||||
|
|
||||||
;(documentation https://url/to/documentation)
|
;(documentation https://url/to/documentation)
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(name opentelemetry)
|
(name opentelemetry)
|
||||||
(synopsis "Instrumentation for https://opentelemetry.io")
|
(synopsis "Instrumentation for https://opentelemetry.io")
|
||||||
(depends
|
(depends
|
||||||
(ocaml (>= "4.08"))
|
(ocaml
|
||||||
ptime
|
(>= "4.08"))
|
||||||
ambient-context
|
ptime
|
||||||
(odoc :with-doc)
|
ambient-context
|
||||||
(pbrt (>= 2.3)))
|
(odoc :with-doc)
|
||||||
|
(pbrt
|
||||||
|
(>= 2.3)))
|
||||||
(depopts
|
(depopts
|
||||||
(trace (>= 0.1)))
|
(trace
|
||||||
|
(>= 0.1)))
|
||||||
(tags
|
(tags
|
||||||
(instrumentation tracing opentelemetry datadog jaeger)))
|
(instrumentation tracing opentelemetry datadog jaeger)))
|
||||||
|
|
||||||
|
|
@ -29,50 +38,72 @@
|
||||||
(name opentelemetry-lwt)
|
(name opentelemetry-lwt)
|
||||||
(synopsis "Lwt-compatible instrumentation for https://opentelemetry.io")
|
(synopsis "Lwt-compatible instrumentation for https://opentelemetry.io")
|
||||||
(depends
|
(depends
|
||||||
(ocaml (>= "4.08"))
|
(ocaml
|
||||||
ambient-context
|
(>= "4.08"))
|
||||||
(opentelemetry (= :version))
|
ambient-context
|
||||||
(cohttp-lwt-unix :with-test)
|
(opentelemetry
|
||||||
(odoc :with-doc)
|
(= :version))
|
||||||
(lwt (>= "5.3"))
|
(cohttp-lwt-unix :with-test)
|
||||||
(lwt_ppx (>= "2.0")))
|
(odoc :with-doc)
|
||||||
|
(lwt
|
||||||
|
(>= "5.3"))
|
||||||
|
(lwt_ppx
|
||||||
|
(>= "2.0")))
|
||||||
(tags
|
(tags
|
||||||
(instrumentation tracing opentelemetry datadog lwt)))
|
(instrumentation tracing opentelemetry datadog lwt)))
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(name opentelemetry-client-ocurl)
|
(name opentelemetry-client-ocurl)
|
||||||
(depends
|
(depends
|
||||||
(ocaml (>= "4.08"))
|
(ocaml
|
||||||
(mtime (>= "1.4")) ; for spans
|
(>= "4.08"))
|
||||||
; atomic ; vendored
|
(mtime
|
||||||
(opentelemetry (= :version))
|
(>= "1.4"))
|
||||||
(pbrt (>= 2.3))
|
; for spans
|
||||||
(odoc :with-doc)
|
; atomic ; vendored
|
||||||
(ezcurl (>= 0.2.3))
|
(opentelemetry
|
||||||
ocurl)
|
(= :version))
|
||||||
(synopsis "Collector client for opentelemetry, using http + ezcurl"))
|
(pbrt
|
||||||
|
(>= 2.3))
|
||||||
|
(odoc :with-doc)
|
||||||
|
(ezcurl
|
||||||
|
(>= 0.2.3))
|
||||||
|
ocurl)
|
||||||
|
(synopsis "Collector client for opentelemetry, using http + ezcurl"))
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(name opentelemetry-cohttp-lwt)
|
(name opentelemetry-cohttp-lwt)
|
||||||
(depends
|
(depends
|
||||||
(ocaml (>= "4.08"))
|
(ocaml
|
||||||
(opentelemetry (= :version))
|
(>= "4.08"))
|
||||||
(opentelemetry-lwt (= :version))
|
(opentelemetry
|
||||||
|
(= :version))
|
||||||
|
(opentelemetry-lwt
|
||||||
|
(= :version))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
(lwt (>= "5.3"))
|
(lwt
|
||||||
(cohttp-lwt (>= "4.0.0")))
|
(>= "5.3"))
|
||||||
|
(cohttp-lwt
|
||||||
|
(>= "4.0.0")))
|
||||||
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
|
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(name opentelemetry-client-cohttp-lwt)
|
(name opentelemetry-client-cohttp-lwt)
|
||||||
(depends
|
(depends
|
||||||
(ocaml (>= "4.08"))
|
(ocaml
|
||||||
(mtime (>= "1.4")) ; for spans
|
(>= "4.08"))
|
||||||
(opentelemetry (= :version))
|
(mtime
|
||||||
(pbrt (>= 2.2))
|
(>= "1.4"))
|
||||||
(odoc :with-doc)
|
; for spans
|
||||||
(lwt (>= "5.3"))
|
(opentelemetry
|
||||||
(lwt_ppx (>= "2.0"))
|
(= :version))
|
||||||
cohttp-lwt
|
(pbrt
|
||||||
cohttp-lwt-unix)
|
(>= 2.2))
|
||||||
(synopsis "Collector client for opentelemetry, using cohttp + lwt"))
|
(odoc :with-doc)
|
||||||
|
(lwt
|
||||||
|
(>= "5.3"))
|
||||||
|
(lwt_ppx
|
||||||
|
(>= "2.0"))
|
||||||
|
cohttp-lwt
|
||||||
|
cohttp-lwt-unix)
|
||||||
|
(synopsis "Collector client for opentelemetry, using cohttp + lwt"))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue