···4444 libc++ is an implementation of the C++ standard library, targeting C++11,
4545 C++14 and above.
4646 '';
4747+4848+ # https://github.com/NixOS/nixpkgs/pull/133217#issuecomment-895742807
4949+ broken = stdenv.isDarwin;
5050+4751 # "All of the code in libc++ is dual licensed under the MIT license and the
4852 # UIUC License (a BSD-like license)":
4953 license = with lib.licenses; [ mit ncsa ];