annotate implementations/meredith/package.lisp @ 230:32b40c50075e

Add some base methods for searching and sorting events. Ignore-this: 4906722dfd6d1cfb91df8b85591f8b46 darcs-hash:20091020091537-16a00-1efcd0569b9a242be75bf99908b9117dc5946762.gz committer: Jamie Forth <j.forth@gold.ac.uk>
author j.forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
parents bda591c61b7a
children
rev   line source
j@215 1 (cl:defpackage #:amuse-meredith
j@227 2 (:use #:cl #:amuse #:amuse-database-admin)
j@227 3 (:export #:meredith-composition-identifier
j@227 4 #:make-meredith-composition-identifier
j@227 5 #:composition-id
j@227 6 ))
j@215 7