pub fn parse_lua_package_from_archive( archive_path: &Path, version_override: Option<&str>, scope: Option<Scope>, quiet: bool, ) -> Result<Package>