diff options
| author | Loic GUEGAN <loic.guegan@yahoo.fr> | 2019-02-12 16:55:17 +0100 |
|---|---|---|
| committer | Loic GUEGAN <loic.guegan@yahoo.fr> | 2019-02-12 16:55:17 +0100 |
| commit | 8b32ec55b7151bbbeb33ea857454689ce9e1d6a0 (patch) | |
| tree | 69fe53e9a4917713f62c2f78df83aa89fe73468d /packages.lisp | |
Create repo
Diffstat (limited to 'packages.lisp')
| -rw-r--r-- | packages.lisp | 4 |
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)) + |
