changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / skelfile

changeset 198: 3b84ce879498
parent: 4300e14bb1db
child: 3d36aef02f8f
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 24 Apr 2024 16:58:04 -0400
permissions: -rw-r--r--
description: minor updates
1 ;;; skelfile --- infra skelfile -*- mode: skel; -*-
2 :name "infra"
3 :author "Richard Westhaver <ellis@rwest.io>"
4 :version "0.1.0"
5 :description "The Compiler Company Infrastructure"
6 :license "MPL"
7 :vc (:hg "https://vc.compiler.company/comp/infra")
8 :docs ((:org "readme"))
9 :tags (:infra)
10 :scripts ((:lisp "scripts/get-sbcl.sh"))
11 :snippets
12 ((init #$curl --proto '=https' --tlsv1.2 -sSf https://packy.compiler.company/do/init.sh | sh$#)
13  (autogen "scripts/autogen.lisp"))
14 :rules
15 ((default (emacs rocksdb sbcl rust))
16  (emacs () #$make emacs$#)
17  (rocksdb () #$make rocksdb$#)
18  (sbcl () #$make sbcl$#)
19  (clean () #$make clean$#)
20  (rust () #$make rust$#))