File: control

package info (click to toggle)
cl-portable-aserve 1.2.42%2Bcvs.2010.02.08-dfsg-1.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,860 kB
  • sloc: lisp: 29,622; sh: 156; perl: 140; makefile: 36
file content (44 lines) | stat: -rw-r--r-- 1,808 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: cl-portable-aserve
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.3
Build-Depends-Indep: dh-lisp
Homepage: http://portableaserve.sourceforge.net/
Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-portable-aserve.git


Package: cl-aserve
Architecture: all
Depends: cl-acl-compat, cl-htmlgen, cl-ppcre, cl-puri, ${misc:Depends}, common-lisp-controller
Suggests: cl-webactions
Description: Portable Aserve
 A portable version of AllegroServe which is a web application server
 for Common Lisp programs. It also includes an HTTP client function
 for accessing web sites and retrieving data.

Package: cl-acl-compat
Architecture: all
Depends: cl-ppcre, cl-puri, ${misc:Depends}, common-lisp-controller
Description: Compatibility layer for Allegro Common Lisp
 A thin compatibility-layer that emulates library functions provided
 by Allegro Common Lisp. It is used
 to support a number of Franz's open-source packages which depend upon
 such library functions.

Package: cl-htmlgen
Architecture: all
Depends: cl-ppcre, cl-puri, ${misc:Depends}, common-lisp-controller
Description: HTML generation library for Common Lisp programs
 cl-htmlgen is Franz's library for generating HTML from Common Lisp programs.
 It is limited to generating HTML code, so you may want to use the cl-lml2
 Debian package for generating XHTML code.

Package: cl-webactions
Architecture: all
Depends: cl-aserve, cl-ppcre, cl-puri, ${misc:Depends}, common-lisp-controller
Description: HTTP dispatch library for cl-aserve
 Webactions is Franz's library for dispatching HTTP requests as well as 
 processing HTML templates. It uses the cl-aserve package.