# -*- 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 anypool 2e0e387bce6b57e9d36b4e0382f109d5d292362e
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
name                    cl-anypool
version                 20230917
revision                0

checksums               rmd160  39f1e5cd39dfc125d8d34abf67c8f0faa1db2876 \
                        sha256  007a71853b4bfe6d9d3874f9b5284c652186b71dab6aedcd430e2129df41cc67 \
                        size    6351

categories-append       devel
maintainers             nomaintainer
license                 BSD

description             General-purpose connection pooling library for Common Lisp

long_description        {*}${description}

depends_lib-append      port:cl-bordeaux-threads \
                        port:cl-rove \
                        port:cl-speedy-queue

common_lisp.threads     yes

# See: https://github.com/fukamachi/anypool/issues/5
test.run                no
