this repo has no description
0
fork

Configure Feed

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

Merge pull request #26107 from hannesm/mirage-crypto-pk-bound-on-eqaf

mirage-crypto-pk 0.6* 0.7* 0.8.0: restrict to eqaf < 0.10

authored by

Marcello Seri and committed by
GitHub
b6151469 aeacbb59

+5 -5
+1 -1
packages/mirage-crypto-pk/mirage-crypto-pk.0.6.0/opam
··· 24 24 "sexplib" 25 25 "ppx_sexp_conv" 26 26 "zarith" {>= "1.4"} 27 - "eqaf" {>= "0.6"} 27 + "eqaf" {>= "0.6" & < "0.10"} 28 28 "bigarray-compat" # required to get eqaf.cstruct 29 29 "rresult" {>= "0.6.0"} 30 30 ("mirage-no-xen" | "zarith-xen")
+1 -1
packages/mirage-crypto-pk/mirage-crypto-pk.0.6.1/opam
··· 24 24 "sexplib" 25 25 "ppx_sexp_conv" 26 26 "zarith" {>= "1.4"} 27 - "eqaf" {>= "0.6"} 27 + "eqaf" {>= "0.6" & < "0.10"} 28 28 "bigarray-compat" # required to get eqaf.cstruct 29 29 "rresult" {>= "0.6.0"} 30 30 ("mirage-no-xen" | "zarith-xen")
+1 -1
packages/mirage-crypto-pk/mirage-crypto-pk.0.6.2/opam
··· 24 24 "sexplib" 25 25 "ppx_sexp_conv" 26 26 "zarith" {>= "1.4"} 27 - "eqaf" {>= "0.6"} 27 + "eqaf" {>= "0.6" & < "0.10"} 28 28 "bigarray-compat" # required to get eqaf.cstruct 29 29 "rresult" {>= "0.6.0"} 30 30 ("mirage-no-xen" | "zarith-xen")
+1 -1
packages/mirage-crypto-pk/mirage-crypto-pk.0.7.0/opam
··· 24 24 "sexplib" 25 25 "ppx_sexp_conv" 26 26 "zarith" {>= "1.4"} 27 - "eqaf" {>= "0.7"} 27 + "eqaf" {>= "0.7" & < "0.10"} 28 28 "bigarray-compat" # required to get eqaf.cstruct 29 29 "rresult" {>= "0.6.0"} 30 30 ("mirage-no-xen" | "zarith-xen")
+1 -1
packages/mirage-crypto-pk/mirage-crypto-pk.0.8.0/opam
··· 24 24 "sexplib" 25 25 "ppx_sexp_conv" 26 26 "zarith" {>= "1.4"} 27 - "eqaf" {>= "0.7"} 27 + "eqaf" {>= "0.7" & < "0.10"} 28 28 "bigarray-compat" # required to get eqaf.cstruct 29 29 "rresult" {>= "0.6.0"} 30 30 ("mirage-no-xen" | "zarith-xen")