changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / deploy.lisp

changeset 232: 8b62bc1ae25c
parent: 91cb7ffc5945
child: 6d526bd63943
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 26 May 2024 21:11:52 +0000
permissions: -rw-r--r--
description: more porting over to skelfile
1 ;;; deploy.lisp --- yeeting blobs across the yard
2 
3 ;;
4 
5 ;;; Code:
6 (in-package :std-user)
7 
8 (defpkg :infra/deploy
9  (:use :cl :skel :packy :dat/json))
10 
11 (in-package :infra/deploy)