Mercurial > hg > amuse
view base/database/package.lisp @ 300:ed3ace83c975
Fix bug in move-to-first-bar.
Ignore-this: 52a48e8771d159294e9ad51cbe04034d
darcs-hash:20090905200027-16a00-539b473b27ebd6b75282dac335cc8617403ed3ad.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Sat, 05 Sep 2009 21:00:27 +0100 |
parents | ced696bd9871 |
children | ea45a3d0730c |
line wrap: on
line source
(cl:defpackage #:amuse-database-admin (:use #:common-lisp #:amuse) (:export #:connect-to-database ; database-connect #:disconnect-from-database #:*amuse-database* #:make-db-option-file #:make-new-dataset ; datasets-functions #:assign-composition-to-dataset #:assign-compositions-to-dataset #:make-composition-identifiers-from-file #:get-dataset #:make-amuse-dataset-identifier #:make-composition-identifier ; generics #:register-new-implementation ; implementation functions #:implementation-package #:implementation-namestring ))