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