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
|
(source
|
||||||
(github aestheticintegration/ocaml-opentelemetry))
|
(github aestheticintegration/ocaml-opentelemetry))
|
||||||
|
|
||||||
(version 0.3)
|
(version 0.4)
|
||||||
|
|
||||||
(authors "the Imandra team and contributors")
|
(authors "the Imandra team and contributors")
|
||||||
(maintainers "the Imandra team and contributors")
|
(maintainers "the Imandra team and contributors")
|
||||||
|
|
@ -53,6 +53,7 @@
|
||||||
(opentelemetry (= :version))
|
(opentelemetry (= :version))
|
||||||
(opentelemetry-lwt (= :version))
|
(opentelemetry-lwt (= :version))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
|
(lwt (>= "5.3"))
|
||||||
(cohttp-lwt (>= "4.0.0")))
|
(cohttp-lwt (>= "4.0.0")))
|
||||||
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
|
(synopsis "Opentelemetry tracing for Cohttp HTTP servers"))
|
||||||
|
|
||||||
|
|
@ -64,6 +65,7 @@
|
||||||
(opentelemetry (= :version))
|
(opentelemetry (= :version))
|
||||||
(pbrt (>= 2.2))
|
(pbrt (>= 2.2))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
|
(lwt (>= "5.3"))
|
||||||
(lwt_ppx :with-test)
|
(lwt_ppx :with-test)
|
||||||
cohttp-lwt
|
cohttp-lwt
|
||||||
cohttp-lwt-unix)
|
cohttp-lwt-unix)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.3"
|
version: "0.4"
|
||||||
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
|
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
|
|
@ -15,6 +15,7 @@ depends: [
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
"pbrt" {>= "2.2"}
|
"pbrt" {>= "2.2"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
|
"lwt" {>= "5.3"}
|
||||||
"lwt_ppx" {with-test}
|
"lwt_ppx" {with-test}
|
||||||
"cohttp-lwt"
|
"cohttp-lwt"
|
||||||
"cohttp-lwt-unix"
|
"cohttp-lwt-unix"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.3"
|
version: "0.4"
|
||||||
synopsis: "Collector client for opentelemetry, using http + ocurl"
|
synopsis: "Collector client for opentelemetry, using http + ocurl"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["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
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.3"
|
version: "0.4"
|
||||||
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
|
|
@ -14,6 +14,7 @@ depends: [
|
||||||
"opentelemetry" {= version}
|
"opentelemetry" {= version}
|
||||||
"opentelemetry-lwt" {= version}
|
"opentelemetry-lwt" {= version}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
|
"lwt" {>= "5.3"}
|
||||||
"cohttp-lwt" {>= "4.0.0"}
|
"cohttp-lwt" {>= "4.0.0"}
|
||||||
]
|
]
|
||||||
build: [
|
build: [
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is generated by dune, edit dune-project instead
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.3"
|
version: "0.4"
|
||||||
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["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
|
# This file is generated by dune, edit dune-project instead
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.3"
|
version: "0.4"
|
||||||
synopsis: "Instrumentation for https://opentelemetry.io"
|
synopsis: "Instrumentation for https://opentelemetry.io"
|
||||||
maintainer: ["the Imandra team and contributors"]
|
maintainer: ["the Imandra team and contributors"]
|
||||||
authors: ["the Imandra team and contributors"]
|
authors: ["the Imandra team and contributors"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue