-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
50 lines (50 loc) · 1.13 KB
/
manifest.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
{
"__version": "45D-R2",
"name": "python3-libzfs",
"title": "Py-libzfs",
"prerelease": false,
"version": "1.0.0",
"buildVersion": "1",
"author": "Jordan Keough <[email protected]>",
"url": "https://github.com/45Drives/python3-libzfs",
"category": "utils",
"priority": "optional",
"licence": "GPL-3.0+",
"architecture": {
"deb": "all",
"el": "x86_64"
},
"description": {
"long": "python libzfs",
"short": "python libzfs"
},
"defaults": {
"urgency": "medium"
},
"dependencies": {
"deb": {
"jammy": [
"zfsutils-linux"
],
"focal": [
"zfs-dkms"
]
}
},
"releases": [
{
"image": "pylibzfs-ubuntu-focal-builder",
"codeName": "focal",
"type": "deb"
}
],
"changelog": {
"urgency": "medium",
"version": "1.0.0",
"buildVersion": "1",
"ignore": [],
"date": null,
"packager": "Jordan Keough <[email protected]>",
"changes": []
}
}