# -*- 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        rpav fast-io a4c5ad600425842e8b6233b1fa22610ffcd874c3
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-fast-io
version             20220807
revision            0

checksums           rmd160  3ab598b68fcf2934b3d77cc66e1fca5583223893 \
                    sha256  12f0b0e76999dac0dae8aad04aac12e1a137ba8bb62c7cc106c293df200f118e \
                    size    9724

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Fast octet-vector/stream I/O for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-checkl \
                    port:cl-fiveam \
                    port:cl-static-vectors \
                    port:cl-trivial-gray-streams

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