meson-mode 0.1-4 source package in Ubuntu

Changelog

meson-mode (0.1-4) unstable; urgency=medium

  * Team upload.
  * Rebuild with current dh-elpa

 -- David Bremner <email address hidden>  Mon, 26 Aug 2019 08:53:30 -0300

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 Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
meson-mode_0.1-4.dsc 2.0 KiB 5329d20be457a63ff24e8df9aae6fcd059516e991d63e173205d82fb7dc0a49b
meson-mode_0.1.orig.tar.xz 23.7 KiB 8c9417448123c6635bbdb93d4fbb7f48d394c253b93ca242f3d38217eb26deca
meson-mode_0.1-4.debian.tar.xz 2.0 KiB 958973a5d71d91a2e36073824ef65ea8c554bcfb0c80b96892b9be6f5196b977

Available diffs

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)