source: tags/1.8.0/abcl.rdf

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

abcl 1.8.0 metadata

rc14

TODO manual needs much description about pathnames

File size: 7.3 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.8.0#> ; # deprecated?
20  dc:identifier         <urn:abcl.org/release/1.8.0#> ;
21  doap:language        "Common Lisp" ;
22  dc:created           "01-JAN-2004" ;
23  dc:modified          "28-OCT-2020" ;
24  dc:version           "abcl-1.8.0" ;
25  dc:release           "rc12" ;
26  abcl:git             <https://github.com/armedbear/abcl/> ;
27  abcl:git             <https://gitlab.common-lisp.net/abcl/abcl/> ;
28  abcl:svn             <https://abcl.org/svn/trunk/abcl/> .
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.8.0/src/org/armedbear/COPYING> ;
97] .
98
99doap:Project rdfs:seeAlso [
100  a rdf:Bag;
101  rdf:_0 <http://abcl.org/releases/1.8.0/abcl-1.8.0.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     rdf:_17 <http://abcl.org/releases/1.6.0/abcl-1.7.0.jar> ;
123     rdf:_19 <http://abcl.org/releases/1.6.0/abcl-1.7.1.jar> ;
124     rdf:_23 <http://abcl.org/releases/1.6.0/abcl-1.8.0.jar> ;
125  ] ;
126] .
127
128<> abcl:provides <release#abcl-contrib.jar> ;
129   rdfs:seeAlso <file:contrib/README.markdown>.
130
131<> dc:Standard  <urn:abcl.org/ansi/common-lisp#X3J13> ;
132   rdfs:seeAlso [
133     a rdf:Bag ;
134     rdf:_1  <urn:ansi.common-lisp> ;
135     rdf:_2 "ANSI+INCITS+226-1994+(R2004).pdf"
136   ] ;
137   dc:abstract 
138     "ANSI INCITS 226-1994 (R2004) American National Standard for Programming Language Common LISP (X3J13)" .
139
140<> rdfs:seeAlso <urn:abcl.org/ansi/common-lisp#X3J13> .
141
142doap:Project rdfs:seeAlso
143  <http://abcl.org/trac/timeline> ,
144  <http://abcl.org/trac/wiki> ,
145  <http://github.com/armedbear/abcl/> ,
146  <http://gitlab.common-lisp.net/abcl/abcl/> ,
147  <http://code.google.com/p/abcl-dynamic-install/> ,
148  <http://abcl.org/svn/trunk/abcl/> .
149
150<> doap:packages  [
151    a rdf:Alt;
152    rdf:_1 abcl:abcl ;
153    rdf:_2 abcl:abcl-contrib ;
154    rdf:_4 abcl:jss ;
155    rdf:_5 abcl:jfli ;
156    rdf:_6 abcl:abcl-asdf ;
157    rdf:_7 abcl:jna ;
158    rdf:_8 abcl:asdf-jar ;
159    rdf:_9 abcl:quicklisp-abcl ;
160    rdf:_10 abcl:abcl-introspect ;
161] .
162
163abcl:jna
164        dc:version "5.6.0" .
165abcl:asdf
166        dc:version "3.3.4" .
167
168abcl:abcl-introspect 
169  rdfs:seeAlso <file:contrib/abcl-introspect/README.org> .                             
170
171abcl:abcl-contrib 
172  rdfs:seeAlso <file:contrib/README.markdown> .                             
173abcl:abcl-asdf
174  rdfs:seeAlso <file:contrib/asdf-asdf/README.markdown> .                             
175abcl:asdf-jar
176  rdfs:seeAlso <file:contrib/asdf-jar/README.markdown> .                             
177abcl:jfli
178  rdfs:seeAlso <file:contrib/jfli/README> .                             
179abcl:jss
180  rdfs:seeAlso <file:contrib/jss/README.markdown> .                             
181
182# FIXME: figure out the right way to specify these values ontologically
183@prefix java:            <https://rdf.not.org/java#> .
184@prefix openjdk:         <https://rdf.not.org/java/openjdk#> .
185@prefix not.org:         <https://rdf.not.org#> .
186
187[abcl:run _:supported]
188  a rdf:Bag ;
189  rdf:_6   openjdk:6 ;
190  rdf:_7   openjdk:7 ;
191  rdf:_8   openjdk:8 ;
192  rdf:_11  openjdk:11 ;
193  rdf:_13  openjdk:13 ;
194  rdf:_14  openjdk:14 ;
195  rdf:_15  openjdk:15 ;
196  rdfs:comment "Compatible Java runtimes" .
197
198[abcl:run _:options]
199    not.org:base "-XShowSettings:vm -DFile.encoding=UTF-8" ;
200    openjdk:6 "-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=1g -XX:+UseConcMarkSweepGC" ;
201    openjdk:8 "-XX:+AggressiveOpts" ;
202    openjdk:11 "-XX:CompileThreshold=10" ;
203    openjdk:13 "-XX:CompileThreshold=10" ;
204    openjdk:14 "-XX:CompileThreshold=10" ;
205    rdfs:comment "Java platform runtime options" .
206
207[abcl:build _:options]
208    not.org:target "1.8" ;
209#    not.org:source "1.6" ;
210    not.org:encoding "UTF-8" ;
211    not.org:debug "true" ;
212    rdfs:comment "Java build options" .
213
214 [abcl:build _:supported]
215   a rdf:Bag ;
216   rdf:_6   openjdk:6 ;
217   rdf:_6     not.org:deprecated ;       
218   rdf:_7   openjdk:7 ;
219   rdf:_7     not.org:deprecated ;       
220   rdf:_8   openjdk:8 ;
221   rdf:_8     not.org:deprecated ;       
222   rdf:_11  openjdk:11 ;
223   rdf:_13  openjdk:13 ;
224   rdf:_14  openjdk:14 ;
225   rdf:_14  openjdk:15 ;
226   rdfs:comment "Supported build platforms" .
227
228
229 
Note: See TracBrowser for help on using the repository browser.