From 414a68d50ab084dec85dc9a2d4971464b83e4e99 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 13 Jul 2020 08:32:45 -0500 Subject: initial commit --- lambda-tools.asd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lambda-tools.asd (limited to 'lambda-tools.asd') diff --git a/lambda-tools.asd b/lambda-tools.asd new file mode 100644 index 0000000..90b2977 --- /dev/null +++ b/lambda-tools.asd @@ -0,0 +1,12 @@ +;;;; lambda-tools.asd + +(asdf:defsystem #:lambda-tools + :description "Describe lambda-tools here" + :author "Your Name " + :license "Specify license here" + :version "0.0.1" + :serial t + :depends-on (:alexandria) + :components ((:file "package") + (:file "macros") + (:file "lambda-tools"))) -- cgit v1.2.3