Codebase list llvm-defaults / ed2ce62
WIP: Provide libclang1 and libclang-dev virtual packages NEED MORE TESTING Sylvestre Ledru 10 years ago
2 changed file(s) with 40 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 llvm-defaults (0.21) UNRELEASED; urgency=low
11
22 * Update of the clang descriptions (Closes: #727684)
3 * WIP: Provide libclang1 and libclang-dev virtual packages
4 NEED MORE TESTING
35
4 --
6 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 29 Oct 2013 14:59:22 +0100
57
68 llvm-defaults (0.20) unstable; urgency=low
79
6565 Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
6666 a partial support of C++1y.
6767
68 Package: libclang1
69 Architecture: any
70 Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, liblclang1-${pv:llvm} ${reqv:llvm}
71 Pre-Depends: ${misc:Pre-Depends}
72 Multi-Arch: same
73 Description: C, C++ and Objective-C compiler (LLVM based)
74 Clang project is a C, C++, Objective C and Objective C++ front-end
75 for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
76 Collection (GCC).
77 .
78 Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
79 a partial support of C++1y.
80 .
81 This is a dependency package providing the default clang libraries.
82 .
83 The C Interface to Clang provides a relatively small API that exposes
84 facilities for parsing source code into an abstract syntax tree (AST),
85 loading already-parsed ASTs, traversing the AST, associating physical source
86 locations with elements within the AST, and other facilities that support
87 Clang-based development tools.
88
89 Package: libclang-dev
90 Architecture: any
91 Section: libdevel
92 Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
93 libclang-${pv:llvm}-dev ${reqv:llvm}
94 Description: clang library - Development package
95 Clang project is a C, C++, Objective C and Objective C++ front-end
96 for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
97 Collection (GCC).
98 .
99 Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
100 a partial support of C++1y.
101 .
102 This is a dependency package providing the default libclang libraries and
103 headers.
104
68105 # Package: lldb
69106 # Architecture: any
70107 # Depends: lldb-${pv:llvm} ${reqv:llvm}, ${misc:Depends}