# -*- 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-ppx_fields_conv
github.setup        janestreet ppx_fields_conv 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Generation of accessor and iteration functions for OCaml records
long_description    ${description}

checksums           rmd160  3dbbb861a2b382c31faeb3e8d0c9d8a661101004 \
                    sha256  fb7328ee2a6a17456cbe6e7083f07f5ccb4e43786c83f7e1213119919e10972c \
                    size    21481
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-fieldslib \
                    port:ocaml-ppxlib

ocaml.build_type    dune
