X-Git-Url: http://git.kpe.io/?p=cluck.git;a=blobdiff_plain;f=cluck.asd;h=6239bae6b871627fc59b1108e2d494a753b68a54;hp=040197381bb926facb97d1b2b75e47e51c21efff;hb=6ff14a32a58770c6d3b32c9679936f128cd5d6fc;hpb=c57d1e54e9e1b3fc76fc2009e8865dbaae564e11 diff --git a/cluck.asd b/cluck.asd index 0401973..6239bae 100755 --- a/cluck.asd +++ b/cluck.asd @@ -1,28 +1,24 @@ -;;;; -*- 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"))) +;;;; -*- 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: March 2007 +;;;; +;;;; $Id$ +;;;; +;;;; ************************************************************************* + +(defpackage #:cluck-system (:use #:asdf #:cl)) +(in-package #:cluck-system) + +(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 "cluck")))