aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-29 11:54:24 -0500
committerColin Okay <colin@cicadas.surf>2022-06-29 11:54:24 -0500
commit82f71b0d13788b1cff9a24c5b652effd11631523 (patch)
treef0ec127b2f10f46029983ee95b6c72ef29bc504c /package.lisp
parent4d1ee56c96ce254134b692f0e3b3271c87a42b54 (diff)
[refactor] [structure] modularized project file structure
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp11
1 files changed, 0 insertions, 11 deletions
diff --git a/package.lisp b/package.lisp
deleted file mode 100644
index 74c9477..0000000
--- a/package.lisp
+++ /dev/null
@@ -1,11 +0,0 @@
-;;;; package.lisp
-
-(defpackage #:wheelwork
- (:use #:cl)
- (:nicknames #:ww)
- (:local-nicknames (#:mat #:3d-matrices)
- (#:vec #:3d-vectors))
- (:import-from #:hyperquirks #:?>)
- (:import-from #:defclass-std #:defclass/std)
- (:import-from #:alexandria
- #:when-let #:when-let* #:if-let))