changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp.sk

revision 597: 5b2ca5b2a9db
parent 477: c9b69040cb23
child 663: cc89b337384b
     1.1--- a/lisp.sk	Thu Aug 15 21:54:36 2024 -0400
     1.2+++ b/lisp.sk	Thu Aug 15 23:36:34 2024 -0400
     1.3@@ -2,4 +2,8 @@
     1.4 :name "core/lisp"
     1.5 :src "lisp"
     1.6 :description "CC Lisp Core"
     1.7-:components ((:lisp-system "prelude.asd") (:lisp-system "user.asd") (:lisp-system "core.asd"))
     1.8+:components
     1.9+((:lisp-system "prelude.asd")
    1.10+ (:lisp-system "user.asd")
    1.11+ (:lisp-system "core.asd")
    1.12+ (:lisp-system "std/std.asd"))