r11561:
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 7 Mar 2007 23:01:40 +0000 (23:01 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 7 Mar 2007 23:01:40 +0000 (23:01 +0000)
cluck.asd [new file with mode: 0755]

diff --git a/cluck.asd b/cluck.asd
new file mode 100755 (executable)
index 0000000..0401973
--- /dev/null
+++ b/cluck.asd
@@ -0,0 +1,28 @@
+;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-\r
+;;;; *************************************************************************\r
+;;;; FILE IDENTIFICATION\r
+;;;;\r
+;;;; Name:          cluck.asd\r
+;;;; Purpose:       ASDF definition file for CLUCK\r
+;;;; Programmer:    Kevin M. Rosenberg\r
+;;;; Date Started:  Sep 2002\r
+;;;;\r
+;;;; $Id: rt.asd 7061 2003-09-07 06:34:45Z kevin $\r
+;;;;\r
+;;;; This file, part of cl-rt, is Copyright (c) 2002 by Kevin M. Rosenberg\r
+;;;;\r
+;;;; cl-rt users are granted the rights to distribute and use this software\r
+;;;; as governed by the terms of the GNU Lesser General Public License \r
+;;;; (http://www.gnu.org/licenses/lgpl.html)\r
+;;;; *************************************************************************\r
+\r
+(in-package :asdf)\r
+\r
+(defsystem :cluck\r
+  :name "cluck"\r
+  :maintainer "Kevin M. Rosenberg"\r
+  :licence "BSD"\r
+  :description "Common Lisp uController Clock Calculator"\r
+  :long-description "CLUCK provides functions to programming timers and selecting crystals for microcontrollers."\r
+  :components\r
+  ((:file "rt")))\r