-
Notifications
You must be signed in to change notification settings - Fork 0
/
META6.json
37 lines (37 loc) · 880 Bytes
/
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
{
"perl" : "6.*",
"name" : "CCColor",
"auth" : "github:ccworld1000, ccworld1000@gmail.com, 2291108617@qq.com",
"api" : "*",
"version" : "0.0.2",
"description" : "Simple and flexible color color conversion module for Raku Perl 6 , easy-to-use simple learning.",
"authors" : [ "youhua deng (deng you hua | CC)" ],
"license" : "GPL-2.0",
"provides" : {
"CCColor" : "lib/CCColor.pm6"
},
"depends" : [ ],
"build-depends" : [ ],
"test-depends" : [ ],
"resources" : [
],
"tags": [
"CCColor",
"chart",
"color",
"draw",
"line",
"graphics",
"hex",
"hex2rgba",
"rgb",
"rgba",
"rgb32",
"color conversion",
"color format",
"hex color",
"Raku",
"Perl 6"
],
"source-url" : "https://github.com/ccworld1000/CCColor.git"
}