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