# -*- 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

name                ocaml-digestif
github.setup        mirage digestif 1.3.1 v
revision            0
categories          ocaml crypto
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Hashes implementations
long_description    {*}${description} (SHA*, RIPEMD160, BLAKE2* and MD5).
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  b25eaf5f4b620e9cb1af20c0752c38b29ce1b124 \
                    sha256  3927949a56d435ac2106cdb8394400bff989d44567eba9038e47db266cc88466 \
                    size    3333404
github.tarball_from releases

depends_lib-append  port:ocaml-eqaf

ocaml.build_type    dune
