LLVM C++ standard library
libc++ is an implementation of the C++ standard library developed by the LLVM project. It supports C++11, C++14, C++17, and parts of C++20. This package also includes libc++abi, which provides the low-level runtime support needed by libc++, including exception handling and other ABI-related features.