diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-08-04 14:46:42 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-08-04 14:46:42 -0300 |
commit | 2f92286e90c9774df4326b99ac1953970a6e71b7 (patch) | |
tree | 7d67be6381cbacf47970db88787283903c39e9d6 /shtml.asd | |
download | shtml-2f92286e90c9774df4326b99ac1953970a6e71b7.tar.gz shtml-2f92286e90c9774df4326b99ac1953970a6e71b7.zip |
Initial Commit
Diffstat (limited to 'shtml.asd')
-rw-r--r-- | shtml.asd | 5 |
1 files changed, 5 insertions, 0 deletions
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"))) |