# -*- 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           common_lisp 1.0

github.setup        atlas-engineer njson 1.2.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-njson
revision            0

checksums           rmd160  12b6b9426daf6496b815e30d43d8103d6b345bdf \
                    sha256  13fdbd2afc170c401a7847df9b55f16da46180694c7b270cfb068c8203bbeb4a \
                    size    23151

categories-append   devel
maintainers         nomaintainer
license             BSD

description         NJSON is a JSON handling framework with the focus on convenience and brevity

long_description    {*}${description}

depends_lib-append  port:cl-com.inuoe.jzon \
                    port:cl-json \
                    port:cl-lisp-unit2 \
                    port:cl-nasdf

# See: https://github.com/atlas-engineer/njson/issues/14
common_lisp.abcl    no
