diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-10 04:54:06 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-10 04:54:06 +0000 |
commit | f0499138e7aa5e43bdb88278d6bef3650c46e229 (patch) | |
tree | b29a74bee14985fc7da4a51785f23c0829b3b5d5 /dev-lisp/cl-statistics/files | |
parent | initial common lisp import (diff) | |
download | gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.gz gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.bz2 gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.zip |
initial common lisp import
Diffstat (limited to 'dev-lisp/cl-statistics/files')
-rw-r--r-- | dev-lisp/cl-statistics/files/cl-statistics.asd | 30 | ||||
-rw-r--r-- | dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.1 | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-lisp/cl-statistics/files/cl-statistics.asd b/dev-lisp/cl-statistics/files/cl-statistics.asd new file mode 100644 index 000000000000..c3b66e429e50 --- /dev/null +++ b/dev-lisp/cl-statistics/files/cl-statistics.asd @@ -0,0 +1,30 @@ +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: cl-statistics.system +;;;; Purpose: ASDF definition for cl-statistics package +;;;; Programmer: Kevin M. Rosenberg +;;;; Date Started: 06 Sep 2002 +;;;; +;;;; Users are granted the rights to distribute and use this software +;;;; as governed by the terms of the GNU Public License +;;;; ************************************************************************* + +(in-package :asdf) + +(defsystem :cl-statistics + :name "cl-statistics" + :author "Larry Hunter <larry.hunter@uchsc.edu>" + :version "1.0.0" + :maintainer "Kevin M. Rosenberg <kmr@debian.org>" + :licence "GNU General Public License" + :description "Statistics package for Common Lisp" + :long-description "cl-statistics provides numerous statistical functions for use in Common Lisp programs." + + :perform (load-op :after (op cl-statistics) + (pushnew :cl-statistics cl:*features*)) + :components + ((:file "cl-statistics")) + ) + diff --git a/dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.1 b/dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.1 new file mode 100644 index 000000000000..aa95a569a14e --- /dev/null +++ b/dev-lisp/cl-statistics/files/digest-cl-statistics-1.0.0.1 @@ -0,0 +1 @@ +MD5 c0410b3eca5da846fdb3574651cf1418 cl-statistics_1.0.0.1.orig.tar.gz 31443 |