summaryrefslogtreecommitdiff
path: root/shtml.asd
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2022-08-04 14:46:42 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2022-08-04 14:46:42 -0300
commit2f92286e90c9774df4326b99ac1953970a6e71b7 (patch)
tree7d67be6381cbacf47970db88787283903c39e9d6 /shtml.asd
downloadshtml-2f92286e90c9774df4326b99ac1953970a6e71b7.tar.gz
shtml-2f92286e90c9774df4326b99ac1953970a6e71b7.zip
Initial Commit
Diffstat (limited to 'shtml.asd')
-rw-r--r--shtml.asd5
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")))