# -*- 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-record_builder
github.setup        janestreet record_builder 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Library which provides traversal of records with an applicative
long_description    ${description}

checksums           rmd160  28e932d0432e0432352422c66e357d807fd4b5b8 \
                    sha256  cef79df7f3626255f8452ed6235377be9eae0503fec4ffd111447e43450de6e2 \
                    size    7013
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_jane

ocaml.build_type    dune
