Skip to content

Commit

Permalink
Merge pull request #27199 from kit-ty-kate/riot-ocaml-5.3
Browse files Browse the repository at this point in the history
riot is not compatible with OCaml 5.3
  • Loading branch information
mseri authored Jan 3, 2025
2 parents 33107cc + cb391d6 commit 306c328
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/riot/riot.0.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: ["topics" "multicore" "erlang" "actor" "message-passing" "processes"]
homepage: "https://github.com/leostera/riot"
bug-reports: "https://github.com/leostera/riot/issues"
depends: [
"ocaml" {>= "5.1"}
"ocaml" {>= "5.1" & < "5.3"}
"dune" {>= "3.10"}
"ptime" {>= "1.1.0"}
"iomux" {>= "0.3"}
Expand Down
2 changes: 1 addition & 1 deletion packages/riot/riot.0.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: ["topics" "multicore" "erlang" "actor" "message-passing" "processes"]
homepage: "https://github.com/leostera/riot"
bug-reports: "https://github.com/leostera/riot/issues"
depends: [
"ocaml" {>= "5.1"}
"ocaml" {>= "5.1" & < "5.3"}
"dune" {>= "3.10"}
"ptime" {>= "1.1.0"}
"iomux" {>= "0.3"}
Expand Down
2 changes: 1 addition & 1 deletion packages/riot/riot.0.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: ["topics" "multicore" "erlang" "actor" "message-passing" "processes"]
homepage: "https://github.com/leostera/riot"
bug-reports: "https://github.com/leostera/riot/issues"
depends: [
"ocaml" {>= "5.1"}
"ocaml" {>= "5.1" & < "5.3"}
"dune" {>= "3.10"}
"ptime" {>= "1.1.0"}
"iomux" {>= "0.3"}
Expand Down
2 changes: 1 addition & 1 deletion packages/riot/riot.0.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: ["topics" "multicore" "erlang" "actor" "message-passing" "processes"]
homepage: "https://github.com/leostera/riot"
bug-reports: "https://github.com/leostera/riot/issues"
depends: [
"ocaml" {>= "5.1"}
"ocaml" {>= "5.1" & < "5.3"}
"dune" {>= "3.10"}
"ptime" {>= "1.1.0"}
"iomux" {>= "0.3"}
Expand Down
2 changes: 1 addition & 1 deletion packages/riot/riot.0.0.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bug-reports: "https://github.com/leostera/riot/issues"
depends: [
"cstruct" {>= "6.2.0"}
"mdx" {with-test & >= "2.3.1"}
"ocaml" {>= "5.1"}
"ocaml" {>= "5.1" & < "5.3"}
"odoc" {with-doc & >= "2.2.2"}
"poll" {>= "0.3.1"}
"ptime" {>= "1.1.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/riot/riot.0.0.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"mirage-crypto" {>= "0.11.2" & < "1.0.0"}
"mirage-crypto-rng" {>= "0.11.2" & < "1.0.0"}
"mtime" {>= "2.0.0"}
"ocaml" {>= "5.1"}
"ocaml" {>= "5.1" & < "5.3"}
"odoc" {with-doc & >= "2.2.2"}
"ptime" {>= "1.1.0"}
"randomconv" {>= "0.1.3" & < "0.2.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/riot/riot.0.0.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"mirage-crypto" {>= "0.11.2" & < "1.0.0"}
"mirage-crypto-rng" {>= "0.11.2" & < "1.0.0"}
"mtime" {>= "2.0.0"}
"ocaml" {>= "5.1"}
"ocaml" {>= "5.1" & < "5.3"}
"odoc" {with-doc & >= "2.2.2"}
"ptime" {>= "1.1.0"}
"randomconv" {= "0.2.0"}
Expand Down

0 comments on commit 306c328

Please sign in to comment.