changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / skelfile

changeset 57: 0e2c38d2f0ec
parent: 4300e14bb1db
child: 3b84ce879498
author: ellis <ellis@rwest.io>
date: Wed, 03 Jan 2024 17:33:32 -0500
permissions: -rw-r--r--
description: fixes
1 ;;; skelfile --- infra skelfile -*- mode: skel; -*-
2 :name "infra"
3 :version "0.1.0"
4 :description "The Compiler Company Infrastructure"
5 :author "Richard Westhaver <ellis@rwest.io>"
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  (rust #$make rust$#))