Skip to content

Commit fcb1473

Browse files
committed
Add dependencies key to module metadata file
1 parent 8b3e3be commit fcb1473

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/module.opal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ mainLicenseSpdx: GPL-3.0-or-later
5555
# extraGalleryPages: Page1.qml Page2.qml MyComponent.qml
5656
extraGalleryPages: none
5757

58+
# colon-separated list of other Opal modules that this module depends on
59+
# Use the unstyled name without "opal-" prefix, as in the "name:" metadata field,
60+
# or set this field to "none" if there are no dependencies.
61+
dependencies: none
62+
5863
# where the module's sources are located
5964
# This url will be automatically generated from the default repository url and
6065
# this module's name as specified above.

0 commit comments

Comments
 (0)