# -*- 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.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         OCaml record fields as first class values
long_description    ${description}

checksums           rmd160  377dc643ce5cdd1948d9346a3e3d673c9ff7c177 \
                    sha256  3d6001f7355d2dfb0f33fb7e64f39e34bda0917277609f5ec9a0703aa17b7dfa \
                    size    3744
github.tarball_from archive

depends_lib-append  port:ocaml-base

ocaml.build_type    dune
