pub fn parse_package_from_string(
    package_text: &str
) -> Result<Package, Vec<BitsyError>>