annotate amuse-viewpointing-implementation.asd @ 285:c2e50459efab
make it easier to use list-slot-sequence in backend packages
Ignore-this: d9c0e2f632722c0588a42c5753ed3470
darcs-hash:20090524164711-16a00-84e8bf98954f6dea2edf6ef9ede683af2d312218.gz
author |
j.forth <j.forth@gold.ac.uk> |
date |
Sun, 24 May 2009 17:47:11 +0100 |
parents |
b4f4df48337d |
children |
|
rev |
line source |
d@116
|
1 (asdf:defsystem amuse-viewpointing-implementation
|
d@116
|
2 :name "amuse-viewpointing-implementation"
|
d@116
|
3 :description ""
|
d@116
|
4 :serial t
|
d@116
|
5 :depends-on ("amuse")
|
d@116
|
6 :components
|
d@116
|
7 ((:module implementations
|
d@116
|
8 :components
|
d@116
|
9 ((:module viewpointable
|
d@116
|
10 :components
|
d@116
|
11 ((:file "package")
|
d@116
|
12 (:file "viewpointable")))))))
|