changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/user.asd

changeset 664: 4d8451fe5423
parent: 0b82a2893d26
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 22 Sep 2024 01:02:49 -0400
permissions: -rw-r--r--
description: moved web to lib/web, added dat/css
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")