minor updates to work with released ucw-core
[clinton/lisp-on-lines.git] / src / ucw / packages.lisp
CommitLineData
4358148e 1
2(defpackage lisp-on-lines-ucw
3 (:documentation "An LoL Layer over ucw.basic")
4 (:nicknames #:lol-ucw)
46440824 5 (:use #:lisp-on-lines #:ucw :ucw-core :common-lisp :arnesi)
e8fd1a9a 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*)
4358148e 13
e8fd1a9a 14
4358148e 15
16 (:export
b7657b86 17
18 ;;; First, LOL-UCW exports. The rest are from UCW.
19 #:lol-component
4358148e 20
46440824 21 #:described-component-class))
4358148e 22