# -*- 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        sionescu iolib 0.8.4 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-iolib
revision            0

checksums           rmd160  2c91952e399006e62bf3018c23edf374eb3b3a22 \
                    sha256  d11b7f1d5872daf5c9d76e3229d4e5222d456ae1f863906c1b1f0b891a4e3074 \
                    size    238857

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Common Lisp I/O library

long_description    {*}${description}

depends_lib-append  port:cl-babel \
                    port:cl-bordeaux-threads \
                    port:cl-cffi \
                    port:cl-idna \
                    port:cl-swap-bytes \
                    port:cl-trivial-features \
                    port:libfixposix

depends_test-append port:cl-fiveam

common_lisp.ffi     yes
common_lisp.threads yes

# Tests on macOS seems to be broken
# See: https://github.com/sionescu/iolib/issues/80
test.run            no
