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" flags: avoid-version 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" & < "6.1.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/v0.2/ocaml-secp256k1-internal-0.3.tar.bz2" checksum: [ "sha256=a5e78b8210b000217b98771984d706dddbbb12983bd758a52c23a6746da9ddd8" "sha512=3c40a5c19d697d153a14d9df3016d77041fea2eef0a831e6514f3b22e1cda3a0a1240631c94890fb8447eba64fe346bb59ab83ac108e22dbc89f7d547a3af83c" ] }