1
2
3
4
5
6
7
8
9
10
|
1
2
3
4
5
6
7
8
9
10
|
-
+
|
## # depends:
Lists other plugins or language/system libraries which the current plugin requires:
Lists other plugins or language/system libraries which the current plugin expects:
# depends: corefuncs, json_io, bin:bash
Each entry is a plugin [basename](wiki/id), and indicates it must be available/active alongside.
* The recommended field name is "depends" and not "require" - for parity with the Debian packaging spec, and because it sounds less stringent.
|