Language

Package: bear @ 3.0.4

Synopsis

Tool for generating a compilation database

Description

A JSON compilation database is used in the Clang project to provide information on how a given compilation unit is processed. With this, it is easy to re-run the compilation with alternate programs. Bear is used to generate such a compilation database.

Home page
https://github.com/rizsotto/Bear
Location
gnu/packages/build-tools.scm (line: 104, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?