changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/prelude.asd

revision 365: 49c3f3d11432
parent 362: b1f78dffbcdd
child 388: dec30b6fd500
     1.1--- a/lisp/prelude.asd	Thu May 23 20:59:01 2024 -0400
     1.2+++ b/lisp/prelude.asd	Fri May 24 14:40:38 2024 -0400
     1.3@@ -2,13 +2,16 @@
     1.4 (pushnew "PRELUDE" *modules* :test 'equal)
     1.5 
     1.6 (defsystem :prelude
     1.7-  :depends-on (:std :cli :doc
     1.8-               :nlp :obj :organ :packy
     1.9-               :parse :pod :rdb :rt
    1.10-               :skel :syn :xdb :alsa
    1.11+  :depends-on (:std :cli
    1.12                :rocksdb :btrfs :uring
    1.13+               :doc
    1.14+               :nlp :obj
    1.15+               :skel :syn
    1.16+               :xdb :alsa
    1.17+               :organ :packy
    1.18                :tree-sitter :xkb :ssh2 :sndfile ;; magick
    1.19                :zstd :uring :blake3 :ublk
    1.20+               :parse :pod :rdb :rt
    1.21                :nuklear :aud :cry :krypt
    1.22                :io :gui :log :dat :net)
    1.23   :build-operation monolithic-compile-bundle-op