Search Criteria
Package Details: tree-sitter-cpp 0.23.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tree-sitter-cpp.git (read-only, click to copy) |
|---|---|
| Package Base: | tree-sitter-cpp |
| Description: | C++ grammar for tree-sitter |
| Upstream URL: | https://github.com/tree-sitter/tree-sitter-cpp |
| Licenses: | MIT |
| Groups: | tree-sitter-grammars |
| Submitter: | lmartinez-mirror |
| Maintainer: | xiliuya |
| Last Packager: | xiliuya |
| Votes: | 2 |
| Popularity: | 0.39 |
| First Submitted: | 2021-10-25 23:09 (UTC) |
| Last Updated: | 2025-09-27 01:36 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, placeholder-for-nodejsAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- tree-sitter (tree-sitter-gitAUR) (make)
- tree-sitter-cli (tree-sitter-cli-gitAUR, tree-sitter-cli-github-binAUR) (make)
Required by (4)
- diffsitter (check)
- neovim-tree-sitter-git (optional)
- python-tree-sitter-cpp
- step-writer-git
Latest Comments
gbabin commented on 2025-09-28 14:06 (UTC)
I think this package should provide
/usr/lib/libtree-sitter-cpp.so.Xand/usr/lib/libtree-sitter-cpp.so.X.0. Otherwise/usr/lib/libtree-sitter-cpp.so.0is created by the system outside of the package.I don't know what the value of X should be.
All
tree-sitter-*language packages in official repository do that.xiliuya commented on 2024-07-07 07:14 (UTC)
some bug with 0.22.2 in emacs . if you don't like it.use 0.22.0.
aperez commented on 2024-05-25 11:54 (UTC)
This package is missing a
nodejsmakedepends and after adding that it conflicts withneovim:The following changes made the package build and install correctly; Neovim also recognizes the plugin (checked with
:TSInstallInfo):xiliuya commented on 2024-05-04 16:53 (UTC)
The issue of ugly dependencies, is there any better way to address it?
tsdh commented on 2023-07-28 18:42 (UTC) (edited on 2023-07-28 18:43 (UTC) by tsdh)
For what it's worth, it hangs with the below output for 2 or 3 minutes before the line with the progress bar disappears and the error shown in my first comment is printed.
That's a really nasty progress bar which simply disappears when a step fails instead of showing it prominently.
Anyway, the link https://registry.npmjs.org/tree-sitter-c/-/tree-sitter-c-0.20.4.tgz works just fine. I can download that without issues.
bhrgunatha commented on 2023-07-28 03:08 (UTC) (edited on 2023-07-28 03:09 (UTC) by bhrgunatha)
Same here as tsdh except yay adds a little extra info but doesn't seem very useful
tsdh commented on 2023-07-21 06:17 (UTC)
tree-sitter-cpp-0.20.0-2 fails to build for me.