diff options
author | Teddy Wing | 2023-04-16 15:44:12 +0200 |
---|---|---|
committer | Teddy Wing | 2023-04-16 15:44:12 +0200 |
commit | 3347a25d6abc00f0cbcea893282eef949ca9b25f (patch) | |
tree | a2c8aade93424b5d47a26a506c7f78fbff593713 /src/package.lisp | |
download | xfdf-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.lisp | 2 |
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)) |