this repo has no description

Merge pull request #22980 from emillon/ocaml5-sha

ocaml 5: restrict sha releases

Changed files
+2
packages
sha
sha.1.13
sha.1.14
+1
packages/sha/sha.1.13/opam
···
homepage: "https://github.com/djs55/ocaml-sha"
bug-reports: "https://github.com/djs55/ocaml-sha/issues"
depends: [
"dune" {>= "2.0"}
"ounit" {with-test}
]
···
homepage: "https://github.com/djs55/ocaml-sha"
bug-reports: "https://github.com/djs55/ocaml-sha/issues"
depends: [
+
"ocaml" {< "5.0.0"}
"dune" {>= "2.0"}
"ounit" {with-test}
]
+1
packages/sha/sha.1.14/opam
···
homepage: "https://github.com/djs55/ocaml-sha"
bug-reports: "https://github.com/djs55/ocaml-sha/issues"
depends: [
"dune" {>= "2.0"}
"stdlib-shims" {>= "0.3.0"}
"ounit" {with-test}
···
homepage: "https://github.com/djs55/ocaml-sha"
bug-reports: "https://github.com/djs55/ocaml-sha/issues"
depends: [
+
"ocaml" {< "5.0.0"}
"dune" {>= "2.0"}
"stdlib-shims" {>= "0.3.0"}
"ounit" {with-test}