# -*- 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 3.0.0
revision            2
conflicts           ocaml-yojson2
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  08e9147ad850693ece564644670a4c0a7dc28855 \
                    sha256  03676bd68a7ccc9e4aeb954930a401cf9389ba86e6cf4a61ad768cb3fac23856 \
                    size    56689
github.tarball_from archive

ocaml.build_type    dune
