changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/gui/wm/x11/pkg.lisp

changeset 221: da8521b4883e
parent: 562d5a632360
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 (in-package :gui/wm/x11)
2 
3 (defpackage :x11/stumpwm
4  (:use :cl :std)
5  (:shadowing-import-from :std :group)
6  (:use :stumpwm)
7  (:export))