# -*- 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.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Runtime types for OCaml
long_description    ${description}

checksums           rmd160  ec8397490b7a659bde5677e823812c8a74865016 \
                    sha256  943ef91a18d26d530873630a76fc12bc0f0ce5ee8133be69f1e3026525357b11 \
                    size    23002
github.tarball_from archive

depends_lib-append  port:ocaml-base

ocaml.build_type    dune
