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