# -*- 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.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Automatic generation of runtime types from type definitions
long_description    ${description}

checksums           rmd160  afa9ab8dbc6b5b18e339b6d29b8136f0649fa879 \
                    sha256  e35cf53870f7c9aa3bf12072cbb23f0c4ed4dc6f0ee8a62b13bdfd9b77bb52e9 \
                    size    9421
github.tarball_from archive

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

ocaml.build_type    dune
