Add the missing manual (!!)
[clinton/lisp-on-lines.git] / src / ucw / packages.lisp
1
2 (defpackage lisp-on-lines-ucw
3 (:documentation "An LoL Layer over ucw.basic")
4 (:nicknames #:lol-ucw)
5 (:use #:lisp-on-lines #:ucw :ucw-core :common-lisp :arnesi :contextl)
6
7 (:shadowing-import-from :js
8 #:new)
9 (:shadowing-import-from :ucw-core
10 #:parent )
11 (:import-from :ucw-standard
12 #:call #:answer #:defaction #:*source-component*)
13
14
15
16 (:export
17
18 #:lol-component
19 #:described-component-class))
20