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