hunchentoot 1.2.35-1 source package in Ubuntu

Changelog

hunchentoot (1.2.35-1) unstable; urgency=medium

  * Quicklisp release update.

 -- Dimitri Fontaine <email address hidden>  Wed, 06 Apr 2016 21:49:30 +0300

Upload details

Uploaded by:
dim
Uploaded to:
Sid
Original maintainer:
dim
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hunchentoot_1.2.35-1.dsc 1.8 KiB bbe6d3a33a3a5d7f234626412cc44aaa4d84051ee9dc2717d66b5bb81638f732
hunchentoot_1.2.35.orig.tar.gz 210.7 KiB 3b24d7035ffe61fe21454d1782c43b007da6709d7de694e24453beb4dec1945d
hunchentoot_1.2.35-1.debian.tar.xz 2.9 KiB 070a48d41c955419ed60e6376a54bb6467a44bdecb0a5580f285c3cde352b4fa

Available diffs

No changes file available.

Binary packages built by this source

cl-hunchentoot: Common Lisp web server formerly known as TBNL

 Hunchentoot is a web server written in Common Lisp and at the same time a
 toolkit for building dynamic websites. As a stand-alone web server,
 Hunchentoot is capable of HTTP/1.1 chunking (both directions), persistent
 connections (keep-alive), and SSL.
 .
 Hunchentoot provides facilities like automatic session handling (with and
 without cookies), logging, customizable error handling, and easy access to
 GET and POST parameters sent by the client. It does not include
 functionality to programmatically generate HTML output. For this task you
 can use any library you like, e.g. (shameless self-plug) CL-WHO or
 HTML-TEMPLATE.
 .
 Hunchentoot talks with its front-end or with the client over TCP/IP sockets
 and optionally uses multiprocessing to handle several requests at the same
 time. Therefore, it cannot be implemented completely in portable Common
 Lisp. It currently works "natively" with LispWorks (which is the main
 development and testing platform), and additionally on all Lisps which are
 supported by the compatibility layers usocket and Bordeaux Threads.
 .
 Hunchentoot comes with a BSD-style license so you can basically do with it
 whatever you want.