File: control

package info (click to toggle)
llvm-toolchain-3.7 1%3A3.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 345,556 kB
  • ctags: 362,199
  • sloc: cpp: 2,156,381; ansic: 458,339; objc: 91,547; python: 89,988; asm: 86,305; sh: 21,479; makefile: 6,853; perl: 5,601; ml: 5,458; pascal: 3,933; lisp: 2,429; xml: 686; cs: 239; php: 202; csh: 117
file content (479 lines) | stat: -rw-r--r-- 22,057 bytes parent folder | download
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
Source: llvm-toolchain-3.7
Section: devel
Priority: optional
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect,
    autoconf, automake, perl, libtool, chrpath, texinfo,
    sharutils, autotools-dev (>= 20060702.1), libffi-dev (>= 3.0.9),
    lsb-release, patchutils, diffstat, xz-utils, python-dev,
    libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev,
    libjsoncpp-dev,
    lcov, procps, help2man, dh-ocaml, zlib1g-dev
Build-Conflicts: oprofile, ocaml, libllvm-3.4-ocaml-dev, libllvm-3.5-ocaml-dev,
 libllvm-3.7-ocaml-dev
Standards-Version: 3.9.6
Homepage: http://www.llvm.org/
Vcs-Svn: svn://anonscm.debian.org/pkg-llvm/llvm-toolchain/branches/3.7/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-llvm/llvm-toolchain/branches/3.7/

# ------------- clang -------------

# Package: clang-3.7
# Architecture: any
# Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
#  libclang-common-3.7-dev (= ${binary:Version}),
#  libclang1-3.7 (= ${binary:Version}), libc6-dev, binutils
# Provides: c-compiler, objc-compiler, c++-compiler
# Recommends: llvm-3.7-dev, python
# Suggests: gnustep, gnustep-devel, clang-3.7-doc
# Replaces: clang-3.1, clang-3.2, clang-3.3,
#  clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt
# Breaks: clang-3.1, clang-3.2, clang-3.3,
#  clang-3.4 (<< 1:3.4.2-7~exp1), clang-3.5 (<< 1:3.5~+rc1-3~exp1), compiler-rt
# Description: C, C++ and Objective-C compiler (LLVM based)
#  Clang project is a C, C++, Objective C and Objective C++ front-end
#  for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
#  Collection (GCC).
#  .
#  Clang fully implements all published ISO C++ standards including C++11, as
#  well as the upcoming C++14 standard, and some parts of the fledgling C++1z
#  standard, and is considered a production-quality C++ compiler.

# Package: clang-format-3.7
# Architecture: any
# Depends: ${shlibs:Depends}, ${misc:Depends}, python
# Replaces: clang-format-3.3
# Breaks: clang-format-3.3
# Description: Tool to format C/C++/Obj-C code
#  Clang-format is both a library and a stand-alone tool with the goal of
#  automatically reformatting C++ sources files according to configurable
#  style guides. To do so, clang-format uses Clang's Lexer to transform an
#  input file into a token stream and then changes all the whitespace around
#  those tokens. The goal is for clang-format to both serve both as a user
#  tool (ideally with powerful IDE integrations) and part of other
#  refactoring tools, e.g. to do a reformatting of all the lines changed
#  during a renaming.
#  .
#  This package also provides vim and emacs plugins.

# Package: cpp11-migrate-3.7
# Architecture: any
# Depends: ${shlibs:Depends}, ${misc:Depends}, clang-modernize-3.7
# Replaces: cpp11-migrate-3.3
# Breaks: cpp11-migrate-3.3
# Description: Tool to convert C++98 and C++03 code to C++11
#  The purpose of the C++11 Migrator is to do source-to-source translation to
#  migrate existing C++ code to use C++11 features to enhance
#  maintainability, readability, runtime performance, and compile-time
#  performance. Development is still early and transforms fall mostly into
#  the first two categories. The migrator is based on Clang's LibTooling and
#  the AST Matching library.
#  .
#  This is a transitional dummy package. It can safely be removed.

# Package: clang-modernize-3.7
# Architecture: any
# Depends: ${shlibs:Depends}, ${misc:Depends}, clang-3.7
# Replaces: cpp11-migrate-3.3, cpp11-migrate-3.4
# Breaks: cpp11-migrate-3.3, cpp11-migrate-3.4
# Description: Tool to convert C++98 and C++03 code to C++11
#  The purpose of the C++11 Migrator is to do source-to-source translation to
#  migrate existing C++ code to use C++11 features to enhance
#  maintainability, readability, runtime performance, and compile-time
#  performance. Development is still early and transforms fall mostly into
#  the first two categories. The migrator is based on Clang's LibTooling and
#  the AST Matching library.


# Package: clang-tidy-3.7
# Architecture: any
# Depends: ${shlibs:Depends}, ${misc:Depends}, python
# Replaces: clang-3.7 (<< 1:3.7-3)
# Breaks: clang-3.7 (<< 1:3.7-3)
# Description: clang-based C++ linter tool
#  Provide an extensible framework for diagnosing and fixing typical programming
#  errors, like style violations, interface misuse, or bugs that can be deduced
#  via static analysis. clang-tidy is modular and provides a convenient interface
#  for writing new checks.

# Package: clang-3.7-doc
# Architecture: all
# Section: doc
# Depends: ${shlibs:Depends}, ${misc:Depends}
# Description: C, C++ and Objective-C compiler (LLVM based) - Documentation
#  Clang project is a C, C++, Objective C and Objective C++ front-end
#  for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
#  Collection (GCC).
#  .
#  Clang fully implements all published ISO C++ standards including C++11, as
#  well as the upcoming C++14 standard, and some parts of the fledgling C++1z
#  standard, and is considered a production-quality C++ compiler.
#  .
#  This package contains the documentation.

# Package: libclang1-3.7
# Architecture: any
# Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}
# Pre-Depends: ${misc:Pre-Depends}
# Multi-Arch: same
# Description: C interface to the clang library
#  Clang project is a C, C++, Objective C and Objective C++ front-end
#  for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
#  Collection (GCC).
#  .
#  Clang fully implements all published ISO C++ standards including C++11, as
#  well as the upcoming C++14 standard, and some parts of the fledgling C++1z
#  standard, and is considered a production-quality C++ compiler.
#  .
#  This package contains the clang library.
#  .
#  The C Interface to Clang provides a relatively small API that exposes
#  facilities for parsing source code into an abstract syntax tree (AST),
#  loading already-parsed ASTs, traversing the AST, associating physical source
#  locations with elements within the AST, and other facilities that support
#  Clang-based development tools.

# Package: libclang1-3.7-dbg
# Architecture: any
# Multi-Arch: same
# Section: debug
# Priority: extra
# Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang1-3.7 (= ${binary:Version})
# Description: clang library
#  Clang project is a C, C++, Objective C and Objective C++ front-end
#  for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
#  Collection (GCC).
#  .
#  Clang fully implements all published ISO C++ standards including C++11, as
#  well as the upcoming C++14 standard, and some parts of the fledgling C++1z
#  standard, and is considered a production-quality C++ compiler.
#  .
#  This package contains the debugging symbols.

# Package: libclang-3.7-dev
# Architecture: any
# Section: libdevel
# Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
#  libclang1-3.7 (= ${binary:Version}), libclang-common-3.7-dev (= ${binary:Version})
# Description: clang library - Development package
#  Clang project is a C, C++, Objective C and Objective C++ front-end
#  for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
#  Collection (GCC).
#  .
#  Clang fully implements all published ISO C++ standards including C++11, as
#  well as the upcoming C++14 standard, and some parts of the fledgling C++1z
#  standard, and is considered a production-quality C++ compiler.
#  .
#  This package contains the clang headers to develop extensions over
#  libclang1-3.7.

# Package: libclang-common-3.7-dev
# Architecture: any
# Section: libdevel
# Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.7 (= ${binary:Version})
# Description: clang library - Common development package
#  Clang project is a C, C++, Objective C and Objective C++ front-end
#  for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
#  Collection (GCC).
#  .
#  Clang fully implements all published ISO C++ standards including C++11, as
#  well as the upcoming C++14 standard, and some parts of the fledgling C++1z
#  standard, and is considered a production-quality C++ compiler.
#  .
#  This package contains the clang generic headers and some libraries
#  (profiling, etc).


# Package: python-clang-3.7
# Section: python
# Architecture: any
# Depends: ${shlibs:Depends}, ${misc:Depends}, python
# Replaces: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.8
# Breaks: python-clang-3.3, python-clang-3.4, python-clang-3.5, python-clang-3.6, python-clang-3.8
# Description: Clang Python Bindings
#  Clang project is a C, C++, Objective C and Objective C++ front-end
#  for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
#  Collection (GCC).
#  .
#  Clang fully implements all published ISO C++ standards including C++11, as
#  well as the upcoming C++14 standard, and some parts of the fledgling C++1z
#  standard, and is considered a production-quality C++ compiler.
#  .
#  This binding package provides access to the Clang compiler and libraries.


# Package: clang-3.7-examples
# Architecture: any
# Section: doc
# Depends: ${shlibs:Depends}, ${misc:Depends}
# Description: Clang examples
#  Clang project is a C, C++, Objective C and Objective C++ front-end
#  for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
#  Collection (GCC).
#  .
#  Clang fully implements all published ISO C++ standards including C++11, as
#  well as the upcoming C++14 standard, and some parts of the fledgling C++1z
#  standard, and is considered a production-quality C++ compiler.
#  .
#  This package contains the clang examples.

# ------------- LLVM -------------

Package: libllvm3.7
Architecture: arm64 armel armhf
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Modular compiler and toolchain technologies, runtime library
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 This package contains the LLVM runtime library.

Package: libllvm3.7-dbg
Architecture: arm64 armel armhf
Section: debug
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.7 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Modular compiler and toolchain technologies, debugging libraries
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 This package contains the LLVM runtime library debug symbols.

Package: llvm-3.7
Architecture: arm64 armel armhf
Suggests: llvm-3.7-doc
Depends: llvm-3.7-runtime (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: llvm-3.7-dev
Description: Modular compiler and toolchain technologies
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 The strengths of the LLVM infrastructure are its extremely
 simple design (which makes it easy to understand and use),
 source-language independence, powerful mid-level optimizer, automated
 compiler debugging support, extensibility, and its stability and
 reliability. LLVM is currently being used to host a wide variety of
 academic research projects and commercial projects. LLVM includes C
 and C++ front-ends, a front-end for a Forth-like language (Stacker),
 a young scheme front-end, and Java support is in development. LLVM can
 generate code for X86, SparcV9, PowerPC or many other architectures.

Package: llvm-3.7-runtime
Architecture: arm64 armel armhf
Depends: binfmt-support, ${shlibs:Depends}, ${misc:Depends}
Conflicts: llvm (<< 2.7-1)
Replaces: llvm (<< 2.7-1)
Description: Modular compiler and toolchain technologies, IR interpreter
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the minimal required to execute programs in LLVM
 format.

Package: llvm-3.7-dev
Architecture: arm64 armel armhf
Depends: ${shlibs:Depends}, libffi-dev (>= 3.0.9), ${misc:Depends},
 llvm-3.7 (= ${binary:Version}), libtinfo-dev
Replaces: llvm (<< 2.2-3)
Description: Modular compiler and toolchain technologies, libraries and headers
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the libraries and headers to develop applications
 using llvm.

Package: llvm-3.7-tools
Architecture: arm64 armel armhf
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
 llvm-3.7-dev (= ${binary:Version})
Description: Modular compiler and toolchain technologies, tools
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides tools for testing.


Package: libllvm-3.7-ocaml-dev
Section: ocaml
Architecture: arm64 armel armhf
Suggests: llvm-3.7-doc
Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}, llvm-3.7-dev (= ${binary:Version})
Provides: ${ocaml:Provides}
Description: Modular compiler and toolchain technologies, OCaml bindings
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the OCaml bindings to develop applications using llvm.

Package: llvm-3.7-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
Description: Modular compiler and toolchain technologies, documentation
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains all documentation (extensive).

Package: llvm-3.7-examples
Section: doc
Architecture: all
Depends: ${misc:Depends}, llvm-3.7-dev (>= ${source:Version}), llvm-3.7-dev (<< ${source:Version}+c~)
Description: Modular compiler and toolchain technologies, examples
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains examples for using LLVM, both in developing
 extensions to LLVM and in using it to compile code.


# ------------- lldb -------------

# Package: lldb-3.7
# Architecture: amd64 armel armhf i386  kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe ppc64 sh4 sparc64 x32  mips mipsel
# # ia64 mips mipsel hurd ppc64el s390x powerpc alpha have been removed
# Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.7 (= ${binary:Version}), python, llvm-3.7-dev, python-lldb-3.7
# Conflicts: lldb-3.4, lldb-3.5
# Pre-Depends: ${misc:Pre-Depends}
# Description: Next generation, high-performance debugger
#  LLDB is a next generation, high-performance debugger. It is built as a set of
#  reusable components which highly leverage existing libraries in the larger LLVM
#  Project, such as the Clang expression parser and LLVM disassembler.

# Package: liblldb-3.7
# Architecture: amd64 armel armhf i386  kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
# # ia64 mips mipsel hurd ppc64el alpha s390x powerpc have been removed
# Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.7 (= ${binary:Version})
# Pre-Depends: ${misc:Pre-Depends}
# Section: libs
# Replaces: lldb-3.7 (<= 1:3.7~svn215195-2)
# Breaks: lldb-3.7 (<< 1:3.7~svn215195-2)
# Description: Next generation, high-performance debugger, library
#  LLDB is a next generation, high-performance debugger. It is built as a set of
#  reusable components which highly leverage existing libraries in the larger LLVM
#  Project, such as the Clang expression parser and LLVM disassembler.
#  .
#  This package contains the LLDB runtime library.

# Package: liblldb-3.7-dbg
# Architecture: amd64 armel armhf i386  kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
# # ia64 mips mipsel hurd ppc64el alpha s390x powerpc have been removed
# Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-3.7 (= ${binary:Version})
# Pre-Depends: ${misc:Pre-Depends}
# Section: debug
# Priority: extra
# Description: Next generation, high-performance debugger, debugging libraries
#  LLDB is a next generation, high-performance debugger. It is built as a set of
#  reusable components which highly leverage existing libraries in the larger LLVM
#  Project, such as the Clang expression parser and LLVM disassembler.
#  .
#  This package contains the LLDB runtime library debug symbols.


# Package: python-lldb-3.7
# Section: python
# Architecture: any
# Depends: ${shlibs:Depends}, ${misc:Depends}, python
# Conflicts: python-lldb-3.4, python-lldb-3.5, python-lldb-3.6, python-lldb-3.8
# Pre-Depends: ${misc:Pre-Depends}
# Description: Next generation, high-performance debugger, python lib
#  LLDB is a next generation, high-performance debugger. It is built as a set of
#  reusable components which highly leverage existing libraries in the larger LLVM
#  Project, such as the Clang expression parser and LLVM disassembler.
#  .
#  This binding package provides access to lldb.


# Package: liblldb-3.7-dev
# Section: libdevel
# Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
# # ia64 mips mipsel hurd ppc64el alpha s390x powerpc have been removed
# Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-3.7 (= ${binary:Version})
# Replaces: lldb-3.7-dev (<= 1:3.7~svn215195-2)
# Breaks: lldb-3.7-dev (<< 1:3.7~svn215195-2)
# Pre-Depends: ${misc:Pre-Depends}
# Description: Next generation, high-performance debugger - Header files
#  LLDB is a next generation, high-performance debugger. It is built as a set of
#  reusable components which highly leverage existing libraries in the larger LLVM
#  Project, such as the Clang expression parser and LLVM disassembler.
#  .
#  This package provides the header files to build extension over lldb.


# Package: lldb-3.7-dev
# Depends: liblldb-3.7-dev, ${misc:Depends}
# Architecture: all
# Section: oldlibs
# Description: transitional dummy package to liblldb-3.7-dev
#  This is a transitional dummy package. It can safely be removed.