view amuse-database-admin.asd @ 258:aac79c0ac1b9

add within-short-bar-p, and use this to correctly calculate the ioi-from-bar of anacruses
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 18:50:38 +0000
parents 6a3adca16910
children
line wrap: on
line source
(asdf:defsystem amuse-database-admin
  :name "amuse-database-admin"
  :description "Basic admin functions for an AMuSE database."
  :depends-on ("clsql-mysql" "amuse")
  :components
  ((:module base
	    :components
	    ((:module database
		      :components
		      ((:file "package")
		       (:file "database-connect" :depends-on ("package"))
		       (:file "generics" :depends-on ("package"))
		       (:file "implementations-functions"
			      :depends-on ("implementations-setup"))
		       (:file "implementations-setup"
			      :depends-on ("package"))))))))