changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/skel/ext/pod.lisp

changeset 698: 96958d3eb5b0
parent: 7354623e5b54
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; pod.lisp --- Skel POD extensions
2 
3 ;; Enable use of OCI Containerfiles and Podman ops.
4 
5 ;;; Code:
6 (in-package :skel/ext/pod)
7 
8 (defclass sk-pod-project (sk-project)
9  ((containers)))