-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
50 lines (50 loc) · 1.09 KB
/
metadata.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
{
"name": "Enucatl-i2pd",
"version": "1.0.5",
"author": "Enucatl",
"summary": "Install, configure and run an i2pd daemon.",
"license": " GPL-3.0-only",
"source": "https://github.com/Enucatl/i2pd",
"project_page": "https://github.com/Enucatl/i2pd",
"issues_url": "https://github.com/Enucatl/i2pd/issues",
"dependencies": [
{
"name": "puppetlabs/apt",
"version_requirement": ">= 4.5.1"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 4.2.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 8.4.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04",
"22.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.18.0 < 9.0.0"
}
],
"pdk-version": "2.5.0",
"template-url": "pdk-default#2.5.0",
"template-ref": "tags/2.5.0-0-g369d483"
}