summaryrefslogtreecommitdiff
path: root/package.lisp
blob: 8bce3372c8f68291fc221cd56f36f512b4d7b731 (plain)
1
2
3
4
5
6
7
8
9
10
;;;; package.lisp

(defpackage #:pastiche
  (:use #:cl)
  (:import-from #:flatbind #:do>)
  (:local-nicknames
   (#:a #:alexandria-2)
   (#:db #:bknr.datastore)
   (#:http #:weekend)
   (#:html #:hypnotisml)))