changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / examples/examples.asd

revision 39: 1ef551e24009
parent 38: 8259376eee11
child 40: 6b652d7d6663
     1.1--- a/examples/examples.asd	Fri Dec 29 00:45:44 2023 -0500
     1.2+++ b/examples/examples.asd	Thu Apr 11 18:58:35 2024 -0400
     1.3@@ -1,9 +1,10 @@
     1.4 (defsystem :examples
     1.5-  :depends-on (:std :cli :obj :dat :net :rdb)
     1.6+  :depends-on (:prelude)
     1.7   :components 
     1.8   ((:file "vegadat")
     1.9    (:module "db"
    1.10-    :components ((:file "cl-simple-example")
    1.11+    :components ((:file "cl-simple-example-raw")
    1.12                  (:file "mini-redis")
    1.13-                 (:file "tao")))))
    1.14+                 (:file "tao")
    1.15+                 (:file "mbdb" :depends-on nil)))))
    1.16