annotate amuse-ecolm.asd @ 318:c4e792b9b898
Add some ideas for charm constituents.
Not particularly useful in its own right, but contains some possibly
useful ideas related to the generalisation of db-compositions.
author |
Jamie Forth <j.forth@gold.ac.uk> |
date |
Thu, 30 Sep 2010 15:35:15 +0100 |
parents |
1d3cdca12aeb |
children |
|
rev |
line source |
d@185
|
1 (asdf:defsystem amuse-ecolm
|
d@185
|
2 :depends-on (amuse-tabcode clsql)
|
d@185
|
3 :components
|
d@185
|
4 ((:module implementations
|
d@185
|
5 :components
|
d@185
|
6 ((:module tabcode
|
d@185
|
7 :components
|
d@185
|
8 ((:file "package-ecolm")
|
d@185
|
9 (:file "ecolm" :depends-on ("package-ecolm")))))))) |