summaryrefslogtreecommitdiff
path: root/package.lisp
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 /package.lisp
downloadshtml-2f92286e90c9774df4326b99ac1953970a6e71b7.tar.gz
shtml-2f92286e90c9774df4326b99ac1953970a6e71b7.zip
Initial Commit
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
new file mode 100644
index 0000000..388d21e
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,2 @@
+(uiop:define-package #:shtml
+ (:use #:cl))