From a8d46a358e9bef845fc6d89d3e7551910f0b3d47 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 21 Dec 2017 01:21:11 +0100 Subject: feat(lisp): Implement persistent storage via cl-prevalence Uses the cl-prevalence system to store tasks on disk. The storage location is either relative to the working directory in which the system is started or determined (with priority) by the environment variable `GEMMA_DATA_DIR`. --- gemma.asd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gemma.asd') diff --git a/gemma.asd b/gemma.asd index eb2968313d..a2472a4f14 100644 --- a/gemma.asd +++ b/gemma.asd @@ -13,7 +13,10 @@ :version "0.1.0" :author "Vincent Ambo" :license "GPLv3" - :depends-on (alexandria local-time hunchentoot yason) + :depends-on (local-time + hunchentoot + cl-json + cl-prevalence) :components ((:module "src" :components ((:file "gemma")))) -- cgit 1.4.1