Skip to content

Commit 2b82c83

Browse files
authored
Merge pull request ocaml#22585 from dannywillems/opam-publish-bls12-381-hash.1.0.0
Package bls12-381-hash.1.0.0
2 parents acff582 + d9b849e commit 2b82c83

File tree

1 file changed

+30
-0
lines changed
  • packages/bls12-381-hash/bls12-381-hash.1.0.0

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"Implementation of some cryptographic hash primitives using the scalar field of BLS12-381"
4+
maintainer: "Danny Willems <[email protected]>"
5+
authors: "Danny Willems <[email protected]>"
6+
license: "MIT"
7+
homepage: "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-hash"
8+
bug-reports:
9+
"https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-hash/issues"
10+
depends: [
11+
"ocaml" {>= "4.12"}
12+
"dune" {>= "2.8.4"}
13+
"bls12-381" {>= "5.0.0"}
14+
"alcotest" {with-test}
15+
"bisect_ppx" {with-test & >= "2.5"}
16+
]
17+
available: arch != "ppc64" & arch != "arm32" & arch != "x86_32"
18+
build: ["dune" "build" "-j" jobs "-p" name "@install"]
19+
run-test: ["dune" "runtest" "-p" name "-j" jobs]
20+
dev-repo:
21+
"git+https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-hash.git"
22+
url {
23+
src:
24+
"https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-hash/-/archive/1.0.0/ocaml-bls12-381-hash-1.0.0.tar.gz"
25+
checksum: [
26+
"md5=9b4bd4c42e4542b777f13666f72da9e3"
27+
"sha512=c9465f26c50624d95bb55a878bb78dff2703bd352445221bfef434cad2edb040cef95f33f44dcfe96949e52ba7ff9aeeab24cffd2d80fcb97e45085dad336701"
28+
]
29+
}
30+
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]

0 commit comments

Comments
 (0)