mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
781 B
Tcl
24 lines
781 B
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 common_lisp 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup edicl chunga 1.1.9 v
|
|
name cl-chunga
|
|
revision 0
|
|
|
|
checksums rmd160 31603049dbf58fa5eebfb8dae0bcfefdb609d39e \
|
|
sha256 7b5c7e3a7d99b936281aac7322a3f6087ccf656de0ce7e4a11340e0e2da1b2f3 \
|
|
size 21271
|
|
github.tarball_from archive
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description Portable chunked streams for Common Lisp
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-trivial-gray-streams
|