Pkg::ResolvableProperties — Return properties of resolvable
list<map<string,any>>
ResolvableProperties
( | name name , |
kind_r kind , | |
version
version
) ; |
name
of the resolvable, if empty returns all resolvables of the kind
kind
of resolvable, can be `product, `patch, `package, `selection, `pattern or `language
version
of the resolvable, if empty all versions are returned
list of $[ "name":string, "version":string, "arch":string, "source":integer, "status":symbol, "locked":boolean ] maps status is `installed, `selected or `available, source is source ID or -1 if the resolvable is installed in the target if status is `available and locked is true then the object is set to taboo, if status is `installed and locked is true then the object locked