# -*- 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_deriving_yojson
github.setup        ocaml-ppx ppx_deriving_yojson 3.10.0 v
revision            1

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             MIT
description         OCaml ppx_deriving plugin for Yojson
long_description    An OCaml ppx_deriving plugin that generates JSON serializers and \
                    deserializers using the Yjoson library.

distname            ${version}
checksums           rmd160  52eafd842b1fdf635ab7df001b4870942c4c81c4 \
                    sha256  669a06f573024b5517abb1a89f0cc6eea4a217cb4f17de6cfe618001cbe7df20 \
                    size    21122
github.tarball_from archive

ocaml.build_type    dune

depends_lib         port:ocaml-yojson \
                    port:ocaml-result \
                    port:ocaml-ppx_deriving \
                    port:ocaml-ppxlib
