-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMETA6.json
38 lines (26 loc) · 1.03 KB
/
META6.json
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
{
"name" : "LibYAML",
"description" : "Perl6 bindings for LibYAML",
"auth" : "github:yaml",
"version" : "0.2.1",
"source-url" : "https://github.com/yaml/yaml-libyaml-perl6.git",
"perl" : "6.c",
"tags" : [ "LibYAML", "YAML", "format", "serialization" ],
"provides" : {
"LibYAML" : "lib/LibYAML.pm6",
"LibYAML::Parser" : "lib/LibYAML/Parser.pm6",
"LibYAML::Emitter" : "lib/LibYAML/Emitter.pm6",
"LibYAML::Loader::Event" : "lib/LibYAML/Loader/Event.pm6",
"LibYAML::Loader::TestSuite" : "lib/LibYAML/Loader/TestSuite.pm6"
},
"depends" : [ "NativeCall" ],
"test-depends" : [ "Test", "JSON::Fast" ],
"license" : "Artistic-2.0",
"authors" : [ "Curt Tilmes <[email protected]>",
"Ingy döt Net <[email protected]>",
"Tina Müller <[email protected]>" ],
"support" : {
"source" : "https://github.com/yaml/yaml-libyaml-perl6.git",
"bugtracker" : "https://github.com/yaml/yaml-libyaml-perl6/issues"
}
}