Skip to content

Commit

Permalink
Update opam for OCaml 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed May 13, 2024
1 parent a8263db commit 66c6144
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion irmin-chunk.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build: [
]

depends: [
"ocaml" {>= "4.02.3"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"irmin" {= version}
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion irmin-cli.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: [
available: arch != "arm32" & arch != "x86_32"

depends: [
"ocaml" {>= "4.01.0"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"irmin" {= version}
"irmin-git" {= version}
Expand Down
2 changes: 1 addition & 1 deletion irmin-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ doc: "https://irmin.org"
dev-repo: "git+ssh://github.com/mirage/irmin"
bug-reports: "https://github.com/mirage/irmin/issues"
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"irmin-server" {= version}
"irmin-cli" {= version}
Expand Down
2 changes: 1 addition & 1 deletion irmin-containers.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"irmin" {= version}
"irmin-fs" {= version}
Expand Down
2 changes: 1 addition & 1 deletion irmin-fs.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"irmin" {= version}
"astring"
Expand Down
2 changes: 1 addition & 1 deletion irmin-git.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [
]

depends: [
"ocaml" {>= "4.02.3"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"irmin" {= version}
"ppx_irmin" {= version}
Expand Down
2 changes: 1 addition & 1 deletion irmin-graphql.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"ocaml" {>= "4.03.0"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"irmin" {= version}
"graphql" {>= "0.14.0"}
Expand Down
2 changes: 1 addition & 1 deletion irmin-http.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"ocaml" {>= "4.02.3"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"crunch" {>= "2.2.0"}
"webmachine" {>= "0.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion irmin-pack-tools.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build: [
available: arch != "arm32" & arch != "x86_32"

depends: [
"ocaml" {>= "4.01.0"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"irmin-tezos" {= version}
"irmin-pack" {= version}
Expand Down
2 changes: 1 addition & 1 deletion irmin-pack.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build: [
]

depends: [
"ocaml" {>= "4.12.0"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"irmin" {= version}
"ppx_irmin" {= version}
Expand Down
2 changes: 1 addition & 1 deletion irmin-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ doc: "https://irmin.org"
dev-repo: "git+ssh://github.com/mirage/irmin"
bug-reports: "https://github.com/mirage/irmin/issues"
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"optint" {>= "0.1.0"}
"irmin" {= version}
Expand Down
2 changes: 1 addition & 1 deletion irmin-test.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [
depends: [
"irmin" {= version}
"ppx_irmin" {= version}
"ocaml" {>= "4.02.3"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"mtime" {>= "2.0.0"}
"astring"
Expand Down
2 changes: 1 addition & 1 deletion irmin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "5.1.0"}
"dune" {>= "3.5.0"}
"repr" {>= "0.6.0"}
"fmt" {>= "0.8.5"}
Expand Down

0 comments on commit 66c6144

Please sign in to comment.