# -*- 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_typerep_conv
github.setup        janestreet ppx_typerep_conv 0.17.1 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Automatic generation of runtime types from type definitions
long_description    ${description}

checksums           rmd160  2f3220fd2a594381253a3291b79597159830b984 \
                    sha256  d58ae0dc8a66f06829f3a63efb9b2c43f8f9c486b34e3229422efedfcf690e57 \
                    size    9459
github.tarball_from archive

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

ocaml.build_type    dune
