Skip to content

Commit ac717d6

Browse files
authored
Merge pull request ocaml#22734 from samoht/mirage-fs
old versions of mirage-fs does not work with OCaml
2 parents 403710f + ce1c4c9 commit ac717d6

File tree

3 files changed

+3
-3
lines changed
  • packages/mirage-fs

3 files changed

+3
-3
lines changed

packages/mirage-fs/mirage-fs.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [
66
]
77
build: [[make "all"]]
88
depends: [
9-
"ocaml"
9+
"ocaml" {< "5.0"}
1010
"ocamlfind"
1111
"ocamlbuild" {build}
1212
]

packages/mirage-fs/mirage-fs.0.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [
66
]
77
build: [[make "all"]]
88
depends: [
9-
"ocaml"
9+
"ocaml" {< "5.0"}
1010
"cstruct" {>= "0.6.0"}
1111
"ocamlbuild" {build}
1212
]

packages/mirage-fs/mirage-fs.0.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [
66
]
77
build: [[make "all"]]
88
depends: [
9-
"ocaml"
9+
"ocaml" {< "5.0"}
1010
"cstruct" {>= "0.6.0"}
1111
"ocamlbuild" {build}
1212
]

0 commit comments

Comments
 (0)