Creating new system asdf-contrib.
authorFrancois-Rene Rideau <fare@tunes.org>
Fri, 21 Oct 2011 01:23:24 +0000 (21:23 -0400)
committerFrancois-Rene Rideau <fare@tunes.org>
Fri, 21 Oct 2011 01:23:24 +0000 (21:23 -0400)
asdf-contrib.asd [new file with mode: 0644]

diff --git a/asdf-contrib.asd b/asdf-contrib.asd
new file mode 100644 (file)
index 0000000..65adf18
--- /dev/null
@@ -0,0 +1,15 @@
+;;; -*- mode: lisp -*-
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;;                                                                  ;;;
+;;; Free Software available under an MIT-style license.              ;;;
+;;;                                                                  ;;;
+;;; Copyright (c) 2001-2011 Daniel Barlow and contributors           ;;;
+;;;                                                                  ;;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+(defsystem :asdf-contrib
+  :licence "MIT"
+  :description "Extensions to ASDF"
+  :depends-on (:asdf)
+  :components
+  ())