1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
Source: libc++
Priority: extra
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Uploaders: Andrej Belym <white.wolf.2105@gmail.com>,
Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 9.0.0), clang, dh-exec
Standards-Version: 3.9.5
Section: libs
Homepage: http://libcxx.llvm.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-llvm/libcxx/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-llvm/libcxx/trunk/
Package: libc++1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: clang
Description: LLVM C++ Standard library
libc++ is a new implementation of the C++ standard library, targeting C++11.
.
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.
Package: libc++-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libc++1 (= ${binary:Version}), ${misc:Depends}, libc++-helpers
Provides: libstdc++-dev
Description: LLVM C++ Standard library (development files)
libc++ is a new implementation of the C++ standard library, targeting C++11.
.
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.
Package: libc++-test
Section: libs
Architecture: any
Depends: libc++1 (= ${binary:Version}), ${misc:Depends}
Replaces: libc++-src (<< 1.0~svn199600-1)
Breaks: libc++-src (<< 1.0~svn199600-1)
Description: LLVM C++ Standard library (test cases)
libc++ is a new implementation of the C++ standard library, targeting C++11.
.
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.
.
This package contains the test cases of libc++ library.
Package: libc++abi1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: LLVM low level support for a standard C++ library
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++
.
Package: libc++abi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libc++abi1 (= ${binary:Version}), ${misc:Depends}
Description: LLVM low level support for a standard C++ library (development files)
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++
.
Package: libc++abi-test
Section: libs
Architecture: any
Depends: libc++abi1 (= ${binary:Version}), ${misc:Depends}
Replaces: libc++abi-src (<< 1.0~svn199600-1)
Breaks: libc++abi-src (<< 1.0~svn199600-1)
Description: libc++abi test cases
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++
.
Test cases of libc++abi library.
Package: libc++-helpers
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Replaces: libc++-dev (<< 1.0~svn199600-1)
Breaks: libc++-dev (<< 1.0~svn199600-1)
Description: LLVM C++ Standard library - build helpers
libc++ is a new implementation of the C++ standard library, targeting C++11.
.
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.
.
This package contains the build helpers (clang++-libc++, etc)
|