changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/std/std.asd

revision 413: 600e4fc73cb3
parent 359: 0e00dec3de03
child 431: c40d2a41d7ce
     1.1--- a/lisp/std/std.asd	Wed Jun 05 22:06:05 2024 -0400
     1.2+++ b/lisp/std/std.asd	Wed Jun 05 22:27:33 2024 -0400
     1.3@@ -1,6 +1,6 @@
     1.4 ;;; std.asd --- standard library
     1.5+(pushnew :std *features*)
     1.6 
     1.7-;; TODO: move into std system?
     1.8 (defsystem :std/named-readtables
     1.9   :version "0.1.0"
    1.10   :components ((:file "named-readtables"))