Update domain name to kpe.io
[xptest.git] / xptest.asd
index d82be19b6c9c2263dc1486fa25a089c184c2d3e0..2d5dff5ca7b0cf123b6a8c2ca506d7ca9de9e510 100644 (file)
@@ -1,11 +1,26 @@
-;;; -*- Mode: Lisp -*-
+;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
+;;;; *************************************************************************
+;;;; FILE IDENTIFICATION
+;;;;
+;;;; Name:          xptest.asd
+;;;; Purpose:       ASDF definition file for Xptest
+;;;; Programmer:    Kevin M. Rosenberg
+;;;; Date Started:  Sep 2002
+;;;;
+;;;; $Id$
+;;;; *************************************************************************
 
 (defpackage #:xptest-system (:use #:asdf #:cl))
 (in-package #:xptest-system)
 
 (defsystem :xptest
-    :components ((:file "package")))
-
-
-
-
+  :name "cl-xptest"
+  :author "Craig Brozensky"
+  :version "2003.04.21"
+  :maintainer "Kevin M. Rosenberg <kmr@debian.org>"
+  :licence "Public domain"
+  :description "Extreme Programming Testing Suite"
+  :long-description "The XPTEST package is toolkit for building test suites, very much inspired by the test frameworks that the Extreme Programming crew made available for Smalltalk an other languages."
+  
+  :components
+  ((:file "xptestsuite")))