# -*- 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-checkseum
github.setup        mirage checkseum 0.5.3 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Implementation of Adler-32, CRC32 and CRC32-C in C and OCaml
long_description    {*}${description}
checksums           rmd160  dc05159a558c2e2205ac0243ebf820731edf4e98 \
                    sha256  ca6247c028bf88994712905809774f9ab0ef1034b1a6ee95d8f508ca9ebf122b \
                    size    73133
github.tarball_from archive

depends_lib-append  port:ocaml-dune-configurator \
                    port:ocaml-optint

ocaml.build_type    dune
