summaryrefslogtreecommitdiff
path: root/package.lisp
blob: 4e6ef7450f98c80a19774f6ad7c797fa6a752589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
;;;; package.lisp

(defpackage #:pastiche
  (:use #:cl)
  (:import-from #:flatbind #:do>)
  (:import-from
   #:hypnotisml
   #:<html>
   #:<body>
   #:<head>
   #:<h4>
   #:<br>
   #:<a>
   #:<pre>
   #:@)
  (:local-nicknames
   (#:a #:alexandria-2)
   (#:db #:bknr.datastore)
   (#:http #:weekend)
   (#:html #:hypnotisml)))