# -*- 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_witness
github.setup        janestreet ppx_stable_witness 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         ppx extension for deriving a witness that a type is intended to be stable
long_description    ${description}

checksums           rmd160  fbd744c1a6a06e9636969bcd58b9fdd5ed6d49e8 \
                    sha256  052db5d52ccacaab30ead1a4192ad021ee00c235a73c09b7918acabcee4a0cda \
                    size    7625
github.tarball_from archive

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

ocaml.build_type    dune
