# -*- 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.16.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  cdd4aa0b7c9e3b7334cb53bf3e058ebb6e1d55dc \
                    sha256  f397aa471a92da2272e96787dc64e9ba10e1464a6ef821c1edf68a7601ae2736 \
                    size    7641
github.tarball_from archive

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

ocaml.build_type    dune
