cl-aserve
AllegroServe, a web server written in Common Lisp
The server part of AllegroServe can be used either as a standalone web server or a module loaded into an application to provide a user interface to the application. AllegroServe's proxy ability allows it to run on the gateway machine between some internal network and the Internet. AllegroServe's client functions allow Lisp programs to explore the web.
- Versions: 1.2.50-2.cac1d69
- Website: https://franz.com/support/documentation/current/doc/aserve/aserve.html
- Licenses: LLGPL
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cl-aserve
as follows:
guix install cl-aserve
Or install a particular version:
guix install cl-aserve@1.2.50-2.cac1d69
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of cl-aserve about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cl-aserve'><img src='https://packages.guix.gnu.org/packages/cl-aserve/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/cl-aserve/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/cl-aserve)
Example Org:
[[https://packages.guix.gnu.org/packages/cl-aserve][https://packages.guix.gnu.org/packages/cl-aserve/badges/latest-version.svg]]