Browse Source

Added in a few other packages

Samuel W. Flint 8 years ago
parent
commit
51590b45ad
2 changed files with 13 additions and 0 deletions
  1. 5 0
      meeting-minds.asd
  2. 8 0
      meeting-minds.org

+ 5 - 0
meeting-minds.asd

@@ -8,6 +8,11 @@
                  #:clsql
                  #:stefil
                  #:ironclad
+                 #:cl-who
+                 #:commonqt
+                 #:qtools
+                 #:qtools-ui
+                 #:daemon
                  #:babel
                  #:uiop
                  #:cl-mustache

+ 8 - 0
meeting-minds.org

@@ -167,6 +167,9 @@ This defines the system itself, ~#:meeting-minds~, and it depends on the followi
  - ~clsql~ :: An SQL interface library that works extremely well with PostgreSQL.
  - ~stefil~ :: A testing framework
  - ~ironclad~ :: Encryption and hashing.
+ - ~cl-who~ :: HTML Generation.
+ - ~commonqt~, ~qtools~, & ~qtools-ui~ :: A GUI library for the user interface.
+ - ~daemon~ :: A daemonization system for the server.
  - ~babel~ :: Byte string manipulation.
  - ~uiop~ :: A utilities collection.
  - ~cl-mustache~ :: A templating framework based on the popular "Mustache" system.
@@ -185,6 +188,11 @@ This defines the system itself, ~#:meeting-minds~, and it depends on the followi
                    #:clsql
                    #:stefil
                    #:ironclad
+                   #:cl-who
+                   #:commonqt
+                   #:qtools
+                   #:qtools-ui
+                   #:daemon
                    #:babel
                    #:uiop
                    #:cl-mustache