This package browser is in early development. Mind the rough edges.

ccls

C/C++/Objective-C language server

ccls is a server implementing the Language Server Protocol (LSP) for C, C++ and Objective-C languages. It uses clang to perform static code analysis and supports cross references, hierarchies, completion and syntax highlighting. ccls is derived from cquery which is not maintained anymore.

Installation

Install the latest version of ccls as follows:

guix install ccls

Or install a particular version:

guix install ccls@0.20241108

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ccls about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ccls'><img src='https://packages.guix.gnu.org/packages/ccls/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ccls/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ccls)

Example Org:

[[https://packages.guix.gnu.org/packages/ccls][https://packages.guix.gnu.org/packages/ccls/badges/latest-version.svg]]