pub fn parse_pack_list(s: &str) -> Vec<String>
Parse a comma- or whitespace-separated pack list from a single string.
Empty entries are dropped, surrounding whitespace is trimmed.