# -*- 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-yojson
github.setup        ocaml-community yojson 2.2.2
revision            0

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             BSD
description         JSON parsing and printing library for OCaml
long_description    Yojson is an optimized JSON parsing and printing library \
                    for OCaml.

checksums           rmd160  f1e7b1e214fc042603981cc53159f6c6bcc78857 \
                    sha256  5e4371cb54f9367b01dc387a15787f75ff4f528eda07b0e974a33908e057d6e9 \
                    size    58638
github.tarball_from archive

depends_lib-append  port:ocaml-seq

ocaml.build_type    dune
