# -*- 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        mirage ocaml-crunch 4.0.0 v
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             ISC
description         Convert a filesystem into a static OCaml module
long_description    {*}${description}

checksums           rmd160  32d7aa102b2daf63cd61ed3da85f0d758c950288 \
                    sha256  b878f77a3d9925146b4169c878bca3fa7724b2bc57195cd089dcb633428514fc \
                    size    60613
github.tarball_from archive

depends_lib-append  port:ocaml-cmdliner \
                    port:ocaml-ptime

ocaml.build_type    dune
