# -*- 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.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Library which provides traversal of records with an applicative
long_description    ${description}

checksums           rmd160  9e715ec07f665400211353403ffd4db46f1a67d1 \
                    sha256  501d45424e9b04ad20bc9498a6dad4896d8fce7b827b9bc5f3e90f7788a44e9c \
                    size    6967
github.tarball_from archive

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

ocaml.build_type    dune
