;;;; -*- 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")))