changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/user.asd

revision 388: dec30b6fd500
child 419: 0f0e5f9b5c55
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/lisp/user.asd	Fri May 31 18:18:12 2024 -0400
     1.3@@ -0,0 +1,8 @@
     1.4+(pushnew :user *features*)
     1.5+(defsystem :user
     1.6+  :depends-on (:std :cli :doc :nlp
     1.7+               :obj :skel :syn :organ
     1.8+               :packy :parse :pod :rdb 
     1.9+               :krypt :gui)
    1.10+  :components ((:file "user"))
    1.11+  :build-pathname "user")