changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / default.sxp

changeset 288: 50329ab8865a
parent: 152aa544eaa4
child: acaa2f3cfbd4
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 18 Jun 2024 14:45:11 -0400
permissions: -rw-r--r--
description: defaults
1 ;; -*- mode:skel -*-
2 :lisp "sbcl"
3 :lisp-version "2.4.5"
4 :lisp-home "/usr/local/share/lisp"
5 :quicklisp-home "/usr/local/share/lisp/quicklisp"
6 
7 :rustc "/usr/bin/rustc"
8 :rust-home "/usr/local/share/rust"
9 :cargo-home "/usr/local/share/rust/cargo"
10 :rustup-home "/usr/local/share/rust/rustup"
11 
12 :cc "clang"
13 :ld "lld"
14 
15 :stash ".stash" ;; local build stash
16 :store ".stash/share/store" ;; local store
17 :dist ".stash/share/store/dist" ;; local dist
18 
19 :install-prefix "/usr/local" ;; default install prefix
20 
21 :log-level :debug ;; should usually be set to at least :DEBUG, set to
22  ;; :TRACE or T for verbose output
23 
24 :features (:default :org) ;; :demo :rust :rust-docs :caddy :stumpwm :emacs
25  ;; :emacs-mini :sbcl-gencgc :sbcl :sbcl-docs :prolog
26  ;; :ublk :blake3 :ts :ts-langs :rust-tools :rocksdb
27  ;; :quicklisp :pod :box :packy