opam-version: "2.0" maintainer: "Davide Gessa " authors: [ "Davide Gessa " "Vincent Bernardoff " "Yoichi Hirai " ] homepage: "https://github.com/dakk/secp256k1-ml" bug-reports: "https://github.com/dakk/secp256k1-ml/issues" license: "MIT" dev-repo: "git+https://github.com/dakk/secp256k1-ml" build: ["jbuilder" "build" "-p" name "-j" jobs] depends: [ "ocaml" {< "5.0"} "jbuilder" {>= "1.0+beta9"} "base" {build & >= "v0.9.2"} "stdio" {build & >= "v0.9.0"} "configurator" {build & >= "v0.9.1"} "hex" {with-test & >= "1.1.1"} "ounit" {with-test & >= "2.0.7"} "conf-secp256k1" "base-bigarray" ] synopsis: "Elliptic curve library secp256k1 wrapper for Ocaml" description: """ This library wrap the secp256k1 EC(DSA) library into an OCaml library. At the moment only a subset of functionalities are available: - Context: create, clone, destroy, randomize - Elliptic curve: public key creation - ECDSA: verify, sign All exchanged data (pubkey, signature, seckey) are represented as hex strings.""" url { src: "https://github.com/dakk/secp256k1-ml/archive/0.4.0-r1.zip" checksum: [ "sha256=8e455ae2acac3566bbd8f6c627c626ae6038831a25cd75c3d10224c1d01dac9f" "md5=a0708fffbe30eaa6c5f4e7b981c8241c" ] }