# -*- 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_stable
github.setup        janestreet ppx_stable 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Stable types conversions generator
long_description    ppx extension for easier implementation of conversion functions between almost identical types

checksums           rmd160  df57b145bb0bccc5c45c663b57fbf6294f4a8ccd \
                    sha256  55cda9b7c2a8f3e86a499f205b8fd863cc600e7feafa41049b3c9b27a9235a62 \
                    size    18298
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppxlib

ocaml.build_type    dune
