aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-21 06:47:12 -0500
committerColin Okay <colin@cicadas.surf>2022-06-21 06:47:12 -0500
commit34beb8319f658277c39403ec9b8d58e79b472c97 (patch)
tree1bd9cf78ca30016183b0dbb5e85cd7c7bf3de140 /wheelwork.asd
parent918fa5f7a994c3aa6ec4af9005e8a3375b4149af (diff)
[add] license and package definition
Diffstat (limited to 'wheelwork.asd')
-rw-r--r--wheelwork.asd14
1 files changed, 10 insertions, 4 deletions
diff --git a/wheelwork.asd b/wheelwork.asd
index 7ee07f0..e9f5629 100644
--- a/wheelwork.asd
+++ b/wheelwork.asd
@@ -1,11 +1,17 @@
;;;; wheelwork.asd
(asdf:defsystem #:wheelwork
- :description "Describe wheelwork here"
- :author "Your Name <your.name@example.com>"
- :license "Specify license here"
+ :description "A sprite system for games and GUIs"
+ :author "colin <colin@cicadas.surf>"
+ :license "Artistic-2.0"
:version "0.0.1"
:serial t
- :depends-on (#:cl-opengl #:sdl2 #:varjo #:defclass-std #:3d-vectors #:3d-matrices)
+ :depends-on (#:cl-opengl
+ #:sdl2
+ #:varjo
+ #:defclass-std
+ #:3d-vectors
+ #:3d-matrices
+ #:hyperquirks)
:components ((:file "package")
(:file "wheelwork")))