repo.or.cz
/
clldap.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dependency changed from clocc/port to trivial-shell; write-change-record fixed.
[clldap.git]
/
toys
/
net.quadium.toys.asd
blob
91c79d1c67d170c83dbae67a02e141b58db5e3d5
1
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
2
3
(in-package :asdf)
4
5
(defsystem :net.quadium.toys
6
:name "Toys Collection"
7
:author "Tim Howe <vsync@quadium.net>"
8
:version "1.0"
9
:licence "GPL"
10
11
:components
12
((:file "toys")))