# -*- 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        orthecreedence wookie 1f74b6c24b463c1e6fff35377e477934f72bac20
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-wookie
version             20230131
revision            0

checksums           rmd160  fe263bc7b892cbd71a0220cc42d18d56d64ecb6a \
                    sha256  25e5a1a56b2c84272537d0b7efbe072effce301984981c26e649ee0388ce5528 \
                    size    29904

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Asynchronous HTTP server in common lisp

long_description    {*}${description}

depends_lib-append  \
                    port:cl-alexandria \
                    port:cl-async \
                    port:cl-babel \
                    port:cl-blackbird \
                    port:cl-chunga \
                    port:cl-do-urlencode \
                    port:cl-fad \
                    port:cl-fast-http \
                    port:cl-fast-io \
                    port:cl-ppcre \
                    port:cl-quri \
                    port:cl-vom

common_lisp.ffi     yes
common_lisp.threads yes
