update opam files

This commit is contained in:
Simon Cruanes 2025-12-05 23:34:52 -05:00
parent eb651f1197
commit 40c6bec30c
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
7 changed files with 45 additions and 4 deletions

View file

@ -18,6 +18,7 @@ depends: [
"ca-certs"
"mirage-crypto-rng-eio"
"opentelemetry" {= version}
"opentelemetry-client" {= version}
"odoc" {with-doc}
"cohttp-eio" {>= "6.1.0"}
"eio_main" {with-test}

View file

@ -16,6 +16,7 @@ depends: [
"ocaml" {>= "4.08"}
"mtime" {>= "1.4"}
"opentelemetry" {= version}
"opentelemetry-client" {= version}
"odoc" {with-doc}
"lwt" {>= "5.3"}
"lwt_ppx" {>= "2.0"}

View file

@ -16,6 +16,7 @@ depends: [
"ocaml" {>= "4.08"}
"mtime" {>= "1.4"}
"opentelemetry" {= version}
"opentelemetry-client" {= version}
"odoc" {with-doc}
"ezcurl-lwt" {>= "0.2.3"}
"ocurl"

View file

@ -16,6 +16,7 @@ depends: [
"ocaml" {>= "4.08"}
"mtime" {>= "1.4"}
"opentelemetry" {= version}
"opentelemetry-client" {= version}
"odoc" {with-doc}
"ezcurl" {>= "0.2.3"}
"ocurl"

39
opentelemetry-client.opam Normal file
View file

@ -0,0 +1,39 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.12"
synopsis: "Client SDK for https://opentelemetry.io"
maintainer: [
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
"Matt Bray <mattjbray@gmail.com>"
"ELLIOTTCABLE <opam@ell.io>"
]
authors: ["the Imandra team and contributors"]
license: "MIT"
tags: ["tracing" "opentelemetry" "sdk"]
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
depends: [
"dune" {>= "2.9"}
"opentelemetry" {= version}
"odoc" {with-doc}
"alcotest" {with-test}
"saturn" {>= "1.0" & < "2.0"}
"thread-local-storage" {>= "0.2" & < "0.3"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"

View file

@ -1,7 +1,7 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.12"
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
synopsis: "Opentelemetry-based reporter for Logs"
maintainer: [
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
"Matt Bray <mattjbray@gmail.com>"

View file

@ -17,8 +17,6 @@ depends: [
"ocaml" {>= "4.08"}
"ptime"
"hmap"
"atomic"
"thread-local-storage" {>= "0.2" & < "0.3"}
"odoc" {with-doc}
"alcotest" {with-test}
"pbrt" {>= "4.0" & < "5.0"}
@ -26,7 +24,7 @@ depends: [
"ocamlformat" {with-dev-setup & >= "0.27" & < "0.28"}
"mtime" {>= "1.4"}
]
depopts: ["trace" "lwt" "eio"]
depopts: ["atomic" "trace" "thread-local-storage" "lwt" "eio"]
conflicts: [
"trace" {< "0.10"}
]