-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibraries.yaml
167 lines (155 loc) · 2.79 KB
/
libraries.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
---
libfyaml:
name: libfyaml
language: C
homepage: https://github.com/pantoniou/libfyaml
syntax:
1.1: (✓)
1.2: ✓
schema: {}
repology: libfyaml
yaml-test-suite: ✓
yaml-runtimes: ✓
libyaml:
name: libyaml
language: C
homepage: https://github.com/yaml/libyaml
syntax:
1.1: '~'
1.2: '~'
schema: {}
repology: libyaml
yaml-test-suite: ✓
yaml-runtimes: ✓
yaml-cpp:
name: yaml-cpp
language: C++
homepage: https://github.com/jbeder/yaml-cpp
syntax:
1.1:
1.2: '~'
schema: {}
repology: yaml-cpp
yaml-runtimes: ✓
yamldotnet:
name: YamlDotNet
language: C#
homepage: https://github.com/aaubry/YamlDotNet
syntax:
1.2: ✓
yaml-test-suite: ✓
yaml-runtimes: ✓
hsyaml:
name: HsYAML
language: Haskell
homepage: https://github.com/haskell-hvr/HsYAML
syntax:
1.2: ✓
schema:
options:
repology: haskell:hsyaml
yaml-test-suite: ✓
yaml-runtimes: ✓
java-snakeyaml:
name: SnakeYAML
language: Java
homepage: https://bitbucket.org/asomov/snakeyaml
syntax:
1.1: '~'
yaml-runtimes: ✓
js-jsyaml:
name: js-yaml
language: Javascript
homepage: https://github.com/nodeca/js-yaml
syntax:
1.1: '~'
1.2: '~'
schema: {}
options:
repology: node:js-yaml
yaml-runtimes: ✓
js-yaml:
name: yaml
language: Javascript
homepage: https://github.com/eemeli/yaml
syntax:
1.1: (✓)
1.2: ✓
schema:
1.1: ✓
1.2 Core: ✓
1.2 JSON: ✓
1.2 Failsafe: ✓
options:
repology: null
yaml-test-suite: ✓
yaml-runtimes: ✓
yamlpp:
name: YAML::PP
language: Perl
homepage: https://metacpan.org/release/YAML-PP
syntax:
1.1: '~'
1.2: '~'
schema:
1.1: ✓
1.2 Core: ✓
1.2 JSON: ✓
1.2 Failsafe: ✓
options:
load:
- forbid-circular-refs
custom-tags: (✓)
repology: perl:yaml-pp
yaml-test-suite: ✓
yaml-runtimes: ✓
yamlxs:
name: YAML::XS (libyaml)
language: Perl/XS
homepage: https://metacpan.org/release/YAML-LibYAML
syntax:
1.1: '~'
1.2: '~'
schema:
1.1: x
1.2 Core: x
1.2 JSON: x
1.2 Failsafe: x
options:
repology: perl:yaml-libyaml
yaml-runtimes: ✓
pyyaml:
name: PyYAML
language: Python
homepage: https://github.com/yaml/pyyaml
syntax:
1.1: '~'
1.2: '~'
schema:
1.1: '~'
1.2 Core: x
1.2 JSON: x
1.2 Failsafe: ✓
options:
custom-tags: ✓
repology: python:pyyaml
yaml-runtimes: ✓
ruamel.yaml:
name: ruamel.yaml
language: Python
homepage: https://bitbucket.org/ruamel/yaml
syntax:
1.1: '~'
1.2: '~'
schema: {}
options:
custom-tags: ✓
repology: python:ruamel-yaml
yaml-runtimes: ✓
ruby-psych:
name: psych
language: Ruby
homepage: https://github.com/ruby/psych
yaml-runtimes: ✓
syntax:
1.1: '~'