-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
29 lines (26 loc) · 915 Bytes
/
META6.json
File metadata and controls
29 lines (26 loc) · 915 Bytes
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
{
"name": "rawstr4c",
"version": "1.2.0",
"description": "Raw strings for the C programming language",
"authors": ["Aoran Zeng"],
"auth": "zef:ccmywish",
"license": "Artistic-2.0",
"tags": ["c"],
"support": {
"homepage": "https://github.com/RubyMetric/rawstr4c",
"source": "https://github.com/RubyMetric/rawstr4c.git",
"bugtracker": "https://github.com/RubyMetric/rawstr4c/issues"
},
"raku": "6.*",
"resources": [],
"depends": [],
"build-depends": [],
"test-depends": [],
"provides": {
"Rawstr4c::Config": "lib/Rawstr4c/Config.rakumod",
"Rawstr4c::EffectiveConfig": "lib/Rawstr4c/EffectiveConfig.rakumod",
"Rawstr4c::Parser": "lib/Rawstr4c/Parser.rakumod",
"Rawstr4c::Generator": "lib/Rawstr4c/Generator.rakumod",
"Rawstr4c::Version": "lib/Rawstr4c/Version.rakumod"
}
}