aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
new file mode 100644
index 0000000..9594019
--- /dev/null
+++ b/src/package.lisp
@@ -0,0 +1,21 @@
+;;;; package.lisp
+
+(defpackage #:testiere
+ (:use #:cl #:testiere.legacy)
+ (:import-from #:trivia #:ematch)
+ (:export
+ #:on
+ #:off
+ #:register-hook
+ ;; legacy
+ #:defun/t
+ #:with-stub
+ #:with-stubs))
+
+
+
+
+
+
+
+