-
Notifications
You must be signed in to change notification settings - Fork 22
/
META.json
138 lines (138 loc) · 4.56 KB
/
META.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
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
{
"abstract" : "MessagePack serializing/deserializing",
"author" : [
"Tokuhiro Matsuno"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.15, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Data-MessagePack",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples",
"author",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Devel::PPPort" : "3.42",
"Module::Build" : "0.4005",
"Module::Build::XSUtil" : "0"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::LeakTrace" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Math::BigInt" : "1.89",
"perl" : "5.008001"
}
},
"test" : {
"requires" : {
"Test::More" : "0.98",
"Test::Requires" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/msgpack/msgpack-perl/issues"
},
"homepage" : "https://github.com/msgpack/msgpack-perl",
"repository" : {
"type" : "git",
"url" : "https://github.com/msgpack/msgpack-perl.git",
"web" : "https://github.com/msgpack/msgpack-perl"
}
},
"version" : "1.02",
"x_authority" : "cpan:TOKUHIROM",
"x_contributors" : [
"Brian Ketelsen <[email protected]>",
"David Steinbrunner <[email protected]>",
"FUJI Goro (gfx) <[email protected]>",
"FURUHASHI Sadayuki <[email protected]>",
"Fuji Goro <[email protected]>",
"Fuji, Goro <[email protected]>",
"Fuji, Goro <[email protected]>",
"Hideyuki TAKEI <[email protected]>",
"Hideyuki Tanaka <hideyuki@hideyuki-vbox.(none)>",
"Hideyuki Tanaka <[email protected]>",
"Hideyuki Tanaka <tanakh@tanakh-VirtualBox.(none)>",
"Hideyuki Tanaka <tanakh@tanakh-desktop.(none)>",
"INADA Naoki <[email protected]>",
"Kazuho Oku <[email protected]>",
"Kazuki Ohta <[email protected]>",
"Kazuki Ohta <[email protected]>",
"Kazuki Oikawa <[email protected]>",
"Keiji Muraishi <[email protected]>",
"Masahiro Nakagawa <[email protected]>",
"Moriyoshi Koizumi <[email protected]>",
"Muga Nishizawa <[email protected]>",
"Muga Nishizawa <muga@f11vm.(none)>",
"Naoki INADA <inada-n@eagle>",
"Naoki INADA <inada-n@gear>",
"Naoki INADA <[email protected]>",
"Naoki INADA <inada-n@koala>",
"Naoki INADA <[email protected]>",
"Nicolas Despres <[email protected]>",
"Nikolay Mishin <[email protected]>",
"Perlover <[email protected]>",
"Reini Urban <[email protected]>",
"Robin Smidsrød <[email protected]>",
"Shohei YOSHIDA <[email protected]>",
"Shohei YOSHIDA <[email protected]>",
"Shoichi Kaji <[email protected]>",
"Taro L. Saito <[email protected]>",
"Tokuhiro Matsuno <[email protected]>",
"UENISHI Kota <[email protected]>",
"UENISHI Kota <[email protected]>",
"Vasily Titskiy <[email protected]>",
"Vincent de Phily <[email protected]>",
"Watabiki Naoya <[email protected]>",
"Yuto Hayamizu <[email protected]>",
"advect <[email protected]>",
"cho45 <[email protected]>",
"egtra <[email protected]>",
"firewood <[email protected]>",
"frsyuki (none) <frsyuki@vcore.>",
"frsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731>",
"frsyuki <frsyuki@vcore.(none)>",
"gfx <gfx@gfx-desktop.(none)>",
"inada-n <inada-n@hornet.(none)>",
"inada-n <[email protected]>",
"inada-n <[email protected]>",
"makamaka <[email protected]>",
"moaikids <[email protected]>",
"mzp <[email protected]>",
"tailhook <[email protected]>",
"takeshita <[email protected]>",
"tokuhirom <[email protected]>",
"xanxys <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 4.07",
"x_static_install" : 0
}