From d7119d50ffc949fef9d2f10d1791a3ced52e5690 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 16 Feb 2021 16:03:01 -0500 Subject: [PATCH] chore: indicate dep on mtime for sidekick --- sidekick.opam | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sidekick.opam b/sidekick.opam index 59f48965..de6d9d57 100644 --- a/sidekick.opam +++ b/sidekick.opam @@ -18,6 +18,9 @@ depends: [ "ocaml" { >= "4.03" } "alcotest" {with-test} ] +depopts: [ + "mtime" # for profiling stuff +] tags: [ "sat" "smt" ] homepage: "https://github.com/c-cube/sidekick" dev-repo: "git+https://github.com/c-cube/sidekick.git"