1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: cmake-format
Maintainer: Ian Campbell <ijc@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python (>= 6.20230825),
dh-sequence-python3,
cmake,
python3,
python3-setuptools,
python3-argparse-manpage
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/cmake_format
Vcs-Git: https://salsa.debian.org/debian/cmake_format.git
Homepage: https://github.com/cheshirekow/cmake_format
Rules-Requires-Root: no
Package: cmake-format
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Recommends: python3-jinja2, python3-argcomplete
Description: source code formatter for cmake listfiles
Contains several utilities for formatting and linting cmake
configuration files.
.
* cmake-annotate can generate pretty HTML from your
listfiles.
* cmake-format can format your listfiles nicely.
* cmake-lint can check your listfiles for problems
|