From 45b135303e451d4a61f8931ff755f82452bc962d Mon Sep 17 00:00:00 2001 From: Seb Hinderer Date: Thu, 7 Aug 2025 09:51:11 +0200 Subject: [PATCH] Reomove all opam depopts None of them is needed any longer --- stdcompat.opam | 1 - 1 file changed, 1 deletion(-) diff --git a/stdcompat.opam b/stdcompat.opam index 419d1af..4632307 100644 --- a/stdcompat.opam +++ b/stdcompat.opam @@ -11,7 +11,6 @@ depends: [ "ocaml" {>= "4.11" & < "5.4"} "dune" {>= "2.0"} ] -depopts: [ "result" "seq" "uchar" "ocamlfind" ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs]