# -*- 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-fieldslib
github.setup        janestreet fieldslib 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         OCaml record fields as first class values
long_description    ${description}

checksums           rmd160  df6ee4e3c8ed0cb5a9712ca8db3a87f7001660aa \
                    sha256  7bf728eb9db49f639ceda39d408d619271648e8840c5822724c1f64292c47146 \
                    size    3711
github.tarball_from archive

depends_lib-append  port:ocaml-base

ocaml.build_type    dune
