# -*- 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           ocaml 1.1
PortGroup           github 1.0

github.setup        ocaml-ppx ppx_import 1.12.0 v
name                ocaml-ppx_import
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             MIT

github.tarball_from releases
use_bzip2           yes
distname            ppx_import-${version}
extract.suffix      .tbz

description         A syntax extension for importing declarations from interface files
long_description    ${description}

checksums           rmd160  f219b080dccbadb36ceb9d01a411a1691f2eddce \
                    sha256  d6fa581c5974ac4746de113ee810a95a67cbbdd2efa04c7e271ab40c5ad17497 \
                    size    13263

depends_lib-append  port:ocaml-ppxlib

ocaml.build_type    dune

livecheck.regex     {archive/refs/tags/v?([^"]+)\.tar\.gz}
