Search Criteria
Package Details: cmake-language-server-git v0.1.11.r0.g3e5e867-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cmake-language-server-git.git (read-only, click to copy) |
|---|---|
| Package Base: | cmake-language-server-git |
| Description: | Python based cmake language server |
| Upstream URL: | https://github.com/regen100/cmake-language-server |
| Keywords: | cmake language-server |
| Licenses: | MIT |
| Conflicts: | cmake-language-server |
| Provides: | cmake-language-server |
| Submitter: | otreblan |
| Maintainer: | otreblan |
| Last Packager: | otreblan |
| Votes: | 3 |
| Popularity: | 0.087061 |
| First Submitted: | 2019-12-09 13:00 (UTC) |
| Last Updated: | 2026-01-14 21:05 (UTC) |
Dependencies (7)
- cmake (cmake3AUR, cmake-gitAUR)
- cmake-formatAUR
- python-pygls
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-pdm-backend (make)
Latest Comments
syyyr commented on 2025-01-02 09:31 (UTC)
Hi, it seems to me that the build now additionally needs
python-pdm-backend.MarsSeed commented on 2023-08-01 23:37 (UTC)
python-pdmis not required at all for the make, onlypython-pdm-pep517.But unfortunately I was not able to make it run with without crashing with the current python-pygls
1.0.2, because of some 'KeyError' when trying to gettextDocument/documentSymbol.And when I downgraded pygls to v0.1.3, I got the same
TypeErroras mentioned in issue #80.Seems like the project is pretty much dead.
syyyr commented on 2023-05-04 12:02 (UTC) (edited on 2023-05-04 12:03 (UTC) by syyyr)
The build newly requires the
python-pdm-pep517instead of thepython-pdm.syyyr commented on 2023-01-11 09:30 (UTC)
It seems that the
python-pdmmake dependency is missing.