changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/prelude.asd

changeset 340: 5ac5e6516f6f
parent: e912dc076208
child: b1f78dffbcdd
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 13 May 2024 18:37:13 -0400
permissions: -rw-r--r--
description: special vars for skel bin
1 (pushnew :prelude *features*)
2 (pushnew "PRELUDE" *modules* :test 'equal)
3 (defsystem :prelude
4  :depends-on (:std :dat :cli :doc
5  :io :gui :log :net
6  :nlp :obj :organ :packy
7  :parse :pod :rdb :rt
8  :skel :syn :xdb :alsa
9  :rocksdb :btrfs :uring
10  :tree-sitter :xkb :ssh2 :sndfile ;; magick
11  :zstd :uring :blake3 :ublk
12  :nuklear :aud :cry :krypt)
13  :build-operation monolithic-compile-bundle-op
14  :build-pathname "prelude")
15 
16