ExternalDependency

This struct can be used as a decorator to mark an external dependency of any symbol.

Members

Functions

toString
string toString()

Get a human-readable string describing this dependency.

Variables

executable
string executable;

Name of the executable

package_
string package_;

Name of the package that provides the executable.

url
string url;

URL to the homepage of the package.

Meta