r11563: add doc file
[cluck.git] / cluck.asd
1 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
2 ;;;; *************************************************************************
3 ;;;; FILE IDENTIFICATION
4 ;;;;
5 ;;;; Name:          cluck.asd
6 ;;;; Purpose:       ASDF definition file for CLUCK
7 ;;;; Programmer:    Kevin M. Rosenberg
8 ;;;; Date Started:  March 2007
9 ;;;;
10 ;;;; $Id$
11 ;;;;
12 ;;;; *************************************************************************
13
14 (defpackage #:cluck-system (:use #:asdf #:cl))
15 (in-package #:cluck-system)
16
17 (defsystem cluck
18   :name "cluck"
19   :maintainer "Kevin M. Rosenberg"
20   :licence "BSD"
21   :description "Common Lisp uController Clock Calculator"
22   :long-description "CLUCK provides functions to programming timers and selecting crystals for microcontrollers."
23   :components
24   ((:file "cluck")))