Skip to content

Commit 0dd5c4c

Browse files
authored
Merge pull request ocaml#23485 from dannywillems/opam-publish-bls12-381.6.1.0
Package bls12-381.6.1.0
2 parents 505faac + 15626f0 commit 0dd5c4c

File tree

13 files changed

+67
-18
lines changed
  • packages
    • bls12-381-hash
      • bls12-381-hash.0.0.3
      • bls12-381-hash.0.0.4
      • bls12-381-hash.0.0.5
      • bls12-381-hash.1.0.0
    • bls12-381/bls12-381.6.1.0
    • carray/carray.0.0.1
    • tezos-bls12-381-polynomial
      • tezos-bls12-381-polynomial.0.1.0
      • tezos-bls12-381-polynomial.0.1.3
      • tezos-bls12-381-polynomial.1.0.0
      • tezos-bls12-381-polynomial.1.0.1
    • tezos-plompiler
      • tezos-plompiler.1.0.0
      • tezos-plompiler.1.0.1
    • tezos-plonk/tezos-plonk.1.0.1

13 files changed

+67
-18
lines changed

packages/bls12-381-hash/bls12-381-hash.0.0.3/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports:
1010
depends: [
1111
"ocaml" {>= "4.12"}
1212
"dune" {>= "2.8.4"}
13-
"bls12-381" {>= "5.0.0"}
13+
"bls12-381" {>= "5.0.0" & < "6.1.0"}
1414
"alcotest" {with-test}
1515
"bisect_ppx" {with-test & >= "2.5"}
1616
]
@@ -28,4 +28,4 @@ url {
2828
"sha512=8ad3f3105a413a98f09bbed2505bcad5bada8ae3b350a6d1a0d1d770e7726a6684a6d3f1d0a9e9fc249bff8374dbbd6a0c6fbd56a618d999bab1dce34174064c"
2929
]
3030
}
31-
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]
31+
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]

packages/bls12-381-hash/bls12-381-hash.0.0.4/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports:
1010
depends: [
1111
"ocaml" {>= "4.12"}
1212
"dune" {>= "2.8.4"}
13-
"bls12-381" {>= "5.0.0"}
13+
"bls12-381" {>= "5.0.0" & < "6.1.0"}
1414
"alcotest" {with-test}
1515
"bisect_ppx" {with-test & >= "2.5"}
1616
]
@@ -28,4 +28,4 @@ url {
2828
"sha512=ad04b93254f5134914d527193289def1cea3455ae5e1e3b5e015de1274e6c3f22e8df02e87507564725e1259cb34798cc33387a50e9888e5231279d15bf09cca"
2929
]
3030
}
31-
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]
31+
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]

packages/bls12-381-hash/bls12-381-hash.0.0.5/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports:
1010
depends: [
1111
"ocaml" {>= "4.12"}
1212
"dune" {>= "2.8.4"}
13-
"bls12-381" {>= "5.0.0"}
13+
"bls12-381" {>= "5.0.0" & < "6.1.0"}
1414
"alcotest" {with-test}
1515
"bisect_ppx" {with-test & >= "2.5"}
1616
]
@@ -27,4 +27,4 @@ url {
2727
"sha512=cdcf8004edeecbf18706b735c2a837348ce9a19df5ab9d3e37a7b0e216199d43c41f8ba81fc55b0fb08b1192538d699a79927219397639b27c378b457e92b33b"
2828
]
2929
}
30-
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]
30+
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]

packages/bls12-381-hash/bls12-381-hash.1.0.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports:
1010
depends: [
1111
"ocaml" {>= "4.12"}
1212
"dune" {>= "2.8.4"}
13-
"bls12-381" {>= "5.0.0"}
13+
"bls12-381" {>= "5.0.0" & < "6.1.0"}
1414
"alcotest" {with-test}
1515
"bisect_ppx" {with-test & >= "2.5"}
1616
]
@@ -27,4 +27,4 @@ url {
2727
"sha512=c9465f26c50624d95bb55a878bb78dff2703bd352445221bfef434cad2edb040cef95f33f44dcfe96949e52ba7ff9aeeab24cffd2d80fcb97e45085dad336701"
2828
]
2929
}
30-
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]
30+
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
opam-version: "2.0"
2+
synopsis: """\
3+
Implementation of BLS12-381 and some cryptographic primitives built
4+
on top of it"""
5+
maintainer: "Danny Willems <[email protected]>"
6+
authors: "Danny Willems <[email protected]>"
7+
license: "MIT"
8+
homepage:
9+
"https://nomadic-labs.gitlab.io/cryptography/ocaml-bls12-381/bls12-381/"
10+
bug-reports:
11+
"https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381/-/issues"
12+
depends: [
13+
"dune" {>= "3.0"}
14+
"ocaml" {>= "4.08"}
15+
"zarith" {>= "1.10" & < "2.0"}
16+
"zarith_stubs_js" {with-test}
17+
"hex" {>= "1.3.0"}
18+
"alcotest" {with-test}
19+
"integers"
20+
"integers_stubs_js" {with-test}
21+
"odoc" {with-doc}
22+
]
23+
conflicts: ["ocaml-option-bytecode-only"]
24+
available: arch != "arm32" & arch != "x86_32"
25+
build: [
26+
["dune" "subst"] {dev}
27+
[
28+
"dune"
29+
"build"
30+
"-p"
31+
name
32+
"-j"
33+
jobs
34+
"@install"
35+
"@runtest" {with-test}
36+
"@doc" {with-doc}
37+
]
38+
]
39+
dev-repo:
40+
"git+https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381.git"
41+
url {
42+
src:
43+
"https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381/-/archive/6.1.0/ocaml-bls12-381-6.1.0.tar.gz"
44+
checksum: [
45+
"md5=999c150ef33f33ab2d040308a810a527"
46+
"sha512=6afbbbaa6bd855db643d54999af1ec5972c20c303db24f337171b5bee3a1c06ee11ff5d2184d087bd1596a667b74a43ffaa5c287747406518e08e97d85796cba"
47+
]
48+
}
49+
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]

packages/carray/carray.0.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bug-reports: "https://gitlab.com/dannywillems/ocaml-carray/issues"
88
depends: [
99
"ocaml" {>= "4.12"}
1010
"dune" {>= "2.8.4"}
11-
"bls12-381" {>= "3.0.0" & with-test}
11+
"bls12-381" {>= "3.0.0" & < "4.0.0" & with-test}
1212
"alcotest" {with-test}
1313
]
1414
build: ["dune" "build" "-j" jobs "-p" name "@install"]

packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: "MIT"
99
depends: [
1010
"ocaml" { >= "4.12.0" }
1111
"dune" { >= "2.8" }
12-
"bls12-381" { >= "4.0.0" }
12+
"bls12-381" {>= "4.0.0" & < "6.0.0"}
1313
"data-encoding"
1414
"alcotest" { with-test & >= "1.1.0" }
1515
"qcheck-alcotest" { with-test }

packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.0.1.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bug-reports: "https://gitlab.com/nomadic-labs/privacy-team/-/issues"
88
depends: [
99
"dune" {>= "2.8"}
1010
"ocaml" {>= "4.12.0"}
11-
"bls12-381" {>= "4.0.0"}
11+
"bls12-381" {>= "4.0.0" & < "6.1.0"}
1212
"data-encoding"
1313
"bigstringaf" {>= "0.5.0"}
1414
"alcotest" {with-test & >= "1.1.0"}

packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.1.0.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports:
1010
depends: [
1111
"dune" {>= "2.8"}
1212
"ocaml" {>= "4.12.0"}
13-
"bls12-381" {>= "4.0.0"}
13+
"bls12-381" {>= "4.0.0" & < "6.1.0"}
1414
"ppx_repr" {>= "0.6.0"}
1515
"bigstringaf" {>= "0.5.0"}
1616
"alcotest" {with-test & >= "1.1.0"}
@@ -41,4 +41,4 @@ url {
4141
"md5=c9007a234fbacaddbc652c139cac56db"
4242
"sha512=b67825a9259c27ccba51a4cb98056985c93f74f5211d422ce8ee8c35cda748c22bd1e59b3a584a79f96c1be21a409a12ee4b705346e1319c6d8bf45e81029f93"
4343
]
44-
}
44+
}

packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.1.0.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports:
1010
depends: [
1111
"dune" {>= "2.8"}
1212
"ocaml" {>= "4.12.0"}
13-
"bls12-381" {>= "4.0.0"}
13+
"bls12-381" {>= "4.0.0" & < "6.1.0"}
1414
"ppx_repr" {>= "0.6.0"}
1515
"bigstringaf" {>= "0.5.0"}
1616
"alcotest" {with-test & >= "1.1.0"}
@@ -41,4 +41,4 @@ url {
4141
"md5=03d6ca5fb1c6865b6628e0dd49575895"
4242
"sha512=20494d1d00ded43f3625e06e037d3bad04f0a7320914b542b882d3d0293c9b02845b7ca9ee4ff0eb8ea495eff5633016861c39370cca92c12aacae0e84483ca4"
4343
]
44-
}
44+
}

0 commit comments

Comments
 (0)