# -*- 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-typerep
github.setup        janestreet typerep 0.17.1 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Runtime types for OCaml
long_description    ${description}

checksums           rmd160  29b7dcd960c47977daa530a4fb4dc0ea912955e5 \
                    sha256  7af8e3d7398500573c97c7ba3605cf9e971aea5447df7178ef104ef819e8b3e4 \
                    size    23072
github.tarball_from archive

depends_lib-append  port:ocaml-base

ocaml.build_type    dune
