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
|
Source: emacs-cmake-mode
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>,
Xiyue Deng <manphiz@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
dh-elpa (>= 2.0.6~),
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-cmake-mode.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-cmake-mode
Homepage: https://cmake.org
Package: elpa-cmake-mode
Architecture: all
Multi-Arch: foreign
Depends:
${elpa:Depends},
${misc:Depends},
Breaks:
cmake-data (<< 3.25.0-2~)
Replaces:
cmake-data (<< 3.25.0-2~)
Enhances: emacs
Description: Emacs major mode for editing CMake sources
cmake-mode provides syntax highlighting and indentation for CMakeLists.txt
and *.cmake source files.
|