# -*- 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-ppxlib_jane
github.setup        janestreet ppxlib_jane 0.17.4 v
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Utilities for working with Jane Street AST constructs
long_description    {*}${description}

checksums           rmd160  efb4e05ae0fa31ae3f4dbe89022f4d534666e66a \
                    sha256  10c4d1a162a8f51eecf35d68118a96aa5f375350ff3abb357b41968faa7b4ef3 \
                    size    42650
github.tarball_from archive

depends_lib-append  port:ocaml-ppxlib

ocaml.build_type    dune
