libc++ 3.9.1-3 source package in Ubuntu
Changelog
libc++ (3.9.1-3) unstable; urgency=medium * Fix a typo in debian/control (Closes: #870440) -- Sylvestre Ledru <email address hidden> Wed, 02 Aug 2017 06:40:23 +0200
Upload details
- Uploaded by:
- LLVM Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- LLVM Packaging Team
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libc++_3.9.1-3.dsc | 2.3 KiB | c9a3f5612d9b39a654458045a79eb905e048401d84730cf75da3253db7222bd8 |
libc++_3.9.1.orig.tar.bz2 | 1.7 MiB | 4ba830d27126a37cbfc3eef4c5b00073eef4980922cb5d20b2c1813380deff27 |
libc++_3.9.1-3.debian.tar.xz | 11.9 KiB | e8f626fa8c1db959db3e1f092f8064be17e0e62e9424cb018f5498f9dffe5411 |
Available diffs
- diff from 3.9.1-2 to 3.9.1-3 (537 bytes)
No changes file available.
Binary packages built by this source
- libc++-dev: No summary available for libc++-dev in ubuntu artful.
No description available for libc++-dev in ubuntu artful.
- libc++-helpers: LLVM C++ Standard library - build helpers
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* 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.
.
This package contains the build helpers (clang++-libc++, etc)
- libc++-test: LLVM C++ Standard library (test cases)
libc++ is another implementation of the C++ standard library.
.
Features and Goals
.
* Correctness as defined by the standards.
* 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.
.
This package contains the test cases of libc++ library.
- libc++1: No summary available for libc++1 in ubuntu artful.
No description available for libc++1 in ubuntu artful.
- libc++abi-dev: No summary available for libc++abi-dev in ubuntu artful.
No description available for libc++abi-dev in ubuntu artful.
- libc++abi-test: libc++abi test cases
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
.
Test cases of libc++abi library.
- libc++abi1: LLVM low level support for a standard C++ library
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++