@@ -10,7 +10,8 @@
#:esrap
#:parse-number
#:lambdalite
- #:iterate)
+ #:iterate
+ #:archive)
:serial t
:components ((:file "package")
(:file "database")
@@ -469,7 +469,8 @@ As LambdaLite is schemaless, the following attributes can be mixed in to other t
(defpackage #:cl-genealogy
(:use #:cl
(:export generate-graph
print-ahnentafel
database
@@ -520,7 +521,8 @@ As LambdaLite is schemaless, the following attributes can be mixed in to other t
@@ -12,7 +12,8 @@