summaryrefslogtreecommitdiffstats
path: root/package.lisp
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-09 13:57:52 +0200
committerGravatar Tom Willemse2013-05-09 13:57:52 +0200
commit690604a71dbcfd82eb007e83430c3a176cfd694c (patch)
treed69f2a9abd78fad0515258ada03d4e48c83ae074 /package.lisp
downloadxmpp-send-master.tar.gz
xmpp-send-master.zip
Initial commitHEADmaster
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
new file mode 100644
index 0000000..09c2719
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,3 @@
+(defpackage :org.ryuslash.xmpp-send
+ (:use :cl :xmpp)
+ (:export :xmpp-send))