Skip to content

Commit e0514bd

Browse files
committed
Package bls12-381.6.1.0
1 parent 25bba47 commit e0514bd

File tree

1 file changed

+49
-0
lines changed
  • packages/bls12-381/bls12-381.6.1.0

1 file changed

+49
-0
lines changed
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"]

0 commit comments

Comments
 (0)