meson-mode 0.3-2 source package in Ubuntu
Changelog
meson-mode (0.3-2) unstable; urgency=medium * Team upload. * Rebuild against dh-elpa 2.1.5. Upload pushed to dgit-repos but not salsa. See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>. -- Sean Whitton <email address hidden> Thu, 25 Jul 2024 22:47:29 +0900
Upload details
- Uploaded by:
- Debian Emacsen team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Emacsen team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | misc | |
Plucky | release | universe | misc | |
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
meson-mode_0.3-2.dsc | 2.0 KiB | d221ecc38e142df497e2ee07ac359b58b0c3f0f0b3190d03a9fd1fe1b9046e8d |
meson-mode_0.3.orig.tar.xz | 27.0 KiB | e527b6003ba68c8616fad82abffa1c9c171056aa34e27b7febdbb25b3942cf6c |
meson-mode_0.3-2.debian.tar.xz | 2.6 KiB | 19bf2a6da86a152ec56c6267b57082c9eb863706f62abf032e973d4f14bc897f |
Available diffs
- diff from 0.3-1 to 0.3-2 (375 bytes)
No changes file available.
Binary packages built by this source
- elpa-meson-mode: Major mode for the Meson build system files
This is a major mode for Meson build system files. Syntax
highlighting works reliably. Indentation works too, but there are
probably cases, where it breaks. Simple completion is supported via
`completion-at-point' . To start completion, use either <C-M-i> or
install completion frameworks such as `company'. To enable
`company' add the following to your .emacs:
.
(add-hook 'meson-mode-hook 'company-mode)