# -*- 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.2 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  e3219bfc9eaa8329fd493b4826384cc249a64c2f \
                    sha256  9e5e4fd4405cb4a8b4df00877543251833e08a6499ef42ccb8dba582df0dafc8 \
                    size    62112

github.tarball_from releases
use_bzip2           yes
extract.suffix      .tbz

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

ocaml.build_type dune
