# -*- 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
revision            2
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Binding to the SHA cryptographic functions
long_description    {*}${description} for OCaml.
use_bzip2           yes
extract.suffix      .tbz
distname            sha-${version}
checksums           rmd160  582934377f66d9e99de0004eca421d06f4c6e3a8 \
                    sha256  6de5b12139b1999ce9df4cc78a5a31886c2a547c9d448bf2853f8b53bcf1f1b1 \
                    size    17759
github.tarball_from releases

depends_lib-append  port:ocaml-stdlib-shims

ocaml.build_type    dune
