mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
prepare for 0.4
This commit is contained in:
parent
ed8ef6a9fb
commit
7310b5c9d3
6 changed files with 10 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
(source
|
||||
(github aestheticintegration/ocaml-opentelemetry))
|
||||
|
||||
(version 0.3)
|
||||
(version 0.4)
|
||||
|
||||
(authors "the Imandra team and contributors")
|
||||
(maintainers "the Imandra team and contributors")
|
||||
|
|
@ -53,6 +53,7 @@
|
|||
(opentelemetry (= :version))
|
||||
(opentelemetry-lwt (= :version))
|
||||
(odoc :with-doc)
|
||||
(lwt (>= "5.3"))
|
||||
(cohttp-lwt (>= "4.0.0")))
|
||||
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
|
||||
|
||||
|
|
@ -64,6 +65,7 @@
|
|||
(opentelemetry (= :version))
|
||||
(pbrt (>= 2.2))
|
||||
(odoc :with-doc)
|
||||
(lwt (>= "5.3"))
|
||||
(lwt_ppx :with-test)
|
||||
cohttp-lwt
|
||||
cohttp-lwt-unix)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.3"
|
||||
version: "0.4"
|
||||
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
|
||||
maintainer: ["the Imandra team and contributors"]
|
||||
authors: ["the Imandra team and contributors"]
|
||||
|
|
@ -15,6 +15,7 @@ depends: [
|
|||
"opentelemetry" {= version}
|
||||
"pbrt" {>= "2.2"}
|
||||
"odoc" {with-doc}
|
||||
"lwt" {>= "5.3"}
|
||||
"lwt_ppx" {with-test}
|
||||
"cohttp-lwt"
|
||||
"cohttp-lwt-unix"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.3"
|
||||
version: "0.4"
|
||||
synopsis: "Collector client for opentelemetry, using http + ocurl"
|
||||
maintainer: ["the Imandra team and contributors"]
|
||||
authors: ["the Imandra team and contributors"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.3"
|
||||
version: "0.4"
|
||||
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
||||
maintainer: ["the Imandra team and contributors"]
|
||||
authors: ["the Imandra team and contributors"]
|
||||
|
|
@ -14,6 +14,7 @@ depends: [
|
|||
"opentelemetry" {= version}
|
||||
"opentelemetry-lwt" {= version}
|
||||
"odoc" {with-doc}
|
||||
"lwt" {>= "5.3"}
|
||||
"cohttp-lwt" {>= "4.0.0"}
|
||||
]
|
||||
build: [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.3"
|
||||
version: "0.4"
|
||||
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
||||
maintainer: ["the Imandra team and contributors"]
|
||||
authors: ["the Imandra team and contributors"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.3"
|
||||
version: "0.4"
|
||||
synopsis: "Instrumentation for https://opentelemetry.io"
|
||||
maintainer: ["the Imandra team and contributors"]
|
||||
authors: ["the Imandra team and contributors"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue