localutil=require("util")--- Return all available versions provided by this plugin
--- @param ctx table Empty table used as context, for future extension
--- @return table Descriptions of available versions and accompanying tool descriptions
functionPLUGIN:Available(ctx)localversions=util.parseVersions()table.sort(versions,function(a,b)returnutil.compareVersions(a.version,b.version)end)returnversionsend