# -*- 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 common_lisp 1.0 PortGroup github 1.0 github.setup edicl hunchentoot 1.3.1 v name cl-hunchentoot revision 0 checksums rmd160 c361f4640e02ef447c09b088341db8c55366972d \ sha256 92243ca8cb369f0fae0fdd84dcef8329caa01cc4778e8f85942757bd1ef39460 \ size 177642 github.tarball_from archive categories-append www devel maintainers nomaintainer license BSD description Web server written in Common Lisp long_description Hunchentoot is a web server written in Common Lisp and at \ the same time a toolkit for building dynamic websites. depends_lib-append port:cl-alexandria \ port:cl-base64 \ port:cl-bordeaux-threads \ port:cl-chunga \ port:cl-drakma \ port:cl-fad \ port:cl-flexi-streams \ port:cl-md5 \ port:cl-plus-ssl \ port:cl-ppcre \ port:cl-rfc2388 \ port:cl-trivial-backtrace \ port:cl-usocket \ port:cl-who common_lisp.ffi yes common_lisp.threads yes # CCL + ABCL has issues with shutdown the server, similar SBCL one # SEE: https://github.com/edicl/hunchentoot/issues/131 # # Thus, ABCL additionally has issue with compatiblity with usocket # See: https://github.com/usocket/usocket/issues/113 common_lisp.abcl no common_lisp.ccl no