# -*- 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        Shinmera mmap b045b6c6f986770f89c57423b26e8b1626eb1033
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-mmap
version             20230902
revision            0

checksums           rmd160  12fdb5e5f54ba0b286117ba3792fd3afbdfebb44 \
                    sha256  4179ac9b7d51c2e0a97795eb40fd45b5faf644f20a99e634853a87030187c9bf \
                    size    13624

categories-append   devel
maintainers         nomaintainer
license             zlib

description         yet another CL deflate decompressor

long_description    {*}${description}

depends_lib-append  port:cl-cffi \
                    port:cl-documentation-utils \
                    port:cl-parachute \
                    port:cl-trivial-features

common_lisp.ffi     yes
