bear 3.1.3-1build4 source package in Ubuntu

Changelog

bear (3.1.3-1build4) noble; urgency=medium

  * No-change rebuild against libabsl20220623t64

 -- Nick Rosbrook <email address hidden>  Tue, 09 Apr 2024 17:59:07 -0400

Upload details

Uploaded by:
Nick Rosbrook
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
bear_3.1.3.orig.tar.gz 124.8 KiB 389a5251a835cd156fad4f4e598d0bf8c66783a0d5835eba7f113ab5f26637f5
bear_3.1.3-1build4.debian.tar.xz 4.8 KiB 073de409f90ed40f510d3087f15f608d3c67f84803364ece1ec9108a46ef225a
bear_3.1.3-1build4.dsc 2.1 KiB 4aa83f8cdf19ccc95b8eb794b72f6b000dd633b635be24c0345e8c85d3b8bbbd

View changes file

Binary packages built by this source

bear: generate compilation database for Clang tooling

 Bear records the flags passed to the compiler for each translation unit and
 stores them in a JSON file. This file can be used by Clang's tooling interface
 and programs like clang-check to process a translation unit.
 .
 cmake supports the generation of JSON compilation databases out of the box.
 For any other build system that does not support this, Bear can be used
 instead to intercept the invocation of the compiler.

bear-dbgsym: debug symbols for bear
libear: generate compilation database for Clang tooling (wrapper library)

 Bear records the flags passed to the compiler for each translation unit and
 stores them in a JSON file. This file can be used by Clang's tooling interface
 and programs like clang-check to process a translation unit.
 .
 cmake supports the generation of JSON compilation databases out of the box.
 For any other build system that does not support this, Bear can be used
 instead to intercept the invocation of the compiler.
 .
 This is the required library for wrapping system calls.

libear-dbgsym: debug symbols for libear