Skip to content

Commit

Permalink
Fix revdeps about the new tar.3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Aug 5, 2024
1 parent fe8dffa commit ef60943
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/obuilder/obuilder.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"fmt" {>= "0.8.9"}
"logs"
"cmdliner"
"tar-unix"
"tar-unix" {< "3.0.0"}
"yojson"
"sexplib"
"ppx_deriving"
Expand Down
2 changes: 1 addition & 1 deletion packages/obuilder/obuilder.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"fmt" {>= "0.8.9"}
"logs"
"cmdliner" {>= "1.1.0"}
"tar-unix" {>= "2.0.0"}
"tar-unix" {>= "2.0.0" & < "3.0.0"}
"yojson" {>= "1.6.0"}
"sexplib"
"ppx_deriving"
Expand Down
2 changes: 1 addition & 1 deletion packages/obuilder/obuilder.0.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"fmt" {>= "0.8.9"}
"logs"
"cmdliner" {>= "1.1.0"}
"tar-unix" {>= "2.0.0"}
"tar-unix" {>= "2.0.0" & < "3.0.0"}
"yojson" {>= "1.6.0"}
"sexplib"
"ppx_deriving"
Expand Down
2 changes: 1 addition & 1 deletion packages/obuilder/obuilder.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"fmt" {>= "0.8.9"}
"logs"
"cmdliner" {>= "1.1.0"}
"tar-unix" {>= "2.0.0"}
"tar-unix" {>= "2.0.0" & < "3.0.0"}
"yojson" {>= "1.6.0"}
"sexplib"
"ppx_deriving"
Expand Down
2 changes: 1 addition & 1 deletion packages/obuilder/obuilder.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ depends: [
"fmt" {>= "0.8.9"}
"logs"
"cmdliner" {>= "1.2.0"}
"tar-unix" {>= "2.4.0"}
"tar-unix" {>= "2.4.0" & < "3.0.0"}
"yojson" {>= "1.6.0"}
"sexplib"
"ppx_deriving"
Expand Down
2 changes: 1 addition & 1 deletion packages/tar-unix/tar-unix.0.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"jbuilder" {>= "1.0+beta7"}
"tar"
"tar" {= version}
"cstruct" {>= "1.9.0"}
"cstruct-lwt" {<"3.4.0"}
"re"
Expand Down
2 changes: 1 addition & 1 deletion packages/tar-unix/tar-unix.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bug-reports: "https://github.com/mirage/ocaml-tar/issues"
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.0"}
"tar"
"tar" {= version}
"cstruct" {>= "1.9.0" & < "3.4.0"}
"cstruct-lwt"
"re"
Expand Down

0 comments on commit ef60943

Please sign in to comment.