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" {< "5.0"} "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: [ "sha256=cd47bb426bf97a6d0984276dcb326c119d5d8b02fbad283708eb6f87ff9773ef" "md5=1a48d563fa1e125f24975f3456ad78aa" ] }