-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMETA6.json
33 lines (33 loc) · 879 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
{
"auth": "zef:dwarring",
"authors": [
"David Warring"
],
"build-depends": [
],
"depends": [
"JSON::Fast"
],
"description": "Raku core CSS grammars",
"license": "Artistic-2.0",
"name": "CSS::Grammar",
"perl": "6.c",
"provides": {
"CSS::Grammar": "lib/CSS/Grammar.rakumod",
"CSS::Grammar::AST": "lib/CSS/Grammar/AST.rakumod",
"CSS::Grammar::Actions": "lib/CSS/Grammar/Actions.rakumod",
"CSS::Grammar::CSS1": "lib/CSS/Grammar/CSS1.rakumod",
"CSS::Grammar::CSS21": "lib/CSS/Grammar/CSS21.rakumod",
"CSS::Grammar::CSS3": "lib/CSS/Grammar/CSS3.rakumod",
"CSS::Grammar::Defs": "lib/CSS/Grammar/Defs.rakumod",
"CSS::Grammar::Test": "lib/CSS/Grammar/Test.rakumod"
},
"resources": [
],
"source-url": "git://github.com/css-raku/CSS-Grammar-raku.git",
"tags": [
],
"test-depends": [
],
"version": "0.3.11"
}