# -*- 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        joaotavora fiasco bb47d2fef4eb24cc16badc1c9a73d73c3a7e18f5
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-fiasco
version             20200314
revision            0

checksums           rmd160  50105d36359c5be8cb08f8bbb26d2934a0a6c3de \
                    sha256  1cd30edff5e8b74dca214b672e74b6d1cc5c3dcfddc58a8f1c405ba966cf797f \
                    size    19464

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Common Lisp test framework that treasures your failures, logical continuation of Stefil.

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-trivial-gray-streams
