# -*- 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 3.3.1 v
revision            0
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             ISC
description         Convert a filesystem into a static OCaml module
long_description    {*}${description}

checksums           rmd160  639162a5fc8cbe8fe6826e6a3fcc110583080bc4 \
                    sha256  998780470dad97099caa485f5783eed6fd8f643cec00840042938646b91eb04d \
                    size    60602
github.tarball_from archive

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

ocaml.build_type    dune
