ocaml-alcotest/ocaml-alcotest-stdlib-shims...

18 lines
431 B
Diff

--- a/alcotest.opam
+++ b/alcotest.opam
@@ -22,7 +22,6 @@ depends: [
"cmdliner"
"uuidm"
"re"
- "stdlib-shims"
]
synopsis: "Alcotest is a lightweight and colourful test framework"
--- a/src/alcotest/dune
+++ b/src/alcotest/dune
@@ -1,3 +1,3 @@
(library
(public_name alcotest)
- (libraries fmt astring cmdliner fmt.cli fmt.tty uuidm re stdlib-shims))
+ (libraries fmt astring cmdliner fmt.cli fmt.tty uuidm re))