Dub.remove

Removes one or more versions of a locally cached package.

This will remove a given package with a specified version from the given location. It will remove at most one package, unless version_ is set to RemoveVersionWildcard.

Parameters

name PackageName

Name of the package to be removed

location PlacementLocation

Specifies the location to look for the given package name/version.

resolve_version size_t delegate

Callback to select package version.

Meta