1 Star 0 Fork 14

yq/cmakels

forked from openKylin/cmakels 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pyproject.toml 1.04 KB
Copy Edit Raw Blame History
Mason authored 2022-09-04 19:29 . Formatting using cmake-format
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "cmakels"
version = "0.0.1"
requires-python = ">=3.7"
dependencies = [
"pygls == 0.12.1",
"cmake-format"
]
authors = [{ name = "quanzhuo", email = "quanzhuo@kylinos.cn" }]
description = "Language Server for CMake"
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
keywords = [
"CMake",
"cmakels",
"IntelliSence",
"Language Server",
"LSP",
"language server protocol",
]
[project.scripts]
cmakels = "cmakels.ls:main"
[project.urls]
"Homepage" = "https://gitee.com/quanzhuo/cmakels"
"Bug Tracker" = "https://gitee.com/quanzhuo/cmakels/issues"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/flowing-haze/cmakels.git
git@gitee.com:flowing-haze/cmakels.git
flowing-haze
cmakels
cmakels
main

Search