this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #18351 from dannywillems/fix-dune-version-bls

BLS12-381 packages depend on dune >= 2.8.4 since 0.4.1

authored by

Kate and committed by
GitHub
8b0c6c8d 753646d2

+5 -5
+1 -1
packages/bls12-381-gen/bls12-381-gen.0.4.1/opam
··· 8 8 bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues" 9 9 depends: [ 10 10 "ocaml" {>= "4.08"} 11 - "dune" {>= "2.7"} 11 + "dune" {>= "2.8.4"} 12 12 "ff-sig" {>= "0.6.1" & < "0.7.0"} 13 13 "zarith" {>= "1.10" & < "2.0"} 14 14 "bisect_ppx" {with-test & >= "2.5"}
+1 -1
packages/bls12-381-js-gen/bls12-381-js-gen.0.4.1/opam
··· 10 10 bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues" 11 11 depends: [ 12 12 "ocaml" {>= "4.08"} 13 - "dune" {>= "2.7"} 13 + "dune" {>= "2.8.4"} 14 14 "dune-configurator" {build} 15 15 "ff-sig" {>= "0.6.1" & < "0.7.0"} 16 16 "zarith" {>= "1.10" & < "2.0"}
+1 -1
packages/bls12-381-js/bls12-381-js.0.4.1/opam
··· 12 12 bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues" 13 13 depends: [ 14 14 "ocaml" {>= "4.08"} 15 - "dune" {>= "2.7"} 15 + "dune" {>= "2.8.4"} 16 16 "bls12-381-gen" {= version} 17 17 "bls12-381" {= version} 18 18 "bls12-381-js-gen" {= version}
+1 -1
packages/bls12-381-unix/bls12-381-unix.0.4.1/opam
··· 13 13 depends: [ 14 14 "ocaml" {>= "4.08"} 15 15 "conf-rust" {build} 16 - "dune" {>= "2.7"} 16 + "dune" {>= "2.8.4"} 17 17 "dune-configurator" {build} 18 18 "ff-sig" {>= "0.6.1" & < "0.7.0"} 19 19 "zarith" {>= "1.10" & < "2.0"}
+1 -1
packages/bls12-381/bls12-381.0.4.1/opam
··· 8 8 bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues" 9 9 depends: [ 10 10 "ocaml" {>= "4.08"} 11 - "dune" {>= "2.7"} 11 + "dune" {>= "2.8.4"} 12 12 "ff-sig" {>= "0.6.1" & < "0.7.0"} 13 13 "zarith" {>= "1.10" & < "2.0"} 14 14 "bls12-381-gen" {= version}