From 82f71b0d13788b1cff9a24c5b652effd11631523 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 29 Jun 2022 11:54:24 -0500 Subject: [refactor] [structure] modularized project file structure --- package.lisp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package.lisp (limited to 'package.lisp') 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)) -- cgit v1.2.3