# -*- 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.0 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  ac528d4500cbfac38bd9b52c2bf178fdaf572a5e \
                    sha256  9a6cdcb332539c87f4723fc3bd73626b2675a7b1161fdf0fed309186ce18f427 \
                    size    3334564

github.tarball_from releases
use_bzip2           yes
extract.suffix      .tbz

depends_lib-append  port:ocaml-eqaf

ocaml.build_type    dune
