changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/user.asd

revision 631: 0b82a2893d26
parent 462: 0a197b3b6995
child 664: 4d8451fe5423
     1.1--- a/lisp/user.asd	Wed Aug 28 22:08:42 2024 -0400
     1.2+++ b/lisp/user.asd	Fri Aug 30 21:29:55 2024 -0400
     1.3@@ -3,7 +3,9 @@
     1.4   :depends-on (:std :cli :doc :nlp
     1.5                :obj :skel :syn :organ
     1.6                :packy :parse :pod :rdb
     1.7-               :krypt :gui :aud)
     1.8+               :krypt :gui :aud :net
     1.9+               :krypt :rt :vc :dat
    1.10+               :q :box :log :gui)
    1.11   :components ((:file "user"))
    1.12   :build-operation monolithic-compile-bundle-op
    1.13   :build-pathname "user")