Dependency changed from clocc/port to trivial-shell; write-change-record fixed.
[clldap.git] / toys / net.quadium.toys.asd
blob91c79d1c67d170c83dbae67a02e141b58db5e3d5
1 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
3 (in-package :asdf)
5 (defsystem :net.quadium.toys
6   :name "Toys Collection"
7   :author "Tim Howe <vsync@quadium.net>"
8   :version "1.0"
9   :licence "GPL"
11   :components
12   ((:file "toys")))