git.fiddlerwoaroof.com
Browse code

(init)

Edward authored on 21/12/2020 00:32:58
Showing 3 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,13 @@
1
+;;; -*- Mode:Lisp; Syntax:ANSI-Common-Lisp; Package: ASDF-USER -*-
2
+(in-package :asdf-user)
3
+
4
+(defsystem :fwoar.git-systems
5
+  :description ""
6
+  :author "Ed L <edward@elangley.org>"
7
+  :license "MIT"
8
+  :depends-on (#:alexandria
9
+               #:uiop
10
+               #:legit)
11
+  :serial t
12
+  :components ((:file "package")
13
+               (:file "git-systems")))