-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA6.json
More file actions
35 lines (35 loc) · 1.19 KB
/
META6.json
File metadata and controls
35 lines (35 loc) · 1.19 KB
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
{
"auth": "zef:raku-community-modules",
"author": "Dave Rolsky",
"build-depends": [
],
"depends": [
],
"description": "Stream test events",
"license": "Artistic-2.0",
"name": "Test::Stream",
"perl": "6.*",
"provides": {
"Test::Predicates": "lib/Test/Predicates.rakumod",
"Test::Predicator": "lib/Test/Predicator.rakumod",
"Test::Stream": "lib/Test/Stream.rakumod",
"Test::Stream::Diagnostic": "lib/Test/Stream/Diagnostic.rakumod",
"Test::Stream::Event": "lib/Test/Stream/Event.rakumod",
"Test::Stream::EventSource": "lib/Test/Stream/EventSource.rakumod",
"Test::Stream::Formatter::TAP12": "lib/Test/Stream/Formatter/TAP12.rakumod",
"Test::Stream::Hub": "lib/Test/Stream/Hub.rakumod",
"Test::Stream::Listener": "lib/Test/Stream/Listener.rakumod",
"Test::Stream::Recorder": "lib/Test/Stream/Recorder.rakumod",
"Test::Stream::Suite": "lib/Test/Stream/Suite.rakumod",
"Test::Stream::Types": "lib/Test/Stream/Types.rakumod",
"Test::Stream::Util": "lib/Test/Stream/Util.rakumod"
},
"resources": [
],
"source-url": "https://github.com/raku-community-modules/Test-Stream.git",
"tags": [
],
"test-depends": [
],
"version": "0.1"
}