# -*- 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        fukamachi circular-streams e770bade1919c5e8533dd2078c93c3d3bbeb38df
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-circular-streams
version             20161202
revision            0

checksums           rmd160  78d36f7cfba4722092fb1b98a5ab8803c18ee0c1 \
                    sha256  b0d19362c3f0d3155d47c16b0248e4132b10bbae764b51df2fe65f1f59c21387 \
                    size    3374

categories-append   devel
maintainers         nomaintainer
license             LLGPL

description         Circularly readable streams for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-fast-io \
                    port:cl-flexi-streams \
                    port:cl-test-more \
                    port:cl-trivial-gray-streams

# *** - DEFMETHOD: OUTPUT-STREAM-P does not name a generic function
common_lisp.clisp   no
