aboutsummaryrefslogtreecommitdiff
path: root/packages.lisp
diff options
context:
space:
mode:
authorLoic GUEGAN <loic.guegan@yahoo.fr>2019-02-12 16:55:17 +0100
committerLoic GUEGAN <loic.guegan@yahoo.fr>2019-02-12 16:55:17 +0100
commit8b32ec55b7151bbbeb33ea857454689ce9e1d6a0 (patch)
tree69fe53e9a4917713f62c2f78df83aa89fe73468d /packages.lisp
Create repo
Diffstat (limited to 'packages.lisp')
-rw-r--r--packages.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages.lisp b/packages.lisp
new file mode 100644
index 0000000..96528bd
--- /dev/null
+++ b/packages.lisp
@@ -0,0 +1,4 @@
+(defpackage :sgp2dot
+ (:use :common-lisp :s-xml)
+ (:export :convert :main))
+