-
Notifications
You must be signed in to change notification settings - Fork 36
/
full-invoice.toml
49 lines (41 loc) · 1.03 KB
/
full-invoice.toml
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
# TODO: Hashes are totally faked
bindleVersion = "1.0.0"
[bindle]
name = "mybindle"
version = "0.1.0"
[[group]]
name = "server"
satisfiedBy = "allOf"
[[group]]
name = "cli"
satisfiedBy = "oneOf"
required = true
[[group]]
name = "utility"
satisfiedBy = "optional"
[[parcel]]
label.sha256 = "e1706ab0a39ac88094b6d54a3f5cdba41fe5a901"
label.mediaType = "application/bin"
label.name = "daemon"
label.size = 248098
conditions.memberOf = ["server"]
conditions.requires = ["utility"]
# One of a group
[[parcel]]
label.sha256 = "e1706ab0a39ac88094b6d54a3f5cdba41fe5a901"
label.mediaType = "application/bin"
label.name = "first"
label.size = 248098
conditions.memberOf = ["cli", "utility"]
[[parcel]]
label.sha256 = "a1706ab0a39ac88094b6d54a3f5cdba41fe5a901"
label.mediaType = "application/bin"
label.name = "second"
label.size = 248098
conditions.memberOf = ["cli"]
[[parcel]]
label.sha256 = "5b992e90b71d5fadab3cd3777230ef370df75f5b"
label.mediaType = "application/x-javascript"
label.name = "third"
label.size = 248098
conditions.memberOf = ["utility"]