Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,14 @@ Dependencies := rec(
# SuggestedOtherPackages := [],
SuggestedOtherPackages := [],

# list of pairs [package name, version] as above,
# these packages will not automatically be loaded and
# the current package will be loaded if they are not available.
# this list should contain additional packages required to run
# tests and/or build the documentation of the current package
# TestPackages := [],
TestPackages := [],

# needed external conditions (programs, operating system, ...) provide
# just strings as text or
# pairs [text, URL] where URL provides further information
Expand Down
Loading