Returns the libraries used by the package based on the uses-annotation, using the format: {{"Library1","Version"},{"Library2","Version"}}.
{{"Library1","Version"},{"Library2","Version"}}
function getUses input TypeName pack; output String[:, :] uses; end getUses;