Mercurial > hg > audiodb
view bindings/sb-alien/package.lisp @ 667:c322a631ba23
Yet more Makefile refinements
Now stands a real chance on multiple python versions and multiple OSes.
Still won't work on OS X, though.
author | mas01cr |
---|---|
date | Wed, 03 Feb 2010 10:50:02 +0000 |
parents | 368c8c72e723 |
children |
line wrap: on
line source
(cl:defpackage "SB-ADB" (:use "CL" "SB-ALIEN") (:export ;; classes, constructors and accessors "ADB" "WITH-ADB" "DATUM" "MAKE-DATUM" "DATUM-KEY" "DATUM-DATA" "DATUM-TIMES" "DATUM-POWER" "RESULT" "RESULT-KEY" "RESULT-DISTANCE" "RESULT-QPOS" "RESULT-IPOS" "RESULTS" ;; functions "OPEN" "CLOSE" "INSERT" "RETRIEVE" "QUERY" "LISZT") (:shadow "OPEN" "CLOSE"))