This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
META6.json
61 lines (61 loc) · 1.51 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"auth": "kalkin",
"authors": [
"Bahtiar `kalkin-` Gadimov",
"Polgár Márton",
"Shoichi Kaji"
],
"depends": [
"File::Find",
"File::Ignore",
"File::Temp",
"JSON::Fast",
"License::Software:ver<0.3.*>",
"META6",
"Pod::To::Markdown",
"Test::META",
"Zef",
"Zef::Client",
"Zef::Config",
"Zef::Distribution",
"Zef::Identity"
],
"description": "Distribution Development Tool",
"license": "Artistic-2.0",
"meta-version": "0",
"name": "Ddt",
"provides": {
"Ddt": "lib/Ddt.rakumod",
"Ddt::Distribution": "lib/Ddt/Distribution.rakumod",
"Ddt::JSON": "lib/Ddt/JSON.rakumod",
"Ddt::Plugins::Build": "lib/Ddt/Plugins/Build.rakumod",
"Ddt::Plugins::Deps": "lib/Ddt/Plugins/Deps.rakumod",
"Ddt::Plugins::Hack": "lib/Ddt/Plugins/Hack.rakumod",
"Ddt::Plugins::New": "lib/Ddt/Plugins/New.rakumod",
"Ddt::Plugins::Release": "lib/Ddt/Plugins/Release.rakumod",
"Ddt::Plugins::Test": "lib/Ddt/Plugins/Test.rakumod",
"Ddt::Plugins::Unit-Generator": "lib/Ddt/Plugins/Unit-Generator.rakumod",
"Ddt::Plugins::Watch": "lib/Ddt/Plugins/Watch.rakumod",
"Ddt::Template": "lib/Ddt/Template.rakumod"
},
"raku": "6.c",
"source-url": "https://github.com/kalkin/Ddt.git",
"support": {
"source": null
},
"tags": [
"authoring",
"command line",
"devel",
"development",
"generator",
"module",
"testing",
"utility"
],
"test-depends": [
"File::Temp",
"Test::META"
],
"version": "0.5.11"
}