-
Notifications
You must be signed in to change notification settings - Fork 1
/
META6.json
37 lines (36 loc) · 1.01 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
{
"auth" : "zef:codesections",
"authors" : [
"Daniel Sockwell"
],
"build-depends" : [ ],
"depends" : [ ],
"description" : "A meta package for zero-dependency micro packages of under 70 lines of code",
"license" : "Artistic-2.0",
"name" : "_",
"perl" : "6.d",
"provides" : {
"_": "lib/_.rakumod",
"Print::Dbg": "lib/Print/Dbg/Dbg.rakumod",
"Pattern::Match": "lib/Pattern/Match/Match.rakumod",
"Self::Recursion": "lib/Self/Recursion/Recursion.rakumod",
"Text::Wrap": "lib/Text/Wrap/Wrap.rakumod",
"Text::Paragraphs": "lib/Text/Paragraphs/Paragraphs.rakumod",
"Test::Doctest::Markdown": "lib/Test/Doctest/Markdown/Markdown.rakumod",
"Test::Fluent": "lib/Test/Fluent/Fluent.rakumod"
},
"resources" : [ ],
"source-url" : "https://github.com/codesections/_.git",
"support" : {
"email" : "daniel@codesections.com"
},
"tags" : [
"micro",
"bundle",
"lowbar",
"_",
"metapackage"
],
"test-depends" : [ ],
"version" : "0.0.1"
}