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