changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/core.asd

revision 158: 996cd8efa1f3
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/lisp/core.asd	Mon Jan 01 22:12:00 2024 -0500
     1.3@@ -0,0 +1,11 @@
     1.4+(defsystem :core
     1.5+  :depends-on (:std :cli :dat :doc
     1.6+               :gui :log :net :nlp
     1.7+               :obj :organ :packy
     1.8+               :parse :pod :rdb :rt
     1.9+               :skel :syn :xdb
    1.10+               :app :rocksdb :btrfs
    1.11+               :tree-sitter :xkb :ssh2
    1.12+               :zstd :uring :blake3)
    1.13+  :build-operation monolithic-compile-bundle-op
    1.14+  :build-pathname "core")