mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 lines
1.2 KiB
Tcl
# -*- 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 rudolph-miller jonathan fb83ff094d330b2208b0febc8b25983c6050e378
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-jonathan
|
|
version 20200902
|
|
revision 0
|
|
|
|
checksums rmd160 0e6880cb7afacc3e5dd131342fde766c47211b6c \
|
|
sha256 4d001d2cf9244c53884ad46066581861e96683c374c1e0fcc8d15a26acf394b1 \
|
|
size 160689
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description JSON encoder and decoder.
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-annot \
|
|
port:cl-babel \
|
|
port:cl-fast-io \
|
|
port:cl-legion \
|
|
port:cl-ppcre \
|
|
port:cl-proc-parse \
|
|
port:cl-syntax \
|
|
port:cl-trivial-types
|
|
|
|
common_lisp.threads yes
|