-
Notifications
You must be signed in to change notification settings - Fork 7
/
META.json
45 lines (45 loc) · 1.06 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
{
"abstract" : "Database driver for Clickhouse OLAP Database",
"author" : [
"Ilya Rassadin, C<< <elcamlost at gmail.com> >>"
],
"dynamic_config" : 0,
"generated_by" : "App::ModuleBuildTiny version 0.043",
"license" : [
"artistic_2"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "ClickHouse",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.039"
}
},
"develop" : {
"requires" : {
"App::ModuleBuildTiny" : "0.043"
}
},
"runtime" : {
"requires" : {
"Net::HTTP" : "6.09",
"Test::More" : "1.3",
"Try::Tiny" : "0.24"
}
}
},
"provides" : {
"ClickHouse" : {
"file" : "lib/ClickHouse.pm",
"version" : "0.05"
}
},
"release_status" : "stable",
"version" : "0.05",
"x_serialization_backend" : "JSON::PP version 4.16",
"x_spdx_expression" : "Artistic-2.0"
}