Skip to content

Commit

Permalink
Refine the dependencies of irmin-unix.1.3.3
Browse files Browse the repository at this point in the history
href: ocaml/opam#4203 (comment)

With this patch, time bash -c 'yes n | opam install irmin-unix.1.3.3'
in an ocaml-base-compiler.4.05.0 switch only takes 17.9s (i/o ~10mn).
  • Loading branch information
erikmd committed May 23, 2020
1 parent 1b18ae8 commit 56dc596
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/irmin-unix/irmin-unix.1.3.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ build: [
]
depends: [
"ocaml" {>= "4.01.0"}
"jbuilder" {>= "1.0+beta10"}
"irmin" {>= "1.3.0" & < "2.0.0"}
"irmin-mem" {>= "1.3.0" & < "2.0.0"}
"irmin-git" {>= "1.3.0" & < "2.0.0"}
"irmin-http" {>= "1.3.0" & < "2.0.0"}
"irmin-fs" {>= "1.3.0" & < "2.0.0"}
"git-unix" {>= "1.11.4" & < "2.0.0"}
"irmin-watcher" {>= "0.2.0"}
"jbuilder" {= "transition"}
"irmin" {= "1.4.0"}
"irmin-mem" {= "1.3.0"}
"irmin-git" {= "1.3.0"}
"irmin-http" {= "1.3.3"}
"irmin-fs" {= "1.3.0"}
"git-unix" {= "1.11.5"}
"irmin-watcher" {= "0.3.0"}
"alcotest" {with-test}
"mtime" {with-test & >= "1.0.0"}
]
Expand Down

0 comments on commit 56dc596

Please sign in to comment.