git.fiddlerwoaroof.com
Browse code

Initial-version

Ed L authored on 29/10/2017 00:32:31
Showing 4 changed files
2 2
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; Package: ASDF-USER -*-
2
+(in-package :asdf-user)
3
+
4
+(defsystem :the-blog 
5
+  :description ""
6
+  :author "Ed L <edward@elangley.org>"
7
+  :license "MIT"
8
+  :depends-on (#:alexandria
9
+               #:uiop
10
+               #:serapeum
11
+               )
12
+  :serial t
13
+  :components ((:file "package")
14
+               (:file "the-blog")))
0 15
new file mode 100644
1 16
Binary files /dev/null and b/the-blog.fasl differ