summaryrefslogtreecommitdiff
path: root/utils.asd
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2022-10-30 18:28:18 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2022-10-30 18:28:18 -0300
commitca2362bc53b548c1e0b2a725545984854fe62413 (patch)
treeac745bc46bbede30c1dc3addeebc5f6f3b1ae3f0 /utils.asd
downloadutils-ca2362bc53b548c1e0b2a725545984854fe62413.tar.gz
utils-ca2362bc53b548c1e0b2a725545984854fe62413.zip
Initial Commit
Diffstat (limited to 'utils.asd')
-rw-r--r--utils.asd6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils.asd b/utils.asd
new file mode 100644
index 0000000..f9bcc50
--- /dev/null
+++ b/utils.asd
@@ -0,0 +1,6 @@
+(asdf:defsystem #:utils
+ :serial t
+ :components
+ ((:file "package")
+ (:file "queue")
+ (:file "str")))