From c1856d8bcc69a7b2d0e567dd3e7b4f0318db3f03 Mon Sep 17 00:00:00 2001 From: Patrick Ferris Date: Tue, 14 Jul 2026 10:10:38 +0100 Subject: [PATCH] Depopts --- dune-project | 3 +++ glob.opam | 1 + 2 files changed, 4 insertions(+) diff --git a/dune-project b/dune-project index 05bd945..0039819 100644 --- a/dune-project +++ b/dune-project @@ -21,6 +21,9 @@ (name glob) (synopsis "A pure OCaml implementation of glob(3)") (description "Glob provides a simple implementation of glob(3).") + (depopts + eio + ) (depends fmt (alcotest :with-test) diff --git a/glob.opam b/glob.opam index ffcb4cf..463e16e 100644 --- a/glob.opam +++ b/glob.opam @@ -15,6 +15,7 @@ depends: [ "eio_main" {with-test} "odoc" {with-doc} ] +depopts: ["eio"] build: [ ["dune" "subst"] {dev} [ -- 2.51.2