--- qcheck-0.21.1/qcheck-alcotest.opam.orig 2023-05-19 09:48:21.000000000 -0600 +++ qcheck-0.21.1/qcheck-alcotest.opam 2023-06-24 11:17:39.652323854 -0600 @@ -19,7 +19,6 @@ build: [ ] depends: [ "dune" { >= "2.8.0" } - "base-bytes" "base-unix" "qcheck-core" { = version } "alcotest" {>= "0.8.1"} --- qcheck-0.21.1/qcheck-core.opam.orig 2023-05-19 09:48:21.000000000 -0600 +++ qcheck-0.21.1/qcheck-core.opam 2023-06-24 11:17:59.259055244 -0600 @@ -18,7 +18,6 @@ build: [ ] depends: [ "dune" { >= "2.8.0" } - "base-bytes" "base-unix" "alcotest" {with-test} "odoc" {with-doc} --- qcheck-0.21.1/qcheck.opam.orig 2023-05-19 09:48:21.000000000 -0600 +++ qcheck-0.21.1/qcheck.opam 2023-06-24 11:15:43.684929214 -0600 @@ -18,7 +18,6 @@ build: [ ] depends: [ "dune" { >= "2.8.0" } - "base-bytes" "base-unix" "qcheck-core" { = version } "qcheck-ounit" { = version } --- qcheck-0.21.1/qcheck-ounit.opam.orig 2023-05-19 09:48:21.000000000 -0600 +++ qcheck-0.21.1/qcheck-ounit.opam 2023-06-24 11:18:09.138919892 -0600 @@ -18,7 +18,6 @@ build: [ ] depends: [ "dune" { >= "2.8.0" } - "base-bytes" "base-unix" "qcheck-core" { = version } "ounit2" --- qcheck-0.21.1/src/alcotest/dune.orig 2023-05-19 09:48:21.000000000 -0600 +++ qcheck-0.21.1/src/alcotest/dune 2023-06-24 11:18:36.292547922 -0600 @@ -3,6 +3,6 @@ (name qcheck_alcotest) (public_name qcheck-alcotest) (wrapped false) - (libraries unix bytes qcheck-core qcheck-core.runner alcotest) + (libraries unix qcheck-core qcheck-core.runner alcotest) (flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string) ) --- qcheck-0.21.1/src/core/dune.orig 2023-06-24 11:22:18.363353691 -0600 +++ qcheck-0.21.1/src/core/dune 2023-06-24 11:22:32.697115131 -0600 @@ -3,7 +3,7 @@ (name qcheck_core) (public_name qcheck-core) (wrapped false) - (libraries unix bytes) + (libraries unix) (c_library_flags -lm) (flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string) ) --- qcheck-0.21.1/src/ounit/dune.orig 2023-05-19 09:48:21.000000000 -0600 +++ qcheck-0.21.1/src/ounit/dune 2023-06-24 11:18:53.212316123 -0600 @@ -3,6 +3,6 @@ (name qcheck_ounit) (public_name qcheck-ounit) (wrapped false) - (libraries unix bytes qcheck-core qcheck-core.runner ounit2) + (libraries unix qcheck-core qcheck-core.runner ounit2) (flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string) )