Dub.searchPackages

Queries all package suppliers with the given query string.

Returns a list of tuples, where the first entry is the human readable name of the package supplier and the second entry is the list of matched packages.

class Dub
searchPackages
(
string query
)

Parameters

query string

the search term to match packages on

See Also

PackageSupplier.searchPackages

Meta