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
|
Source: libclang-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Build-Depends: debhelper (>= 9.20120312~),
libdevel-checklib-perl,
perl,
libclang-dev,
llvm,
chrpath
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Clang
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclang-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclang-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libclang-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl bindings to the Clang compiler's indexing interface
Clang is a compiler front end for the C, C++, Objective-C, and Objective-C++
programming languages which uses LLVM as its back end.
.
Clang module provides Perl bindings to the Clang indexing interface, used for
extracting high-level symbol information from source files without exposing
the full Clang C++ API.
|