removing historical implementation
[clinton/lisp-on-lines.git] / src / packages.lisp
index 42ceab3..ba61e89 100644 (file)
@@ -1,22 +1,22 @@
 (defpackage :lisp-on-lines
   (:use :arnesi
 (defpackage :lisp-on-lines
   (:use :arnesi
-       :iterate
-       :meta-model
+       ;:iterate
+       ;:meta-model
        :common-lisp
        :common-lisp
-       :it.bese.ucw
-       :clsql
+       ;:it.bese.ucw
+       ;:clsql
        :contextl)
   (:nicknames :lol :mewa)
 
        :contextl)
   (:nicknames :lol :mewa)
 
-  (:shadowing-import-from
+  #+nil(:shadowing-import-from
    :ucw
    :parent)
   
    :ucw
    :parent)
   
-  (:shadowing-import-from
+  #+nil(:shadowing-import-from
    :iterate
    :with)
 
    :iterate
    :with)
 
-  (:shadowing-import-from
+#+nil  (:shadowing-import-from
    :clsql
    :time-difference
    :make-time
    :clsql
    :time-difference
    :make-time
    :time+
    :date-element)
   
    :time+
    :date-element)
   
-  (:export 
+  (:export
+
+   #:find-description
+   #:ensure-description
+   #:define-description
+
+   #:define-display
+   #:display
+   #:*display*
+   #:*object*
+   
+   #:find-attribute
+   #:attribute-label
+
+
+
    ;;;; CLSQL meta-model/default attributes definers
    ;;;; TODO: should be moved to meta-model,
    ;;;; with lol specific function implemented like the
    ;;;; CLSQL meta-model/default attributes definers
    ;;;; TODO: should be moved to meta-model,
    ;;;; with lol specific function implemented like the
    #:crud-viewer
    #:crud-summary
    #:crud-database
    #:crud-viewer
    #:crud-summary
    #:crud-database
-   #:instance))
\ No newline at end of file
+   #:instance))
+
+(cl:defpackage #:lol-test
+  (:use :cl :lisp-on-lines :stefil :contextl))
\ No newline at end of file