# -*- 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        djs55 ocaml-sha 1.15.4 v
github.tarball_from archive
revision            0
categories          ocaml devel security
maintainers         {pguyot @pguyot} openmaintainer
license             ISC
description         OCaml bindings to SHA cryptographic functions
long_description    OCaml binding to SHA interface code, providing SHA1, SHA256, \
                    and SHA512 hash functions with an interface compatible with \
                    OCaml's standard library MD5 digest.

checksums           rmd160  9771d5ddf12af1a80de8fba9c10112665f5f6cf1 \
                    sha256  68eba843a721a1b22cf7222f0ec76fa19ab12a4980bb2b7473d96e5bab14dddd \
                    size    17362

depends_lib-append  port:ocaml-stdlib-shims

ocaml.build_type    dune
