From ca2362bc53b548c1e0b2a725545984854fe62413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sun, 30 Oct 2022 18:28:18 -0300 Subject: Initial Commit --- utils.asd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 utils.asd (limited to 'utils.asd') 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"))) -- cgit v1.2.3