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