File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
1414 "fmt" {>= "0.8.9"}
1515 "logs"
1616 "cmdliner"
17- "tar-unix"
17+ "tar-unix" {< "3.0.0"}
1818 "yojson"
1919 "sexplib"
2020 "ppx_deriving"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ depends: [
1515 "fmt" {>= "0.8.9"}
1616 "logs"
1717 "cmdliner" {>= "1.1.0"}
18- "tar-unix" {>= "2.0.0"}
18+ "tar-unix" {>= "2.0.0" & < "3.0.0" }
1919 "yojson" {>= "1.6.0"}
2020 "sexplib"
2121 "ppx_deriving"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ depends: [
1515 "fmt" {>= "0.8.9"}
1616 "logs"
1717 "cmdliner" {>= "1.1.0"}
18- "tar-unix" {>= "2.0.0"}
18+ "tar-unix" {>= "2.0.0" & < "3.0.0" }
1919 "yojson" {>= "1.6.0"}
2020 "sexplib"
2121 "ppx_deriving"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ depends: [
1515 "fmt" {>= "0.8.9"}
1616 "logs"
1717 "cmdliner" {>= "1.1.0"}
18- "tar-unix" {>= "2.0.0"}
18+ "tar-unix" {>= "2.0.0" & < "3.0.0" }
1919 "yojson" {>= "1.6.0"}
2020 "sexplib"
2121 "ppx_deriving"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ depends: [
2929 "fmt" {>= "0.8.9"}
3030 "logs"
3131 "cmdliner" {>= "1.2.0"}
32- "tar-unix" {>= "2.4.0"}
32+ "tar-unix" {>= "2.4.0" & < "3.0.0" }
3333 "yojson" {>= "1.6.0"}
3434 "sexplib"
3535 "ppx_deriving"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ build: [
1515depends: [
1616 "ocaml" {>= "4.03.0"}
1717 "jbuilder" {>= "1.0+beta7"}
18- "tar"
18+ "tar" {= version}
1919 "cstruct" {>= "1.9.0"}
2020 "cstruct-lwt" {<"3.4.0"}
2121 "re"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ bug-reports: "https://github.com/mirage/ocaml-tar/issues"
88depends: [
99 "ocaml" {>= "4.03.0"}
1010 "dune" {>= "1.0"}
11- "tar"
11+ "tar" {= version}
1212 "cstruct" {>= "1.9.0" & < "3.4.0"}
1313 "cstruct-lwt"
1414 "re"
You can’t perform that action at this time.
0 commit comments