# -*- 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        3b 3bz 4f8a90ec5dc8376145a390094061163ee583a700
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-3bz
version             20230321
revision            0

checksums           rmd160  3fca9355b7e7cc6c1e0b25ae6f680fc04b885529 \
                    sha256  f072501e4d6e7ab22caba1eec2b29bad3e962371960407b32fbd4ce6d94cc1cc \
                    size    34061

categories-append   devel
maintainers         nomaintainer
license             MIT

description         yet another CL deflate decompressor

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-babel \
                    port:cl-cffi \
                    port:cl-mmap \
                    port:cl-nibbles \
                    port:cl-trivial-features

common_lisp.ffi     yes
