summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--all.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/all.lisp b/all.lisp
new file mode 100644
index 0000000..2830a7f
--- /dev/null
+++ b/all.lisp
@@ -0,0 +1,6 @@
+(uiop:define-package
+ :simple-text-clim-frame/all
+ (:export)
+ (:mix-reexport
+ :simple-text-clim-frame/frame
+ :simple-text-clim-frame/class))