changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/prelude.asd

changeset 698: 96958d3eb5b0
parent: 6aeb3c2b93da
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 (pushnew :prelude *features*)
2 (defsystem :prelude
3  :depends-on (:std :cli :log :dat
4  :rocksdb :btrfs :doc
5  :alsa :nlp :skel :syn
6  :organ :packy :obj :net
7  :tree-sitter :xkb :ssh2 :sndfile
8  :zstd :uring :blake3 ;; :ublk
9  :parse :pod :rdb :gui
10  :aud :cry :krypt :io
11  :glib :gstreamer :q)
12  :build-operation monolithic-compile-bundle-op
13  :build-pathname "prelude")