# -*- 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.11.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  6d3e141ee284d7d7e6331e3f7c1a789b59b55e33 \
                    sha256  2667efd48910a1a4e4cb1a31a7d148d0284d112a826a80ec03b0f86546ceac1a \
                    size    13040

depends_lib-append  port:ocaml-ppxlib

ocaml.build_type    dune

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