# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           ruby 1.0

ruby.branches       3.4 3.3 3.2 3.1 3.0
ruby.setup          json 2.18.0 gem {} rubygems
revision            0
license             Ruby
maintainers         {kimuraw @kimuraw} openmaintainer
homepage            https://flori.github.io/json
description         JSON implementation as a Ruby extension in C
long_description    \
    This is a implementation of the JSON specification according to RFC 4627. \
    You can think of it as a low fat alternative to XML, if you want to store \
    data to disk or transmit it over a network rather than use a verbose \
    markup language.

checksums           rmd160  f538ddf3b2a59baf1dad867abde2724fdb6b6e35 \
                    sha256  b10506aee4183f5cf49e0efc48073d7b75843ce3782c68dbeb763351c08fd505 \
                    size    104960
