# -*- 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.3 3.2 3.1 3.0
ruby.setup          json 2.8.1 gem {} rubygems
revision            0
checksums           rmd160  782a28d2c24295ebc800b97874db0884cdf634ec \
                    sha256  404e8ca4c2ef6c7a6fa15bb9e2e280f3523334b78a83f22268297fe7939ee22a \
                    size    71680

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.
license             Ruby
maintainers         {kimuraw @kimuraw} openmaintainer

homepage            https://flori.github.io/json/