Added tutorial, added LABEL attribute to T description. Untested, may be borked.
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index fcb4394..0e32bf7 100644 (file)
@@ -39,8 +39,10 @@ OTHER DEALINGS IN THE SOFTWARE."
               
               (:module :src
                        :components ((:file "contextl-hacks")
               
               (:module :src
                        :components ((:file "contextl-hacks")
+
                                     (:file "packages")
                                     
                                     (:file "packages")
                                     
+                                    (:file "rofl")
                                     (:file "utilities")
                                     
                                     (:file "display")
                                     (:file "utilities")
                                     
                                     (:file "display")
@@ -54,16 +56,19 @@ OTHER DEALINGS IN THE SOFTWARE."
 
                                    (:module :standard-descriptions
                                              :components ((:file "t")
 
                                    (:module :standard-descriptions
                                              :components ((:file "t")
+                                                          (:file "inline")
                                                           (:file "edit")
                                                           (:file "symbol")
                                                           (:file "list")
                                                           (:file "clos"))
                                                           (:file "edit")
                                                           (:file "symbol")
                                                           (:file "list")
                                                           (:file "clos"))
-                                                          )
+                                                          
                                              :serial t))
                                     
                                     :serial t))
   :serial t
                                              :serial t))
                                     
                                     :serial t))
   :serial t
-  :depends-on (:contextl :arnesi :alexandria))
+  :depends-on (:contextl :arnesi :alexandria :parse-number
+                        ;;for rofl:
+                         :cl-postgres :simple-date :postmodern))
 
 
 
 
 
 
@@ -74,6 +79,10 @@ OTHER DEALINGS IN THE SOFTWARE."
                                     (:file "description-test")
                                     (:file "attribute-test")
                                     (:file "display-test")
                                     (:file "description-test")
                                     (:file "attribute-test")
                                     (:file "display-test")
+                                    (:file "rofl-test")
+                                    (:module :standard-descriptions
+                                     :components ((:file "edit-test"))
+                                     :serial t)
                                     (:module :ucw
                                      :components ((:file "ucw-test"))
                                      :serial t))
                                     (:module :ucw
                                      :components ((:file "ucw-test"))
                                      :serial t))