changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/user.asd

changeset 671: 1f065ead57ca
parent: 4d8451fe5423
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 23 Sep 2024 21:22:28 -0400
permissions: -rw-r--r--
description: removed use of internal 'describe-block'
1 (pushnew :user *features*)
2 (defsystem :user
3  :depends-on (:std :cli :doc :nlp
4  :obj :skel :syn :organ
5  :packy :parse :pod :rdb
6  :krypt :gui :aud :net
7  :krypt :rt :vc :dat
8  :q :box :log :gui
9  :web)
10  :components ((:file "user"))
11  :build-operation monolithic-compile-bundle-op
12  :build-pathname "user")