-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathPortfile
30 lines (22 loc) · 1.03 KB
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- 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
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