File: control

package info (click to toggle)
cl-portable-aserve 20150826.git39b1324%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,240 kB
  • sloc: lisp: 22,562; makefile: 54; sh: 36
file content (60 lines) | stat: -rw-r--r-- 2,008 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: cl-portable-aserve
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.3.0
Homepage: http://portableaserve.sourceforge.net/
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-portable-aserve.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-portable-aserve
Rules-Requires-Root: no

Package: cl-aserve
Architecture: all
Multi-Arch: foreign
Depends: cl-acl-compat,
         cl-htmlgen,
         ${misc:Depends}
Recommends: cl-ptester
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
Multi-Arch: foreign
Depends: cl-ppcre,
         cl-puri,
         cl-ironclad,
         cl-fad,
         ${misc:Depends}
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
Multi-Arch: foreign
Depends: cl-acl-compat,
         ${misc:Depends}
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
Multi-Arch: foreign
Depends: cl-aserve,
         cl-acl-compat,
         cl-htmlgen,
         ${misc:Depends}
Description: HTTP dispatch library for cl-aserve
 Webactions is Franz's Common Lisp library for dispatching HTTP requests as
 well as processing HTML templates. It relies on the Portable AllegroServe web
 server.