chore: indicate dep on mtime for sidekick

This commit is contained in:
Simon Cruanes 2021-02-16 16:03:01 -05:00
parent 341d82fa7f
commit d7119d50ff

View file

@ -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"