# -*- 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            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             MIT

description         Adler-32, CRC32 and CRC32-C implementation in C and OCaml

long_description    Checkseum is a library to provide implementation of Adler-32, CRC32 \
                    and CRC32-C algorithms in C and OCaml.

checksums           rmd160  6bde2e57cdf6d6a274082cd3a24a8c5f28dfea6a \
                    sha256  b88c11994341213a35c23f34168bba7a74bf3f89051f77beb39d823adce1a531 \
                    size    62361

github.tarball_from releases
use_bzip2           yes
extract.suffix      .tbz

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

ocaml.build_type dune
