changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/box/box.asd

changeset 221: da8521b4883e
child: 95b861dff3d8
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 02 Mar 2024 23:27:14 -0500
permissions: -rw-r--r--
description: sbcl-sys, lib/box (lxc) and save-lisp-and-live
1 (defsystem :box
2  :description "Kernel virtualization support for Lisp - wraps QEMU, LXC, KVM, Libvirt."
3  :depends-on (:std :cli :obj :dat :net)
4  :components ((:file "pkg"))
5  :in-order-to ((test-op (test-op :box/tests))))
6 
7 (defsystem :box/tests
8  :depends-on (:rt :box)
9  :components ((:file "tests"))
10  :perform (test-op (o c) (symbol-call :rt :do-tests :box)))