-
Notifications
You must be signed in to change notification settings - Fork 1
/
META6.json
44 lines (44 loc) · 1.49 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
39
40
41
42
43
44
{
"author": "cpan:TITSUKI",
"authors": [
"Itsuki Toyota"
],
"build-depends": [
"zef",
"Distribution::Builder::MakeFromJSON",
"Chart::Gnuplot::CustomBuilder"
],
"builder": "Chart::Gnuplot::CustomBuilder",
"depends": [
],
"description": "A Raku bindings for gnuplot",
"license": "GPL-3.0",
"name": "Chart::Gnuplot",
"perl": "6.c",
"provides": {
"Chart::Gnuplot": "lib/Chart/Gnuplot.pm6",
"Chart::Gnuplot::Arrow": "lib/Chart/Gnuplot/Arrow.pm6",
"Chart::Gnuplot::Border": "lib/Chart/Gnuplot/Border.pm6",
"Chart::Gnuplot::CustomBuilder": "lib/Chart/Gnuplot/CustomBuilder.pm6",
"Chart::Gnuplot::Grid": "lib/Chart/Gnuplot/Grid.pm6",
"Chart::Gnuplot::Label": "lib/Chart/Gnuplot/Label.pm6",
"Chart::Gnuplot::Legend": "lib/Chart/Gnuplot/Legend.pm6",
"Chart::Gnuplot::Object": "lib/Chart/Gnuplot/Object.pm6",
"Chart::Gnuplot::Output": "lib/Chart/Gnuplot/Output.pm6",
"Chart::Gnuplot::Range": "lib/Chart/Gnuplot/Range.pm6",
"Chart::Gnuplot::Subset": "lib/Chart/Gnuplot/Subset.pm6",
"Chart::Gnuplot::Terminal": "lib/Chart/Gnuplot/Terminal.pm6",
"Chart::Gnuplot::Tics": "lib/Chart/Gnuplot/Tics.pm6",
"Chart::Gnuplot::Timestamp": "lib/Chart/Gnuplot/Timestamp.pm6",
"Chart::Gnuplot::Title": "lib/Chart/Gnuplot/Title.pm6",
"Chart::Gnuplot::Util": "lib/Chart/Gnuplot/Util.pm6"
},
"resources": [
],
"source-url": "git://github.com/titsuki/raku-Chart-Gnuplot.git",
"tags": [
],
"test-depends": [
],
"version": "0.0.21"
}