changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: skelfile

changeset 19: 9b2e35556a96
parent 18: d15e540441fd
child 20: 13048d8b79fd
author: ellis <ellis@rwest.io>
date: Mon, 04 Dec 2023 21:25:45 -0500
files: skelfile
description: skelfile
     1.1--- a/skelfile	Sun Dec 03 18:44:34 2023 -0500
     1.2+++ b/skelfile	Mon Dec 04 21:25:45 2023 -0500
     1.3@@ -1,4 +1,12 @@
     1.4 ;;; skelfile --- infra skelfile -*- mode: skel; -*-
     1.5 :name "infra"
     1.6+:version "0.1.0"
     1.7 :description "The Compiler Company Infrastructure"
     1.8 :author "Richard Westhaver <ellis@rwest.io>"
     1.9+:license "MPL"
    1.10+:vc (:hg "https://vc.compiler.company/comp/infra")
    1.11+:docs ("readme.org")
    1.12+:tags (:infra)
    1.13+:scripts ((get-sbcl "scripts/get-sbcl.sh"))
    1.14+:snippets ((init #$curl --proto '=https' --tlsv1.2 -sSf https://packy.compiler.company/do/init.sh | sh$#))
    1.15+:rules ((all (linux emacs rocksdb sbcl rust code virt dist)))