this repo has no description
1opam-version: "2.0"
2maintainer: "contact@nomadic-labs.com"
3authors: "Vincent Bernardoff <vb@luminar.eu.org>"
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
11build: [
12 ["dune" "build" "-j" jobs "-p" name "@install"]
13 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
14]
15depends: [
16 "ocaml" {>= "4.08.0" & < "5.0.0"}
17 "conf-gmp" {build}
18 "dune" {>= "2"}
19 "dune-configurator"
20 "cstruct" {>= "3.2.1" & < "6.1.0"}
21 "bigstring" {>= "0.1.1"}
22 "hex" {with-test & >= "1.4.0"}
23 "alcotest" {with-test}
24]
25
26available: arch != "s390x"
27
28url {
29 src: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal/-/archive/v0.2/ocaml-secp256k1-internal-v0.2.tar.bz2"
30 checksum: [
31 "sha256=56a12978d13058761ae495068ad683f1da837b2e280c70b2042c4325926a12f1"
32 "sha512=607b8c9d6514421f9fd042a883531d613eb2cb2c2c5bb38d038d930454081dbd707f5b318de6b0c981675ecf6ca56d1eec06b8afbabc293c7600e86b1578cf2d"
33 ]
34}