Codebase list cl-portable-aserve / fb271ad
cl-acl-compat now Depends on cl-ironclad and cl-fad Also cl-aserve now Recommends cl-ptester (for testsuite). Sébastien Villemot 5 years ago
2 changed file(s) with 17 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
44 * Drop debian.patch, no longer needed
55 * Rewrite d/rules using dh
66 * Bump to debhelper compat level 12
7 * cl-acl-compat now Depends on cl-ironclad and cl-fad
8 * cl-aserve now Recommends cl-ptester (for testsuite)
79
810 -- Sébastien Villemot <sebastien@debian.org> Wed, 13 Feb 2019 10:41:59 +0100
911
1010
1111 Package: cl-aserve
1212 Architecture: all
13 Depends: cl-acl-compat, cl-htmlgen, cl-ppcre, cl-puri, ${misc:Depends}
13 Depends: cl-acl-compat,
14 cl-htmlgen,
15 ${misc:Depends}
16 Recommends: cl-ptester
1417 Suggests: cl-webactions
1518 Description: Portable Aserve
1619 A portable version of AllegroServe which is a web application server
1922
2023 Package: cl-acl-compat
2124 Architecture: all
22 Depends: cl-ppcre, cl-puri, ${misc:Depends}
25 Depends: cl-ppcre,
26 cl-puri,
27 cl-ironclad,
28 cl-fad,
29 ${misc:Depends}
2330 Description: Compatibility layer for Allegro Common Lisp
2431 A thin compatibility-layer that emulates library functions provided
2532 by Allegro Common Lisp. It is used
2835
2936 Package: cl-htmlgen
3037 Architecture: all
31 Depends: cl-ppcre, cl-puri, ${misc:Depends}
38 Depends: cl-acl-compat,
39 ${misc:Depends}
3240 Description: HTML generation library for Common Lisp programs
3341 cl-htmlgen is Franz's library for generating HTML from Common Lisp programs.
3442 It is limited to generating HTML code, so you may want to use the cl-lml2
3644
3745 Package: cl-webactions
3846 Architecture: all
39 Depends: cl-aserve, cl-ppcre, cl-puri, ${misc:Depends}
47 Depends: cl-aserve,
48 cl-acl-compat,
49 cl-htmlgen,
50 ${misc:Depends}
4051 Description: HTTP dispatch library for cl-aserve
4152 Webactions is Franz's library for dispatching HTTP requests as well as
4253 processing HTML templates. It uses the cl-aserve package.