this repo has no description
1opam-version: "2.0"
2maintainer: "contact@nomadic-labs.com"
3authors: "Vincent Bernardoff <vb@luminar.eu.org>, Nomadic-labs <contact@nomadic-labs.com>"
4homepage: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal"
5synopsis: "Bindings to secp256k1 internal functions (generic operations on the curve)"
6
7license: "MIT"
8bug-reports: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal/issues"
9dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal"
10
11flags: avoid-version
12
13build: [
14 ["dune" "build" "-j" jobs "-p" name "@install"]
15 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
16]
17depends: [
18 "ocaml" {>= "4.08.0" & < "5.0.0"}
19 "conf-gmp" {build}
20 "dune" {>= "2.0"}
21 "dune-configurator"
22 "cstruct" {>= "6.0.0" & < "6.1.0"}
23 "bigstring" {>= "0.1.1"}
24 "conf-pkg-config"
25 "hex" {with-test & >= "1.4.0"}
26 "alcotest" {with-test}
27 "js_of_ocaml-compiler" { with-test & >= "3.11"}
28]
29
30available: arch != "s390x"
31
32url {
33 src: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal/-/archive/v0.2/ocaml-secp256k1-internal-0.3.tar.bz2"
34 checksum: [
35 "sha256=a5e78b8210b000217b98771984d706dddbbb12983bd758a52c23a6746da9ddd8"
36 "sha512=3c40a5c19d697d153a14d9df3016d77041fea2eef0a831e6514f3b22e1cda3a0a1240631c94890fb8447eba64fe346bb59ab83ac108e22dbc89f7d547a3af83c"
37 ]
38}