···1226612266 /**/ if platform.isDarwin then (if platform.isAarch64 then 11 else 7)
1226712267 else if platform.isFreeBSD then 7
1226812268 else if platform.isAndroid then 12
1226912269- else if platform.isLinux then (if platform.isRiscV then 11 else 7)
1226912269+ else if platform.isLinux then
1227012270+ /**/ if platform.isRiscV then 11
1227112271+ else if platform.isMusl then 11
1227212272+ else 7
1227012273 else if platform.isWasm then 8
1227112274 else latest_version;
1227212275 # We take the "max of the mins". Why? Since those are lower bounds of the