changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / default.sxp

changeset 362: e3072a5cbc2d
parent: cee930bed936
child: e5f98f30bdf6
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 03 Sep 2024 20:41:20 -0400
permissions: -rw-r--r--
description: oops
1 ;; -*- mode:skel -*-
2 :packy-url "https://packy.compiler.company"
3 :vc-url "https://vc.compiler.company"
4 
5 :lisp "sbcl"
6 :lisp-version "2.4.7"
7 :lisp-home "/usr/local/share/lisp"
8 :quicklisp-home "/usr/local/share/lisp/quicklisp"
9 
10 :rustc "rustc"
11 :rust-home "/usr/local/share/rust"
12 :cargo-home "/usr/local/share/rust/cargo"
13 :rustup-home "/usr/local/share/rust/rustup"
14 
15 :cc "clang"
16 :ld "ld.lld"
17 
18 :stash ".stash" ;; local build stash
19 :store ".stash/share/store" ;; local store
20 :dist ".stash/share/store/dist" ;; local dist
21 
22 :install-prefix "/usr/local" ;; default install prefix
23 
24 :log-level :debug ;; should usually be set to at least :DEBUG, set to
25  ;; :TRACE or T for verbose output
26 
27 :features (:default) ;; :demo :rust :rust-docs :caddy :stumpwm :emacs
28  ;; :emacs-mini :sbcl-gencgc :sbcl :sbcl-docs :prolog
29  ;; :ublk :blake3 :ts :ts-langs :rust-tools :rocksdb
30  ;; :quicklisp :pod :box :packy :org
31 
32 :secrets nil