source: tags/1.6.1/abcl.rdf

Last change on this file was 15265, checked in by Mark Evenson, 4 years ago

abcl-1.6.1: further corrections to metadata and documentation

File size: 6.8 KB
Line 
1# -*- Mode: n3 -*-
2
3@prefix abcl:            <https://abcl.org#> .
4<>
5 abcl:is "W3C Turtle RDF serializations format" .
6
7@prefix doap:            <http://usefulinc.com/ns/doap#> .
8@prefix rdf:             <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9@prefix rdfs:            <http://www.w3.org/2000/01/rdf-schema#> .
10
11<> a doap:Project .
12
13<> rdfs:seeAlso         <urn:abcl.not.org> .
14<> rdfs:seeAlso         <urn:not.org> .
15
16@prefix dc:              <http://purl.org/dc/elements/1.1/> .
17<>
18  abcl:branch           <http://abcl.org/svn/trunk/abcl> ;
19  dc:identifier         <urn:abcl.org/1.6.1#rc-1> ;           
20  doap:language        "Common Lisp" ;
21  dc:created           "01-JAN-2004" ;
22  dc:modified          "26-APR-2020" ;
23  dc:version           "abcl-1.6.1" ;
24  dc:release           "rc-1" ;
25  abcl:git             <https://github.com/easye/abcl/tree/abcl/1.6.1> ;
26  abcl:git             <https://github.com/armedbear/abcl/pull/172> ;
27  abcl:git             <https://gitlab.common-lisp.net/abcl/abcl/> ;
28  abcl:svn             <https://abcl.org/trac/changeset/15266> . # releng UPDATE
29 
30<>
31  rdfs:seeAlso <file:README> ;
32  rdfs:seeAlso <file:MANUAL> ;
33  rdfs:seeAlso <file:CHANGES> ;
34  rdfs:seeAlso <file:doc/manual/abcl.tex> .
35
36@prefix dc:              <http://purl.org/dc/elements/1.1/> .
37
38<abcl:doap>
39  a                     doap:Project ;
40  doap:label            "Armed Bear Common Lisp" ;
41  doap:download         <http://abcl.org/> ;
42
43  dc:abstract      "An implementation of ANSI Common Lisp that runs on the JVM." ;
44  doap:shortname   "ABCL" ;
45  abcl:contributors """ehu easye v-ille astalla rudi peter""" .
46
47<abcl:doap>  doap:language  "Common Lisp" .
48
49<> <urn:abcl.org:releng:implementation:language> [
50   a rdf:Bag;
51   rdf:_0 "Common Lisp";
52   rdf:_1 "Java";
53   rdf:_2 "Ant";
54   rdf:_3 "Bourne Shell Script";
55   rdf:_4 "Windows Batch Script"
56] .
57
58<abcl:doap> 
59  dc:contributor [
60    a rdf:Bag;
61    rdf:_1024 _:peter ;
62    rdf:_2048 _:piso ;
63    rdf:_1 _:ehu ; 
64    rdf:_2 _:easye ;
65    rdf:_3 _:ville ;
66    rdf:_4 _:astalla ;
67    rdf:_5 _:rudi ;
68    rdf:_11 _:ferada ;
69    rdf:_11 _:olof ;
70    rdf:_11 "Olof-Joachim Frahm" ;
71    rdf:_7 _:cyrus ;
72    rdf:_8 _:dmiles ;
73    rdf:_9 _:alanr ;
74    rdf:_9 "Alan Ruttenberg" ;
75    rdf:_10 _:pipping ;
76    rdf:_10 "Elias Pipping" ;
77    rdf:_12 _:vibhu ;
78    rdf:_12 "Vibhu Mohindra" ;
79    rdf:_13 "somewhat-functional-programmer" ;
80] .
81
82<abcl:doap> 
83  doap:language
84  "Common Lisp", "Java", "Ant", "Bourne Shell Script", "Windows Batch Script"  .
85
86_:user dc:identifier <http://ville.not.org/#me>  ;
87       rdf:label "V-ille"  .
88
89<http://purl.org/dc/elements/1.1/> 
90  rdfs:seeAlso <http://dublincore.org/documents/2012/06/14/dcmi-terms/> .
91
92<> doap:license  [
93     dc:license <http://usefulinc.com/doap/licenses/gplv2> ;
94     dc:license <http://usefulinc.com/doap/licenses/gplv2-classpath-exception> ;
95     dc:licenseDocument
96       <http://abcl.org/svn/tags/1.6.1/src/org/armedbear/COPYING> ;
97] .
98
99doap:Project rdfs:seeAlso [
100  a rdf:Bag;
101  rdf:_0 <http://abcl.org/releases/1.6.1/abcl-1.6.1.jar> ;
102  rdf:_1 <http://abcl.org/trac/timeline> ;
103  rdf:_2 <http://abcl.org/trac/wiki> ;
104  rdf:_4 <https://github.com/armedbear/abcl/> ;
105  rdf:_5 <https://gitlab.common-lisp.net/abcl/abcl/> ;
106  dc:source   abcl:tag ;
107  dc:Software [
108     a rdf:Bag;
109     rdf:_1 <urn:abcl:previousVersion> ;
110     rdf:_2 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.0.1.jar> ;
111     rdf:_3 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.0.2.jar> ;
112     rdf:_4 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.1.jar> ;
113     rdf:_5 <http://abcl.org/releases/1.2.1/abcl-1.2.1.jar> ;
114     rdf:_6 <http://abcl.org/releases/1.3.0/abcl-1.3.0.jar> ;
115     rdf:_14 <http://abcl.org/releases/1.3.2/abcl-1.3.1.jar> ;
116     rdf:_7 <http://abcl.org/releases/1.3.2/abcl-1.3.2.jar> ;
117     rdf:_8 <http://abcl.org/releases/1.3.3/abcl-1.3.3.jar> ;
118     rdf:_9 <http://abcl.org/releases/1.4.0/abcl-1.4.0.jar> ;
119     rdf:_10 <http://abcl.org/releases/1.5.0/abcl-1.5.0.jar> ;
120     rdf:_11 <http://abcl.org/releases/1.6.0/abcl-1.6.0.jar> ;
121     rdf:_13 <http://abcl.org/releases/1.6.0/abcl-1.6.1.jar> ;
122  ] ;
123] .
124
125<> abcl:provides <release#abcl-contrib.jar> ;
126   rdfs:seeAlso <file:contrib/README.markdown>.
127
128<> dc:Standard  <urn:abcl.org/ansi/common-lisp#X3J13> ;
129   rdfs:seeAlso [
130     a rdf:Bag ;
131     rdf:_1  <urn:ansi.common-lisp> ;
132     rdf:_2 "ANSI+INCITS+226-1994+(R2004).pdf"
133   ] ;
134   dc:abstract 
135     "ANSI INCITS 226-1994 (R2004) American National Standard for Programming Language Common LISP (X3J13)" .
136
137<> rdfs:seeAlso <urn:abcl.org/ansi/common-lisp#X3J13> .
138
139doap:Project rdfs:seeAlso
140  <http://abcl.org/trac/timeline> ,
141  <http://abcl.org/trac/wiki> ,
142  <http://github.com/armedbear/abcl/> ,
143  <http://gitlab.common-lisp.net/abcl/abcl/> ,
144  <http://code.google.com/p/abcl-dynamic-install/> ,
145  <http://abcl.org/svn/trunk/abcl/> .
146
147<> doap:packages  [
148    a rdf:Alt;
149    rdf:_1 abcl:abcl ;
150    rdf:_2 abcl:abcl-contrib ;
151    rdf:_4 abcl:jss ;
152    rdf:_5 abcl:jfli ;
153    rdf:_6 abcl:abcl-asdf ;
154    rdf:_7 abcl:jna ;
155    rdf:_8 abcl:asdf-jar ;
156    rdf:_9 abcl:quicklisp-abcl ;
157    rdf:_10 abcl:abcl-introspect ;
158] .
159
160abcl:jna
161        dc:version "5.5.0" .
162abcl:asdf
163        dc:version "3.3.4" .
164
165abcl:abcl-introspect 
166  rdfs:seeAlso <file:contrib/abcl-introspect/README.markdown> .                             
167
168abcl:abcl-contrib 
169  rdfs:seeAlso <file:contrib/README.markdown> .                             
170abcl:abcl-asdf
171  rdfs:seeAlso <file:contrib/asdf-asdf/README.markdown> .                             
172abcl:asdf-jar
173  rdfs:seeAlso <file:contrib/asdf-jar/README.markdown> .                             
174abcl:jfli
175  rdfs:seeAlso <file:contrib/jfli/README> .                             
176abcl:jss
177  rdfs:seeAlso <file:contrib/jss/README.markdown> .                             
178
179@prefix java:            <https://rdf.not.org/java#> .
180
181[abcl:run _:supported]
182  a rdf:Bag ;
183  rdf:_6   openjdk:6 ;
184  rdf:_7   openjdk:7 ;
185  rdf:_8   openjdk:8 ;
186  rdf:_11  openjdk:11 ;
187  rdf:_13  openjdk:13 ;
188  rdf:_14  openjdk:14 ;
189  rdfs:comment "Compatible Java runtimes" .
190
191[abcl:run _:options]
192  :base "-XShowSettings:vm -DFile.encoding="UTF-8";
193  openjdk:6 "-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=1g -XX:+UseConcMarkSweepGC" ;
194  openjdk:8 "-XX:+AggressiveOpts" ;
195  openjdk:11 "-XX:CompileThreshold=10" ;
196  openjdk:13 "-XX:CompileThreshold=10" ;
197  openjdk:14 "-XX:CompileThreshold=10" ;
198  rdfs:comment "Java platform runtime options" .
199
200[abcl:build _:options]
201   :target "1.8" ;
202   :source "1.6" ;
203   :encoding "UTF-8" ;
204   :debug "true" ;
205   rdfs:comment "Java build options" .
206
207[abcl:build _:supported]
208  a rdf:Bag ;
209  rdf:_6   openjdk:6 ;
210  rdf:_6     :deprecated ;       
211  rdf:_7   openjdk:7 ;
212  rdf:_7     :deprecated ;       
213  rdf:_8   openjdk:8 ;
214  rdf:_8     :deprecated ;       
215  rdf:_11  openjdk:11 ;
216  rdf:_13  openjdk:13 ;
217  rdf:_14  openjdk:14 ;
218  rdfs:comment "Supported build platforms" .
219
220
221 
Note: See TracBrowser for help on using the repository browser.