opam-version: "2.0" maintainer: "contact@nomadic-labs.com" authors: "Vincent Bernardoff " 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: [ "conf-gmp" {build} "ocaml" {< "5.0.0"} "dune" {>= "1.0.1"} "cstruct" {>= "3.2.1" & < "6.1.0"} "bigstring" {>= "0.1.1"} "hex" {with-test & >= "1.4.0"} "alcotest" {with-test} ] available: arch != "s390x" url { src: "https://gitlab.com/nomadic-labs/ocaml-secp256k1-internal/-/archive/v0.1/ocaml-secp256k1-internal-v0.1.tar.bz2" checksum: [ "md5=16cfea99a40a430240d9f6cce52d5301" "sha256=5425342359c72e019bc0d0fff3ca66a0e80acf17f68f1a39c436f6791b0faed5" "sha512=4fe1227dc0e19bd09c376c2990ad003fc83003fb92b9e30420a85ddd5e521adf1946f7092dee1501c68078062e0e47a7a1f1eb3faaf5ec2be25e695506927391" ] }