16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
-
+
+
|
## System/language dependencies
This is quite informal / not fixated, but non-plugin dependencies are usually denominated with `type:name` like:
* `# depends: bin:imagemagick` for binaries
* `python:lyxml` for language modules
* Or `sys:amd64` for the architecture.
* And `deb:
* And `deb:anacron` for the system package manager.
* `api:archnemesis` etc.
## Related fields
Depending on complexity other fields might be used alongside:
* `# provides:`
* `# conflicts:`
* `# suggests:`
|