aboutsummaryrefslogtreecommitdiffstats
path: root/src/package.lisp
diff options
context:
space:
mode:
authorTeddy Wing2023-04-16 15:44:12 +0200
committerTeddy Wing2023-04-16 15:44:12 +0200
commit3347a25d6abc00f0cbcea893282eef949ca9b25f (patch)
treea2c8aade93424b5d47a26a506c7f78fbff593713 /src/package.lisp
downloadxfdf-3347a25d6abc00f0cbcea893282eef949ca9b25f.tar.bz2
Scaffold for a library to generate XFDF XML
The library should, given a list of cons cells, generate XFDF data based on those keys and values.
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
new file mode 100644
index 0000000..d535a24
--- /dev/null
+++ b/src/package.lisp
@@ -0,0 +1,2 @@
+(defpackage :xfdf
+ (:use :cl))