-
Notifications
You must be signed in to change notification settings - Fork 31
/
abcl.rdf
262 lines (229 loc) · 8.39 KB
/
abcl.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
# -*- Mode: n3 -*-
@prefix abcl: <https://abcl.org#> .
<>
abcl:is "W3C Turtle RDF serializations format" .
@prefix doap: <https://usefulinc.com/ns/doap#> .
@prefix rdf: <https://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <https://www.w3.org/2000/01/rdf-schema#> .
<> a doap:Project .
<> rdfs:seeAlso <urn:abcl.not.org> .
<> rdfs:seeAlso <urn:not.org> .
@prefix dc: <https://purl.org/dc/elements/1.1/> .
<>
abcl:branch <https://abcl.org/svn/trunk/abcl> ;
dc:identifier <urn:abcl.org/1.9.3#dev> ; # deprecated?
dc:identifier <urn:abcl.org/release/1.9.3#> ;
doap:language "Common Lisp" ;
dc:created "01-JAN-2004" ;
dc:modified "11-MAR-2024" ;
dc:version "abcl-1.9.3" ;
dc:release "dev" ;
# dc:release "rc-0" ;
abcl:git <https://github.com/armedbear/abcl/> ;
abcl:git <https://gitlab.common-lisp.net/abcl/abcl/> ;
abcl:svn <https://abcl.org/svn/trunk/abcl/> .
<>
rdfs:seeAlso <file:README> ;
rdfs:seeAlso <file:MANUAL> ;
rdfs:seeAlso <file:CHANGES> ;
rdfs:seeAlso <file:doc/manual/abcl.tex> .
@prefix dc: <https://purl.org/dc/elements/1.1/> .
<abcl:doap>
a doap:Project ;
doap:label "Armed Bear Common Lisp" ;
doap:download <https://abcl.org/> ;
dc:abstract "An implementation of ANSI Common Lisp that runs on the JVM." ;
doap:shortname "ABCL" ;
abcl:contributors """ehu easye v-ille astalla rudi peter""" .
<abcl:doap> doap:language "Common Lisp" .
<> <urn:abcl.org:releng:implementation:language> [
a rdf:Bag;
rdf:_0 "Common Lisp";
rdf:_1 "Java";
rdf:_2 "Ant";
rdf:_3 "Bourne Shell Script";
rdf:_4 "Windows Batch Script"
] .
<abcl:doap>
dc:contributor [
a rdf:Bag;
rdf:_1024 _:peter ;
rdf:_2048 _:piso ;
rdf:_1 _:ehu ;
rdf:_2 _:easye ;
rdf:_3 _:ville ;
rdf:_4 _:astalla ;
rdf:_5 _:rudi ;
rdf:_11 _:ferada ;
rdf:_11 _:olof ;
rdf:_11 "Olof-Joachim Frahm" ;
rdf:_7 _:cyrus ;
rdf:_8 _:dmiles ;
rdf:_9 _:alanr ;
rdf:_9 "Alan Ruttenberg" ;
rdf:_10 _:pipping ;
rdf:_10 "Elias Pipping" ;
rdf:_12 _:vibhu ;
rdf:_12 "Vibhu Mohindra" ;
rdf:_13 "somewhat-functional-programmer" ;
rdf:_14 "Jonathan Cunningham";
rdf:_15 "Uthar";
rdf:_16 "alejandrozf";
rdf:_17 "phoe";
rdf:_18 "jackdaniel";
rdf:_19 "Robert Munyer";
rdf:_20 "contrapunctus";
rdf:_21 "Scott Burson";
rdf:_22 "Samuel Hunter";
rdf:_23 "Eric Timmons (daewok)";
rdf:_24 "Phil Eaton";
] .
<abcl:doap>
doap:language
"Common Lisp", "Java", "Ant", "Bourne Shell Script", "Windows Batch Script" .
_:user dc:identifier <https://ville.not.org/#me> ;
rdf:label "V-ille" .
<https://purl.org/dc/elements/1.1/>
rdfs:seeAlso <https://dublincore.org/documents/2012/06/14/dcmi-terms/> .
<> doap:license [
dc:license <https://usefulinc.com/doap/licenses/gplv2> ;
dc:license <https://usefulinc.com/doap/licenses/gplv2-classpath-exception> ;
dc:licenseDocument
<https://abcl.org/svn/tags/1.9.2/src/org/armedbear/COPYING> ;
] .
doap:Project rdfs:seeAlso [
a rdf:Bag;
rdf:_0 <https://abcl.org/releases/1.9.2/abcl-1.9.2.jar> ;
rdf:_1 <https://abcl.org/trac/timeline> ;
rdf:_2 <https://abcl.org/trac/wiki> ;
rdf:_4 <https://github.com/armedbear/abcl/> ;
rdf:_5 <https://gitlab.common-lisp.net/abcl/abcl/> ;
dc:source abcl:tag ;
dc:Software [
a rdf:Bag;
rdf:_1 <urn:abcl:previousVersion> ;
rdf:_2 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.0.1.jar> ;
rdf:_3 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.0.2.jar> ;
rdf:_4 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.1.jar> ;
rdf:_5 <https://abcl.org/releases/1.2.1/abcl-1.2.1.jar> ;
rdf:_6 <https://abcl.org/releases/1.3.0/abcl-1.3.0.jar> ;
rdf:_14 <https://abcl.org/releases/1.3.2/abcl-1.3.1.jar> ;
rdf:_7 <https://abcl.org/releases/1.3.2/abcl-1.3.2.jar> ;
rdf:_8 <https://abcl.org/releases/1.3.3/abcl-1.3.3.jar> ;
rdf:_9 <https://abcl.org/releases/1.4.0/abcl-1.4.0.jar> ;
rdf:_10 <https://abcl.org/releases/1.5.0/abcl-1.5.0.jar> ;
rdf:_11 <https://abcl.org/releases/1.6.0/abcl-1.6.0.jar> ;
rdf:_13 <https://abcl.org/releases/1.6.1/abcl-1.6.1.jar> ;
rdf:_17 <https://abcl.org/releases/1.7.0/abcl-1.7.0.jar> ;
rdf:_19 <https://abcl.org/releases/1.7.1/abcl-1.7.1.jar> ;
rdf:_23 <https://abcl.org/releases/1.8.0/abcl-1.8.0.jar> ;
rdf:_29 <https://abcl.org/releases/1.9.0/abcl-1.9.0.jar> ;
rdf:_31 <https://abcl.org/releases/1.9.1/abcl-1.9.1.jar> ;
rdf:_37 <https://abcl.org/releases/1.9.1/abcl-1.9.2.jar> ;
] ;
] .
<> abcl:provides <release#abcl-contrib.jar> ;
rdfs:seeAlso <file:contrib/README.markdown>.
<> dc:Standard <urn:abcl.org/ansi/common-lisp#X3J13> ;
rdfs:seeAlso [
a rdf:Bag ;
rdf:_1 <urn:ansi.common-lisp> ;
rdf:_2 "ANSI+INCITS+226-1994+(R2004).pdf"
] ;
dc:abstract
"ANSI INCITS 226-1994 (R2004) American National Standard for Programming Language Common LISP (X3J13)" .
<> rdfs:seeAlso <urn:abcl.org/ansi/common-lisp#X3J13> .
doap:Project rdfs:seeAlso
<https://abcl.org/trac/timeline> ,
<https://abcl.org/trac/wiki> ,
<https://github.com/armedbear/abcl/> ,
<https://gitlab.common-lisp.net/abcl/abcl/> ,
<https://code.google.com/p/abcl-dynamic-install/> ,
<https://abcl.org/svn/trunk/abcl/> .
<> doap:packages [
a rdf:Alt;
rdf:_1 abcl:abcl ;
rdf:_2 abcl:abcl-contrib ;
rdf:_4 abcl:jss ;
rdf:_5 abcl:jfli ;
rdf:_6 abcl:abcl-asdf ;
rdf:_7 abcl:jna ;
rdf:_8 abcl:asdf-jar ;
rdf:_9 abcl:quicklisp-abcl ;
rdf:_10 abcl:abcl-introspect ;
] .
abcl:jna
dc:version "5.13.0" .
abcl:asdf
dc:version "3.3.7" .
abcl:abcl-introspect
rdfs:seeAlso <file:contrib/abcl-introspect/README.org> .
abcl:abcl-contrib
rdfs:seeAlso <file:contrib/README.markdown> .
abcl:abcl-asdf
rdfs:seeAlso <file:contrib/asdf-asdf/README.markdown> .
abcl:asdf-jar
rdfs:seeAlso <file:contrib/asdf-jar/README.markdown> .
abcl:jfli
rdfs:seeAlso <file:contrib/jfli/README> .
abcl:jss
rdfs:seeAlso <file:contrib/jss/README.markdown> .
# FIXME: figure out the right way to specify these values ontologically
@prefix java: <https://rdf.not.org/java#> .
@prefix openjdk: <https://rdf.not.org/java/openjdk#> .
@prefix not.org: <https://rdf.not.org#> .
[abcl:run _:supported]
a rdf:Bag ;
rdf:_6 openjdk:6 ;
rdf:_7 openjdk:7 ;
rdf:_8 openjdk:8 ;
rdf:_11 openjdk:11 ;
rdf:_13 openjdk:13 ;
rdf:_14 openjdk:14 ;
rdf:_15 openjdk:15 ;
rdf:_16 openjdk:16 ;
rdf:_17 openjdk:17 ;
rdf:_18 openjdk:18 ;
rdf:_19 openjdk:19 ;
rdf:_20 openjdk:20 ;
rdf:_21 openjdk:21 ;
rdf:_22 openjdk:22 ;
rdfs:comment "Compatible Java runtimes" .
[abcl:run _:options]
not.org:base "-XShowSettings:vm -DFile.encoding=UTF-8" ;
openjdk:6 "-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=1g -XX:+UseConcMarkSweepGC" ;
openjdk:8 "-XX:+AggressiveOpts" ;
openjdk:11 "-XX:CompileThreshold=10" ;
openjdk:13 "-XX:CompileThreshold=10" ;
openjdk:14 "-XX:CompileThreshold=10" ;
openjdk:15 "-XX:CompileThreshold=10" ;
openjdk:16 "-XX:CompileThreshold=10" ;
openjdk:17 "-XX:CompileThreshold=10" ;
openjdk:21 "-XX:CompileThreshold=10" ;
openjdk:20 "-XX:CompileThreshold=10" ;
rdfs:comment "Java platform runtime options" .
[abcl:build _:options]
not.org:target "1.8" ;
# not.org:source "1.6" ;
not.org:encoding "UTF-8" ;
not.org:debug "true" ;
rdfs:comment "Java build options" .
[abcl:build _:supported]
a rdf:Bag ;
rdf:_6 openjdk:6 ;
rdf:_6 not.org:deprecated ;
rdf:_7 openjdk:7 ;
rdf:_7 not.org:deprecated ;
rdf:_8 openjdk:8 ;
rdf:_8 not.org:deprecated ;
rdf:_11 openjdk:11 ;
rdf:_13 openjdk:13 ;
rdf:_14 openjdk:14 ;
rdf:_15 openjdk:15 ;
rdf:_16 openjdk:16 ;
rdf:_17 openjdk:17 ;
rdf:_18 openjdk:18 ;
rdf:_19 openjdk:19 ;
rdf:_21 openjdk:21 ;
rdf:_22 openjdk:22 ;
rdfs:comment "Supported build platforms" .