diff '--color=auto' -Naur ocaml-re-1.13.3/dune-project ocaml-re-1.13.3.new/dune-project --- ocaml-re-1.13.3/dune-project 2024-10-02 00:44:26.000000000 +0200 +++ ocaml-re-1.13.3.new/dune-project 2025-03-12 15:44:51.936706915 +0100 @@ -22,7 +22,6 @@ (synopsis "RE is a regular expression library for OCaml") (depends (ocaml (>= 4.12.0)) - seq (ppx_expect :with-test) (ounit2 :with-test)) (description " diff '--color=auto' -Naur ocaml-re-1.13.3/lib/dune ocaml-re-1.13.3.new/lib/dune --- ocaml-re-1.13.3/lib/dune 2024-10-02 00:44:26.000000000 +0200 +++ ocaml-re-1.13.3.new/lib/dune 2025-03-12 15:46:07.162356839 +0100 @@ -1,5 +1,4 @@ (library (name re) (synopsis "Pure OCaml regular expression library") - (libraries seq) (public_name re))