changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp.sk

revision 663: cc89b337384b
parent 597: 5b2ca5b2a9db
     1.1--- a/lisp.sk	Sat Sep 21 18:18:14 2024 -0400
     1.2+++ b/lisp.sk	Sat Sep 21 22:58:22 2024 -0400
     1.3@@ -3,7 +3,8 @@
     1.4 :src "lisp"
     1.5 :description "CC Lisp Core"
     1.6 :components
     1.7-((:lisp-system "prelude.asd")
     1.8- (:lisp-system "user.asd")
     1.9- (:lisp-system "core.asd")
    1.10- (:lisp-system "std/std.asd"))
    1.11+((:asd "prelude")
    1.12+ (:asd "user")
    1.13+ (:asd "core")
    1.14+ (:mod "std" (:asd "std")))
    1.15+