opam-version: "2.0"
maintainer: "Davide Gessa <gessadavide@gmail.com>"
authors: [
  "Davide Gessa <gessadavide@gmail.com>"
  "Vincent Bernardoff <vb@luminar.eu.org>"
  "Yoichi Hirai <i@yoichihirai.com>"
]
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"
  "jbuilder" {>= "1.0+beta9"}
  "base" {build & >= "v0.9.2" & < "v0.15"}
  "stdio" {build & >= "v0.9.0" & < "v0.15"}
  "configurator" {build & >= "v0.9.1" & < "v0.15"}
  "hex" {with-test & >= "1.1.1"}
  "ounit" {with-test & >= "2.2.2"}
  "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.3.1.zip"
  checksum: "md5=a424d472c61db235744c8e5d0d995cb9"
}
