Commit graph

10 commits

Author SHA1 Message Date
Ushitora Anqou
54dc4d0ef7 use newer mirage-crypto-rng-eio
Some checks are pending
format / format (push) Waiting to run
build / build (4.08.x, ubuntu-latest) (push) Waiting to run
build / build (4.13.x, ubuntu-latest) (push) Waiting to run
build / build (5.0.x, ubuntu-latest) (push) Waiting to run
build / build (5.3.x, ubuntu-latest) (push) Waiting to run
Although I don't know why, mirage-crypo-rng package of >= 2.0.0 is released
but mirage-crypto-rng-eio is not (it's stuck at 1.2.0).

cf. https://opam.ocaml.org/packages/mirage-crypto-rng/mirage-crypto-rng.2.0.3/
cf. https://opam.ocaml.org/packages/mirage-crypto-rng-eio/mirage-crypto-rng-eio.1.2.0/

Currently, ocaml-opentelemetry depends on mirage-crypto-rng-eio, so
those who want to use mirage-crypto-rng >= 2.0.0 (like me) can't use
ocaml-opentelemetry.

This commit fixes this problem by replacing mirage-crypto-rng-eio with
mirage-crypto-rng in dune-project (thus in
opentelemetry-client-cohttp-eio.opam) to make ocaml-opentelemetry depend
on mirage-crypto-rng instead of mirage-crypto-rng-eio.
2026-03-09 16:43:19 -07:00
Simon Cruanes
96aef5e021
use a separate ambient-context library 2026-01-20 00:15:31 -05:00
Simon Cruanes
1ef992c264
update opam files 2026-01-20 00:15:17 -05:00
Simon Cruanes
9974d6a0b6
Merge pull request #107 from shonfeder/fix-deps
Fix dependencies
2025-09-15 09:13:16 -04:00
Shon Feder
df56be2a13
Fix deps
Some deps where not needed. Some packages did not declare all their
needed package deps.
2025-09-11 20:23:09 -04:00
Simon Cruanes
98a364b046
prepare for 0.12 2025-09-08 12:29:18 -04:00
Shon Feder
621045435c
Fix eio_main dep 2025-07-14 15:09:04 -04:00
Shon Feder
69d15df4f1
Fix deps 2025-07-14 12:34:39 -04:00
Shon Feder
ea66f65187
Add tls-eio dep 2025-07-12 00:30:31 -04:00
Shon Feder
7746c871c2
Add Eio collector 2025-07-12 00:30:31 -04:00