-
Notifications
You must be signed in to change notification settings - Fork 19
/
list.yaml
283 lines (254 loc) · 7.25 KB
/
list.yaml
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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
---
runtimes:
- &all
runtime: all
- &dotnet
runtime: dotnet
build-script: dotnet-yamldotnet.sh
lang: C#
- &haskell
runtime: haskell
build-script: hs-build.sh
lang: Haskell
#- &java
# runtime: java
# lang: Java
- &lua
runtime: lua
build-script: lua-build.sh
lang: Lua
- &node
runtime: node
lang: Javascript
- &perl
build-script: perl-install.sh
runtime: perl
lang: Perl
- &python
build-script: python-install.sh
runtime: python
lang: Python
#- &rakudo
# build-script: rakudo-install.sh
# build-dir:
# - [var/build/rakudo/raku, /raku] # [dir, mounted-as]
# - [var/build/rakudo, /build] # [dir, mounted-as]
# runtime: rakudo
# lang: Raku
- &ruby
runtime: ruby
lang: Ruby
build-script: installgem.sh
- &static
runtime: static
libraries:
c-libyaml:
<<: *static
name: libyaml
homepage: https://github.com/yaml/libyaml
lang: C
source: https://pyyaml.org/download/libyaml/yaml-0.2.5.tar.gz
version: 0.2.5
build-script: c-libyaml-build.sh
tests: [event, yaml]
c-libfyaml:
<<: *static
name: libfyaml
homepage: https://github.com/pantoniou/libfyaml
lang: C
source: https://github.com/pantoniou/libfyaml/releases/download/v0.7.12/libfyaml-0.7.12.tar.gz
version: 0.7.12
build-script: c-libfyaml-build.sh
tests: [event, json, yaml]
go-yaml:
<<: *static
name: go-yaml
homepage: https://github.com/go-yaml/yaml
lang: Go
source: https://github.com/go-yaml/yaml
version: v2
build-script: go-yaml-build.sh
tests: [json]
cpp-rapidyaml:
<<: *static
name: rapidyaml
homepage: https://github.com/biojppm/rapidyaml
lang: C++
version: 0.4.0
source: https://github.com/biojppm/rapidyaml/releases/download/v0.4.0/rapidyaml-0.4.0-src.tgz
build-script: cpp-rapidyaml-build.sh
tests: [event]
cpp-yamlcpp:
<<: *static
name: yaml-cpp
homepage: https://github.com/jbeder/yaml-cpp
lang: C++
version: 0.8.0
source: https://github.com/jbeder/yaml-cpp/archive/refs/tags/0.8.0.tar.gz
build-script: cpp-yamlcpp-build.sh
tests: [event]
dotnet-yamldotnet:
<<: *dotnet
name: YamlDotNet
homepage: https://github.com/aaubry/YamlDotNet
source: https://github.com/aaubry/YamlDotNet/archive/v11.2.1.tar.gz
version: 11.2.1
tests: [event, json]
hs-hsyaml:
<<: *haskell
name: HsYAML
homepage: https://github.com/haskell-hvr/HsYAML
source: https://github.com/haskell-hvr/HsYAML/archive/v0.2.1.0.zip
version: 0.2.1.0
tests: [event, json]
hs-reference:
<<: *haskell
name: YAMLReference
homepage: https://github.com/orenbenkiki/yamlreference
source: https://github.com/orenbenkiki/yamlreference/archive/master.zip
version: master
tests: [yeast]
# java-snakeyaml:
# <<: *java
# name: SnakeYAML
# homepage: https://bitbucket.org/snakeyaml/snakeyaml/
# source: https://bitbucket.org/snakeyaml/snakeyaml/get/master.tar.gz
# version: '1.31-SNAPSHOT'
# build-script: java-snakeyaml-build.sh
# tests: [event, json, yaml]
#
# java-snakeengine:
# <<: *java
# name: SnakeYAML Engine
# homepage: https://bitbucket.org/snakeyaml/snakeyaml-engine
# source: https://bitbucket.org/snakeyaml/snakeyaml-engine/get/master.tar.gz
# version: '2.4-SNAPSHOT'
# build-script: java-snakeyaml-engine-build.sh
# tests: [event, json, yaml]
js-jsyaml:
<<: *node
name: js-yaml
homepage: https://github.com/nodeca/js-yaml
version: 4.1.0
source: https://github.com/nodeca/js-yaml/archive/4.1.0.tar.gz
build-script: js-jsyaml-build.sh
tests: [json]
js-yaml:
<<: *node
name: yaml
homepage: https://github.com/eemeli/yaml
version: 2.4.5
source: https://github.com/eemeli/yaml/archive/refs/tags/v2.4.5.tar.gz
build-script: js-yaml-build.sh
tests: [event, json, yaml]
lua-lyaml:
<<: *lua
name: lyaml
homepage: https://github.com/gvvaughan/lyaml
source: https://luarocks.org/manifests/gvvaughan/lyaml-6.2.8-1.src.rock
version: 6.2.8
tests: [json]
nim-nimyaml:
<<: *static
name: NimYAML
homepage: https://github.com/flyx/NimYAML
lang: Nim
source: https://github.com/flyx/NimYAML/archive/v0.16.0.tar.gz
version: 0.16.0
build-script: nimyaml-build.sh
tests: [event]
build-image: nim
perl-pp:
<<: *perl
name: YAML::PP
homepage: https://metacpan.org/release/YAML-PP
version: '0.38.0'
source: https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-PP-v0.38.0.tar.gz
tests: [event, json, yaml, perl]
perl-refparser:
<<: *perl
name: Generated RefParser
homepage: https://metacpan.org/release/YAML-Parser
version: 0.0.5
source: https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-Parser-0.0.5.tar.gz
tests: [event]
perl-pplibyaml:
<<: *perl
name: YAML::PP::LibYAML
homepage: https://metacpan.org/release/YAML-PP-LibYAML
version: 0.005
source: https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-PP-LibYAML-0.005.tar.gz
tests: [event, json, yaml, perl]
perl-syck:
<<: *perl
name: YAML::Syck
homepage: https://metacpan.org/release/YAML-Syck
version: 1.34
source: https://cpan.metacpan.org/authors/id/T/TO/TODDR/YAML-Syck-1.34.tar.gz
tests: [json, perl]
perl-tiny:
<<: *perl
name: YAML::Tiny
homepage: https://metacpan.org/release/YAML-Tiny
version: 1.74
source: https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.74.tar.gz
tests: [json, perl]
perl-xs:
<<: *perl
name: YAML::XS (libyaml)
homepage: https://metacpan.org/release/YAML-LibYAML
version: '0.89'
source: https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-0.89.tar.gz
tests: [json, perl]
perl-yaml:
<<: *perl
name: YAML.pm
homepage: https://metacpan.org/release/YAML
version: '1.31'
source: https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-1.31.tar.gz
tests: [json, perl]
# raku-yamlish:
# <<: *rakudo
# name: YAMLish
# homepage: https://github.com/Leont/yamlish
# version: 0.0.6
# source: https://github.com/Leont/yamlish/archive/master.zip
# tests: [json, raku]
py-pyyaml:
<<: *python
name: PyYAML
homepage: https://github.com/yaml/pyyaml
version: '5.3.1'
source: https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz
tests: [event, json, py, yaml]
py-ruamel:
<<: *python
homepage: https://bitbucket.org/ruamel/yaml
name: ruamel.yaml
version: 0.18.6
source: https://files.pythonhosted.org/packages/29/81/4dfc17eb6ebb1aac314a3eb863c1325b907863a1b8b1382cdffcb6ac0ed9/ruamel.yaml-0.18.6.tar.gz
tests: [event, json, py, yaml]
ruby-psych:
<<: *ruby
name: psych
homepage: https://github.com/ruby/psych
version: '4.0.3'
source: https://rubygems.org/downloads/psych-4.0.3.gem
tests: [json]
rust-yamlrust:
<<: *static
lang: Rust
build-script: installrust.sh
name: yaml
homepage: https://github.com/chyh1990/yaml-rust
version: 0.4.4
source: https://github.com/chyh1990/yaml-rust/archive/refs/tags/0.4.4.zip
tests: [event]
formats:
event: Event Stream
json: JSON
yaml: YAML
yeast: YEAST Events
perl: Perl Native
py: Python Native
# raku: Raku Native