# -*- 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        ocaml-ppx ocaml-migrate-parsetree 2.4.0

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             LGPL-2.1
description         Convert OCaml parsetrees between different OCaml versions
long_description    Converts OCaml parsetrees, outcometree and AST mappers \
                    between different OCaml versions.

github.tarball_from releases

checksums           rmd160  3e9aabd4a3d55b191d6b069ba598e069ce344efe \
                    sha256  ec49c452dc337a620556ab682bf0198bf50182550b502d8fb230a591260aa6a4 \
                    size    77476

distname            ${name}-${version}
use_bzip2           yes
extract.suffix      .tbz

depends_lib         port:ocaml-ppx_derivers

ocaml.build_type    dune
dune.packages       ${name}
