add contextl component using new dynamic environment stuff
[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)
6963098f 5 (:use #:lisp-on-lines #:ucw :ucw-core :common-lisp :arnesi :contextl)
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
4358148e 17
6963098f 18 #:lol-component
46440824 19 #:described-component-class))
4358148e 20