# -*- 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            fukamachi lack c3190fbafc2d17dde7c94d86d62617fff3833da5
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
name                    cl-lack
version                 20230920
revision                0

checksums               rmd160  2496a84a2a4962cb1d1cc374102ebf2e43079350 \
                        sha256  a9bc5acb8702cc1e8a5e5ca116a087e71f8077c8683cc4526c6c1471be06c248 \
                        size    181132

categories-append       devel
maintainers             nomaintainer
license                 MIT

description             Lack, the core of Clack

long_description        {*}${description}

depends_lib-append      port:cl-alexandria \
                        port:cl-anypool \
                        port:cl-babel \
                        port:cl-base64 \
                        port:cl-bordeaux-threads \
                        port:cl-circular-streams \
                        port:cl-cookie \
                        port:cl-dbi \
                        port:cl-dexador \
                        port:cl-flexi-streams \
                        port:cl-http-body \
                        port:cl-hunchentoot \
                        port:cl-ironclad \
                        port:cl-isaac \
                        port:cl-local-time \
                        port:cl-marshal \
                        port:cl-ppcre \
                        port:cl-prove \
                        port:cl-quri \
                        port:cl-redis \
                        port:cl-split-sequence \
                        port:cl-sqlite \
                        port:cl-trivial-gray-streams \
                        port:cl-trivial-mime \
                        port:cl-trivial-rfc-1123 \
                        port:cl-trivial-utf-8

common_lisp.ffi         yes
common_lisp.threads     yes

# See:
#  - https://github.com/fukamachi/lack/issues/75
#  - https://github.com/fukamachi/lack/issues/80
test.run                no
