opam-version: "2.0"
maintainer: "contact@nomadic-labs.com"
authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Nomadic Labs" ]
license: "ISC"
homepage: "https://gitlab.com/nomadic-labs/ocaml-uecc"
synopsis: "Bindings for ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors"
bug-reports: "https://gitlab.com/nomadic-labs/ocaml-uecc/issues"
dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-uecc.git"
build: [
  ["dune" "build" "-j" jobs "-p" name "@install"]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.03"}
  "dune" {>= "2.0"}
  "bigstring" {>= "0.1.1"}
  "alcotest" {with-test & >= "0.8.1"}
  "cstruct" {with-test & >= "3.2.1"}
  "hex" {with-test & >= "1.4.0"}
]
url {
  src:
    "https://gitlab.com/nomadic-labs/ocaml-uecc/-/archive/v0.3/ocaml-uecc-v0.3.tar.gz"
  checksum: [
    "sha256=ae4be85bdd02698097f0a7fa33c40720c7b53f462e6149b01fec348c527f956d"
    "sha512=176aa5ddc6c31727bac9a9a988f14d834989c0aa9761101e26d1ef6ef017ab191c41be072ef51e0b74b62812026171cf0f7926ed3f132b66e4a611ffd515ac64"
  ]
}
