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
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.0"}
19 "dune-configurator"
20 "cstruct" {>= "6.0.0"}
21 "bigstring" {>= "0.1.1"}
22 "conf-pkg-config"
23 "hex" {with-test & >= "1.4.0"}
24 "alcotest" {with-test}
25 "js_of_ocaml-compiler" { with-test & >= "3.11"}
26]
27
28available: arch != "s390x"
29
30url {
31 src: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal/-/archive/0.3/ocaml-secp256k1-internal-0.3.tar.bz2"
32 checksum: [
33 "sha256=cc9c1f7ed70f30c17bddd45b2f95a83ab96d347432930856477709dc67643a63"
34 "sha512=66d4012a78ada07e85a8c3aedb367fbacd9b997347a8cdcdc3c7e39f302088a1d06a5741e5dd1f33456dd5676982d5d676612ae6511b90bc807d911472b9863e"
35 ]
36}