opam-version: "2.0"
maintainer: "contact@nomadic-labs.com"
authors: [ "Vincent Bernardoff <vb@luminar.eu.org>" "Nomadic Labs" ]
license: "ISC"
synopsis: "Blake2 cryptography"
homepage: "https://gitlab.com/nomadic-labs/ocaml-blake2"
bug-reports: "https://gitlab.com/nomadic-labs/ocaml-blake2/issues"
dev-repo: "git+https://gitlab.com/nomadic-labs/ocaml-blake2.git"
build: [
  ["dune" "build" "-j" jobs "-p" name]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "dune" {>= "1.7" & < "2.0"}
  "ocaml" {>= "4.06"}
  "alcotest" { with-test }
  "hex" {with-test & >= "1.2.0"}
]
url {
  src:
    "https://gitlab.com/nomadic-labs/ocaml-blake2/-/archive/v0.2/ocaml-blake2-v0.2.tar.gz"
  checksum: [
    "md5=386497b83fbebadf8c5181d47b26beff"
    "sha512=14c657cde9b406e5597ee6873050324efcbcca6bf6652b100402397a015a06a005be6442ff9bd942c02b06ff3050f80cc6073e1ba70979d958722c871b042d56"
  ]
}
