# -*- 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-ppx_jane
github.setup        janestreet ppx_jane 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         ppx_driver including all standard ppx rewriters
long_description    ${description}

checksums           rmd160  ade858b83873da05ebb954120fafbb2d3a4016d2 \
                    sha256  4c5ee082ae1d3d1372355ca85deb9f667324c8d6a50c13cc2124e880281c6306 \
                    size    4688
github.tarball_from archive

depends_lib-append  port:ocaml-base_quickcheck \
                    port:ocaml-ppx_assert \
                    port:ocaml-ppx_base \
                    port:ocaml-ppx_bench \
                    port:ocaml-ppx_bin_prot \
                    port:ocaml-ppx_custom_printf \
                    port:ocaml-ppx_disable_unused_warnings \
                    port:ocaml-ppx_expect \
                    port:ocaml-ppx_fields_conv \
                    port:ocaml-ppx_fixed_literal \
                    port:ocaml-ppx_here \
                    port:ocaml-ppx_ignore_instrumentation \
                    port:ocaml-ppx_inline_test \
                    port:ocaml-ppx_let \
                    port:ocaml-ppx_log \
                    port:ocaml-ppx_module_timer \
                    port:ocaml-ppx_optional \
                    port:ocaml-ppx_pipebang \
                    port:ocaml-ppx_sexp_message \
                    port:ocaml-ppx_sexp_value \
                    port:ocaml-ppx_stable \
                    port:ocaml-ppx_stable_witness \
                    port:ocaml-ppx_string \
                    port:ocaml-ppx_tydi \
                    port:ocaml-ppx_typerep_conv \
                    port:ocaml-ppx_variants_conv \
                    port:ocaml-ppxlib

ocaml.build_type    dune
