mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-11 00:10:15 +03:00
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/35393 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
24 lines
1.0 KiB
XML
24 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>alexey+gentoo@asokolov.org</email>
|
|
<name>Alexey Sokolov</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Bear is a tool that generates a compilation database for clang tooling.
|
|
The concept behind Bear is: to execute the original build command and intercept the exec calls issued by the build tool.
|
|
To achieve that, Bear uses the LD_PRELOAD or DYLD_INSERT_LIBRARIES mechanisms provided by the dynamic linker.
|
|
Bear has two components: the library and the binary.
|
|
The library redefines the exec methods to be used by all child processes.
|
|
The executable enables the use of the library for child processes and writes the output file.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">rizsotto/Bear</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|