hunchentoot 1.2.38-1.1 source package in Ubuntu

Changelog

hunchentoot (1.2.38-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Wed, 06 Jan 2021 22:07:25 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hunchentoot_1.2.38-1.1.dsc 1.8 KiB 498157a260b0874a4d2984e18be562fe59594f853dfc8cc105cd06df7b52e81a
hunchentoot_1.2.38.orig.tar.gz 213.9 KiB 9a29698453a04c5cc1ff37edfe961122eb1baf5cb5c02a50efd34f525ef99dae
hunchentoot_1.2.38-1.1.debian.tar.xz 3.0 KiB d3fd9a1e6ec9bf55b3274030d8822fd1f0b1efc141ea4b79f93b0884d69d2463

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.