Massive patch to compile with modern versions of the libraries. This is only 1/2...
[clinton/lisp-on-lines.git] / src / packages.lisp
index ace541f..42ceab3 100644 (file)
@@ -7,6 +7,10 @@
        :clsql
        :contextl)
   (:nicknames :lol :mewa)
+
+  (:shadowing-import-from
+   :ucw
+   :parent)
   
   (:shadowing-import-from
    :iterate
 
 
    ;;;; The LoL 3 displays
-   :defdisplay
-   :defattribute
-   :display
-   :display-using-description
-   :call-display
+   #:defdisplay
+   #:defdescription
+   #:defattribute
+   #:display
+   #:display*
+   #:display-using-description
+   #:display-attribute
+   #:call-display
+
+   #:standard-attribute
+   #:attribute.name
 
-   ;;;; Standard Layers
+;;;; Standard Layers
 
-   :editor
-   :one-line
-   :as-string
-   :as-table
+   #:editor
+   #:one-line
+   #:as-string
+   #:as-table
+;;;; Wrapping layers
+   #:wrap-div
+   #:wrap-link
+   
+   #:show-attribute-labels
    ;;;; "Lines", the newest creation.
    :defline
 
    :set-attribute
    :find-attribute
 
-   ;;;; Meta Model Exports))
-   :define-meta-model
-   :def-view-class-from-table
-   :def-view-class/meta
-   :list-slot-types
-   ))
\ No newline at end of file
+   ;; Some CRUD
+   #:crud
+   #:crud-editor
+   #:crud-viewer
+   #:crud-summary
+   #:crud-database
+   #:instance))
\ No newline at end of file