New comment by ifreund on void-packages repository https://github.com/void-linux/void-packages/pull/36229#issuecomment-1134477963 Comment: > fwiw it's a bit tricky for zig as far as i understand it because it also needs libclang, but we can probably have a versioned libclang package just like we have a versioned libllvm package, and then there will be no problem (the `-devel` packages can conflict, all that matters is that `libclang12` and `libllvm12` can be installed in parallel to the main version) Zig links against all 3 of llvm, clang, and lld. I left a comment on the LLVM 14 PR and I believe the author already split off llvm/clang/lld 12 packages for that purpose.