aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-05-03 20:04:14 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-05-03 20:04:14 +0200
commit7497f74f5eed855e8114f82860faccfc8935b5cc (patch)
treec92444ed7daa80daa8838d46b6a9ea9679f510dc /src/package.lisp
* Initial commit
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
new file mode 100644
index 0000000..7a16b91
--- /dev/null
+++ b/src/package.lisp
@@ -0,0 +1,5 @@
+(defpackage #:routes
+ (:use #:cl
+ #:alexandria
+ #:split-sequence)
+ (:export))