diff --git a/app/dune b/app/dune index a9e2399..db9e16b 100644 --- a/app/dune +++ b/app/dune @@ -1,4 +1,3 @@ (executable (name mgit) - (public_name mgit) (libraries mirage-clock-unix logs.fmt fmt.tty git-unix git-kv)) diff --git a/git-kv.opam b/git-kv.opam index 095378b..730551a 100644 --- a/git-kv.opam +++ b/git-kv.opam @@ -12,14 +12,14 @@ depends: [ "dune" {>= "2.0.0"} "git" {>= "3.9.0"} "mirage-kv" {>= "4.0.0"} - "git-unix" {>= "3.10.0"} "carton" {>= "0.6.0"} "fmt" {>= "0.8.7"} - "mirage-clock-unix" "mirage-clock" "ptime" "hxd" {with-test} "conf-git" {with-test} + "mirage-clock-unix" {with-test} + "git-unix" {>= "3.10.0" & with-test} ] build: [