this repo has no description
0
fork

Configure Feed

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

Merge pull request #26099 from hannesm/eqaf-bounds

mirage-crypto & fiat-p256 does not work with newer eqaf (requires the .cstruct package)

authored by

Raphaël Proust and committed by
GitHub
2f8c856c e06bf2b8

+32 -32
+2 -2
packages/fiat-p256/fiat-p256.0.2.1/opam
··· 34 34 "cstruct" {>= "3.5.0" & < "6.1.0"} 35 35 "dune" {>= "1.10.0"} 36 36 "dune-configurator" 37 - "eqaf" {>= "0.5"} 38 - "hex" 37 + "eqaf" {>= "0.7" & < "0.10"} 38 + "hex" {>= "1.4.0"} 39 39 "ppx_deriving_yojson" {with-test} 40 40 "rresult" {with-test} 41 41 "stdlib-shims" {with-test}
+2 -2
packages/fiat-p256/fiat-p256.0.2.2/opam
··· 27 27 "bigarray-compat" 28 28 "cstruct" {>= "3.5.0" & < "6.1.0"} 29 29 "dune-configurator" 30 - "eqaf" {>= "0.5"} 31 - "hex" 30 + "eqaf" {>= "0.7" & < "0.10"} 31 + "hex" {>= "1.4.0"} 32 32 "conf-pkg-config" {build} 33 33 "ppx_deriving_yojson" {with-test} 34 34 "rresult" {with-test}
+2 -2
packages/fiat-p256/fiat-p256.0.2.3/opam
··· 27 27 "bigarray-compat" 28 28 "cstruct" {>= "3.5.0" & < "6.1.0"} 29 29 "dune-configurator" 30 - "eqaf" {>= "0.5"} 31 - "hex" 30 + "eqaf" {>= "0.7" & < "0.10"} 31 + "hex" {>= "1.4.0"} 32 32 "conf-pkg-config" {build} 33 33 "ppx_deriving_yojson" {with-test} 34 34 "rresult" {with-test}
+1 -1
packages/mirage-crypto/mirage-crypto.0.10.0/opam
··· 19 19 "dune-configurator" {>= "2.0.0"} 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 - "eqaf" {>= "0.7"} 22 + "eqaf" {>= "0.7" & < "0.10"} 23 23 "bigarray-compat" # required to get eqaf.cstruct 24 24 ] 25 25 depopts: [
+1 -1
packages/mirage-crypto/mirage-crypto.0.10.1/opam
··· 19 19 "dune-configurator" {>= "2.0.0"} 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 - "eqaf" {>= "0.7"} 22 + "eqaf" {>= "0.7" & < "0.10"} 23 23 "bigarray-compat" # required to get eqaf.cstruct 24 24 ] 25 25 depopts: [
+1 -1
packages/mirage-crypto/mirage-crypto.0.10.2/opam
··· 19 19 "dune-configurator" {>= "2.0.0"} 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 - "eqaf" {>= "0.7"} 22 + "eqaf" {>= "0.7" & < "0.10"} 23 23 "bigarray-compat" # required to get eqaf.cstruct 24 24 ] 25 25 depopts: [
+2 -2
packages/mirage-crypto/mirage-crypto.0.10.3/opam
··· 19 19 "dune-configurator" {>= "2.0.0"} 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 - "eqaf" {>= "0.7"} 22 + "eqaf" {>= "0.7" & < "0.10"} 23 23 "bigarray-compat" # required to get eqaf.cstruct 24 24 ] 25 25 depopts: [ ··· 42 42 "sha512=eb0d5a947649d6d9d55b8f5d5ea624e7b2b969baf7b855bf86b46cfadf9312e42e9caea479eb9c364a3c9cd4b3aa56f3a6a1b0cc20e022fdbd82bdb722df1198" 43 43 ] 44 44 } 45 - available: arch != "arm32" 45 + available: arch != "arm32"
+1 -1
packages/mirage-crypto/mirage-crypto.0.10.4/opam
··· 19 19 "dune-configurator" {>= "2.0.0"} 20 20 "ounit" {with-test} 21 21 "cstruct" {>="6.0.0"} 22 - "eqaf" {>= "0.8"} 22 + "eqaf" {>= "0.8" & < "0.10"} 23 23 ] 24 24 depopts: [ 25 25 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.10.5/opam
··· 19 19 "dune-configurator" {>= "2.0.0"} 20 20 "ounit" {with-test} 21 21 "cstruct" {>="6.0.0"} 22 - "eqaf" {>= "0.8"} 22 + "eqaf" {>= "0.8" & < "0.10"} 23 23 ] 24 24 depopts: [ 25 25 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.10.6/opam
··· 19 19 "dune-configurator" {>= "2.0.0"} 20 20 "ounit2" {with-test} 21 21 "cstruct" {>="6.0.0"} 22 - "eqaf" {>= "0.8"} 22 + "eqaf" {>= "0.8" & < "0.10"} 23 23 ] 24 24 depopts: [ 25 25 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.10.7/opam
··· 19 19 "dune-configurator" {>= "2.0.0"} 20 20 "ounit2" {with-test} 21 21 "cstruct" {>="6.0.0"} 22 - "eqaf" {>= "0.8"} 22 + "eqaf" {>= "0.8" & < "0.10"} 23 23 ] 24 24 depopts: [ 25 25 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.11.0/opam
··· 18 18 "dune-configurator" {>= "2.0.0"} 19 19 "ounit2" {with-test} 20 20 "cstruct" {>="6.0.0"} 21 - "eqaf" {>= "0.8"} 21 + "eqaf" {>= "0.8" & < "0.10"} 22 22 ] 23 23 conflicts: [ 24 24 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.11.1/opam
··· 18 18 "dune-configurator" {>= "2.0.0"} 19 19 "ounit2" {with-test} 20 20 "cstruct" {>="6.0.0"} 21 - "eqaf" {>= "0.8"} 21 + "eqaf" {>= "0.8" & < "0.10"} 22 22 ] 23 23 conflicts: [ 24 24 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.11.2/opam
··· 18 18 "dune-configurator" {>= "2.0.0"} 19 19 "ounit2" {with-test} 20 20 "cstruct" {>="6.0.0"} 21 - "eqaf" {>= "0.8"} 21 + "eqaf" {>= "0.8" & < "0.10"} 22 22 ] 23 23 conflicts: [ 24 24 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.11.3/opam
··· 18 18 "dune-configurator" {>= "2.0.0"} 19 19 "ounit2" {with-test} 20 20 "cstruct" {>="6.0.0"} 21 - "eqaf" {>= "0.8"} 21 + "eqaf" {>= "0.8" & < "0.10"} 22 22 ] 23 23 conflicts: [ 24 24 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.8.1/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "mirage-xen-posix"
+1 -1
packages/mirage-crypto/mirage-crypto.0.8.10/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>= "3.2.0" & < "6.1.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.8.2/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "mirage-xen-posix"
+1 -1
packages/mirage-crypto/mirage-crypto.0.8.3/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "mirage-xen-posix"
+1 -1
packages/mirage-crypto/mirage-crypto.0.8.4/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "mirage-xen-posix"
+1 -1
packages/mirage-crypto/mirage-crypto.0.8.5/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "mirage-xen-posix"
+1 -1
packages/mirage-crypto/mirage-crypto.0.8.6/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.8.7/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.8.8/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.8.9/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.9.0/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.9.1/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "ocaml-freestanding"
+1 -1
packages/mirage-crypto/mirage-crypto.0.9.2/opam
··· 20 20 "ounit" {with-test} 21 21 "cstruct" {>="3.2.0" & < "6.1.0"} 22 22 "bigarray-compat" # required to get eqaf.cstruct 23 - "eqaf" {>= "0.7"} 23 + "eqaf" {>= "0.7" & < "0.10"} 24 24 ] 25 25 depopts: [ 26 26 "ocaml-freestanding"