changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/prelude.asd

changeset 671: 1f065ead57ca
parent: 6aeb3c2b93da
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 23 Sep 2024 21:22:28 -0400
permissions: -rw-r--r--
description: removed use of internal 'describe-block'
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")