changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/user.asd

changeset 698: 96958d3eb5b0
parent: 4d8451fe5423
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
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")