[cells-cvs] CVS triple-cells
fgoenninger
fgoenninger at common-lisp.net
Thu May 22 13:22:18 UTC 2008
Update of /project/cells/cvsroot/triple-cells
In directory clnet:/tmp/cvs-serv13236
Added Files:
triple-cells.asd
Log Message:
Added: ASDF system definition file for TRIPLE-CELLS.
--- /project/cells/cvsroot/triple-cells/triple-cells.asd 2008/05/22 13:22:18 NONE
+++ /project/cells/cvsroot/triple-cells/triple-cells.asd 2008/05/22 13:22:18 1.1
(asdf:defsystem #:triple-cells
:name "triple-cells"
:author "Kenny Tilton"
:version "1.0"
:licence ""
:depends-on (#:cells)
:serial t
:components
((:file "defpackage")
(:file "ag-utilities")
(:file "3c-integrity")
(:file "core")
(:file "api")
(:file "dataflow")
(:file "observer")
(:file "hello-world")
(:file "read-me")))
More information about the Cells-cvs
mailing list