# -*- 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-kdf
github.setup        robur-coop kdf 1.1.0 v
revision            0
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             BSD
description         Key Derivation Functions: HKDF RFC 5869, PBKDF RFC 2898, SCRYPT RFC 7914
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  a760794f0ba7a19866c2f3daee06118233174af4 \
                    sha256  996c165b6e9532816d4ae5c7e77527a70d2f111a25583c0aeb72f4b0278569c5 \
                    size    11299
github.tarball_from releases

depends_lib-append  port:ocaml-digestif \
                    port:ocaml-mirage-crypto

ocaml.build_type    dune
