this repo has no description

Merge pull request #21913 from c-cube/fix-seq-0.3

make seq.0.3 incompatible with ocaml < 4.07

Kate abf735be 4a7df8b6

Changed files
+1 -1
packages
seq
seq.0.3
+1 -1
packages/seq/seq.0.3/opam
···
]
depends: [
"dune" {>= "2.5"}
-
"ocaml"
]
tags: [ "iterator" "seq" "pure" "list" "compatibility" "cascade" ]
homepage: "https://github.com/c-cube/seq/"
···
]
depends: [
"dune" {>= "2.5"}
+
"ocaml" {>= "4.07.0"}
]
tags: [ "iterator" "seq" "pure" "list" "compatibility" "cascade" ]
homepage: "https://github.com/c-cube/seq/"