chiark
/
gitweb
/
~mdw
/
clg
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added PRINT-OBJECT method for widget class and a small bug fix
[clg]
/
tools
/
clg-tools.asd
1
;;; -*- Mode: lisp -*-
2
3
(defpackage #:clg-tools
4
(:use #:common-lisp #:asdf))
5
6
7
(in-package #:clg-tools)
8
9
10
(defsystem clg-tools
11
:components ((:file "autoexport")
12
(:file "config")
13
(:file "asdf-extensions")))
14