opam-version: "2.0"
maintainer: "andreashauptmann@t-online.de"
authors: "andreashauptmann@t-online.de"
homepage: "https://github.com/fdopen/cryptohash"
bug-reports: "https://github.com/fdopen/cryptohash/issues"
license: "MIT"
dev-repo: "git+https://github.com/fdopen/cryptohash.git"
build: [
  ["omake" "lib"]
  ["omake" "quick-test"] {with-test}
]
install: ["omake" "install"]
remove: ["ocamlfind" "remove" "cryptohash"]
depends: [
  "ocaml"
  "base-unix" {with-test}
  "base-bigarray"
  "base-bytes"
  "ocamlfind" {build}
  "omake" {build}
  "ounit" {with-test & >= "2.0"}
]
synopsis: "hash functions for OCaml"
description: """
Cryptohash provides OCaml bindings to various cryptographic hash
functions written in C"""
flags: light-uninstall
url {
  src:
    "https://github.com/fdopen/cryptohash/releases/download/0.1.2/cryptohash-0.1.2.tar.gz"
  checksum: "md5=1a48d563fa1e125f24975f3456ad78aa"
}
