opam-version: "2.0" maintainer: "contact@nomadic-labs.com" authors: "Vincent Bernardoff , Nomadic-labs " homepage: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal" synopsis: "Bindings to secp256k1 internal functions (generic operations on the curve)" license: "MIT" bug-reports: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal/issues" dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal" build: [ ["dune" "build" "-j" jobs "-p" name "@install"] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.08.0" & < "5.0.0"} "conf-gmp" {build} "dune" {>= "2.0"} "dune-configurator" "cstruct" {>= "6.0.0"} "bigstring" {>= "0.1.1"} "conf-pkg-config" "hex" {with-test & >= "1.4.0"} "alcotest" {with-test} "js_of_ocaml-compiler" { with-test & >= "3.11"} ] available: arch != "s390x" url { src: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal/-/archive/0.3/ocaml-secp256k1-internal-0.3.tar.bz2" checksum: [ "sha256=cc9c1f7ed70f30c17bddd45b2f95a83ab96d347432930856477709dc67643a63" "sha512=66d4012a78ada07e85a8c3aedb367fbacd9b997347a8cdcdc3c7e39f302088a1d06a5741e5dd1f33456dd5676982d5d676612ae6511b90bc807d911472b9863e" ] }