# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           ocaml 1.1

github.setup        mirage digestif 1.3.1 v
name                ocaml-digestif
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             MIT

description         Hashes implementations (SHA*, RIPEMD160, BLAKE2* and MD5)
long_description    Digestif is a toolbox to provide hash implementations in C and OCaml: \
                    MD5, SHA1, SHA224, SHA256, SHA384, SHA512, SHA3, Keccak-256, WHIRLPOOL, \
                    BLAKE2B, BLAKE2S, and RIPEMD160.

checksums           rmd160  b25eaf5f4b620e9cb1af20c0752c38b29ce1b124 \
                    sha256  3927949a56d435ac2106cdb8394400bff989d44567eba9038e47db266cc88466 \
                    size    3333404

github.tarball_from releases
use_bzip2           yes
extract.suffix      .tbz

depends_lib-append  port:ocaml-eqaf

ocaml.build_type    dune
