common-lisp.net
/
projects/asdf/asdf-contrib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(initial)
Creating new system asdf-contrib.
author
Francois-Rene Rideau
<fare@tunes.org>
Fri, 21 Oct 2011 01:23:24 +0000 (21:23 -0400)
committer
Francois-Rene Rideau
<fare@tunes.org>
Fri, 21 Oct 2011 01:23:24 +0000 (21:23 -0400)
asdf-contrib.asd
[new file with mode: 0644]
patch
|
blob
diff --git a/asdf-contrib.asd
b/asdf-contrib.asd
new file mode 100644
(file)
index 0000000..
65adf18
--- /dev/null
+++ b/
asdf-contrib.asd
@@ -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
+ ())