040197381bb926facb97d1b2b75e47e51c21efff
[cluck.git] / cluck.asd
1 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-\r
2 ;;;; *************************************************************************\r
3 ;;;; FILE IDENTIFICATION\r
4 ;;;;\r
5 ;;;; Name:          cluck.asd\r
6 ;;;; Purpose:       ASDF definition file for CLUCK\r
7 ;;;; Programmer:    Kevin M. Rosenberg\r
8 ;;;; Date Started:  Sep 2002\r
9 ;;;;\r
10 ;;;; $Id: rt.asd 7061 2003-09-07 06:34:45Z kevin $\r
11 ;;;;\r
12 ;;;; This file, part of cl-rt, is Copyright (c) 2002 by Kevin M. Rosenberg\r
13 ;;;;\r
14 ;;;; cl-rt users are granted the rights to distribute and use this software\r
15 ;;;; as governed by the terms of the GNU Lesser General Public License \r
16 ;;;; (http://www.gnu.org/licenses/lgpl.html)\r
17 ;;;; *************************************************************************\r
18 \r
19 (in-package :asdf)\r
20 \r
21 (defsystem :cluck\r
22   :name "cluck"\r
23   :maintainer "Kevin M. Rosenberg"\r
24   :licence "BSD"\r
25   :description "Common Lisp uController Clock Calculator"\r
26   :long-description "CLUCK provides functions to programming timers and selecting crystals for microcontrollers."\r
27   :components\r
28   ((:file "rt")))\r