mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-12 20:31:06 -08:00
rm HTML templating libraries
This commit is contained in:
parent
2629130f4a
commit
06f4e021f8
3 changed files with 1 additions and 6 deletions
|
|
@ -411,11 +411,10 @@ Imported:
|
|||
|
||||
- Hunchentoot
|
||||
- Easy-routes
|
||||
- Djula
|
||||
- Spinneret
|
||||
|
||||
https://lispcookbook.github.io/cl-cookbook/web.html
|
||||
|
||||
|
||||
** Conditions
|
||||
|
||||
From Serapeum, we import [[https://github.com/ruricolist/serapeum/blob/master/REFERENCE.md#ignoring-type-body-body][=ignoring=]].
|
||||
|
|
|
|||
2
ciel.asd
2
ciel.asd
|
|
@ -34,8 +34,6 @@
|
|||
;; web
|
||||
:hunchentoot
|
||||
:easy-routes ;; better route definition for Hunchentoot.
|
||||
:djula
|
||||
:spinneret
|
||||
:quri
|
||||
:lquery
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
- decimals: Decimal number parser and formatter
|
||||
- dexador: Yet another HTTP client for Common Lisp
|
||||
- dissect: A lib for introspecting the call stack and active restarts.
|
||||
- djula: An implementation of Django templates for Common Lisp.
|
||||
- easy-routes: Yet another routes handling utility on top of Hunchentoot
|
||||
- fiveam: A simple regression testing framework
|
||||
- fn: Some macros for lambda brevity
|
||||
|
|
@ -44,7 +43,6 @@ simple string literal definition that doesn't require escaping characters.
|
|||
- quri: Yet another URI library for Common Lisp
|
||||
- repl-utilities: Ease common tasks at the REPL.
|
||||
- serapeum: Utilities beyond Alexandria.
|
||||
- spinneret: Common Lisp HTML5 generator.
|
||||
- str: Modern, consistent and terse Common Lisp string manipulation library.
|
||||
- sxql: A SQL generator
|
||||
- trivia: NON-optimized pattern matcher compatible with OPTIMA, with extensible optimizer interface and clean codebase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue