From ab10720260e2c184b319026da89f4dfd338500bb Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 2 Apr 2008 19:20:20 -0400 Subject: Initial commit --- Lisp/asdf/cclan-package.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Lisp/asdf/cclan-package.lisp (limited to 'Lisp/asdf/cclan-package.lisp') diff --git a/Lisp/asdf/cclan-package.lisp b/Lisp/asdf/cclan-package.lisp new file mode 100644 index 0000000..d993e94 --- /dev/null +++ b/Lisp/asdf/cclan-package.lisp @@ -0,0 +1,5 @@ +(in-package :cl-user) + +(defpackage :cclan (:use #:cl #:asdf) + (:export #:all-components #:write-package)) + -- cgit v1.2.3