git.fiddlerwoaroof.com
Browse code

update .asd file

Yang Xiaofeng authored on 26/03/2013 07:28:31
Showing 1 changed files
... ...
@@ -6,8 +6,29 @@
6 6
 ;; (error "Sorry, this Lisp is not yet supported.  Patches welcome!")
7 7
 
8 8
 (defsystem :ops5
9
-  :version "2.0.0.0"
10
-  :description "VPS2 -- Interpreter for OPS5"
9
+  :version "19-OCT-92"
10
+  :description "VPS2 -- Interpreter for OPS5
11
+
12
+This Common Lisp version of OPS5 is in the public domain.  It is based
13
+in part on based on a Franz Lisp implementation done by Charles L. Forgy
14
+at Carnegie-Mellon University, which was placed in the public domain by
15
+the author in accordance with CMU policies.  Ported to Common Lisp by 
16
+George Wood and Jim Kowalski. CMU Common Lisp modifications by
17
+Dario Guise, Skef Wholey, Michael Parzen, and Dan Kuokka. 
18
+Modified to work in CLtL1, CLtL2 and X3J13 compatible lisps by 
19
+Mark Kantrowitz on 14-OCT-92. The auto.ops and reactor.ops demo files
20
+were provided by Michael Mauldin. In year 2013, ported to modern Common
21
+Lisp implementations and added support for quicklisp by Xiaofeng Yang.
22
+
23
+This code is made available is, and without warranty of any kind by the
24
+authors or by Carnegie-Mellon University.
25
+
26
+Documentation for OPS may be found in the OPS5 User's Manual, July 1981,
27
+by Forgy, CMU CSD.
28
+
29
+This version of OPS5 was obtained by anonymous ftp from 
30
+   ftp.cs.cmu.edu:/user/ai/areas/expert/systems/ops5/ops5_cl.tgz
31
+"
11 32
   :author ""
12 33
   :maintainer ""
13 34
   :licence "public domain"