set |
This is the libcxx:std metapackage.
It pulls in all subpackages of libcxx:std. |
primary |
libc++ is a new implementation of the C++ standard library, targeting
C++11, c++14, and c++17.
Features and Goals
* Correctness as defined by the C++11 standard.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features
such as exception objects, rtti and memory allocation.
* Extensive unit tests.
|
dev |
This is the developer subpackage of the libcxx:std port.
It may contain headers, pc files, static and PIC libraries and SO links. |
abi |
libc++abi is a new implementation of low level support for a standard
C++ library.
Features and Goals
* Correctness as defined by the C++11 standard.
* Provide a portable sublayer to ease the porting of libc++
* On Mac OS X, be ABI compatible with the existing low-level support.
|
experimental |
LLVM project's libc++experimental library.
|