From 2f92286e90c9774df4326b99ac1953970a6e71b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Thu, 4 Aug 2022 14:46:42 -0300 Subject: Initial Commit --- shtml.asd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 shtml.asd (limited to 'shtml.asd') diff --git a/shtml.asd b/shtml.asd new file mode 100644 index 0000000..37bf2dc --- /dev/null +++ b/shtml.asd @@ -0,0 +1,5 @@ +(asdf:defsystem #:shtml + :serial t + :components + ((:file "package") + (:file "shtml"))) -- cgit v1.2.3