You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tom van Dijck edited this page Jun 4, 2015
·
2 revisions
get the variants of a package. The variants member is a list of strings indicating the variants that exists on the package server of in the local cache. The package manager fills this list during the import.
Example
localp=package.get('blz_concurrent')
ifpthenprint(table.tostring(p.variants))
end