Changes to "depends" between 2018-07-04 13:41:39 and 2018-07-04 13:42:02

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.