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
|
Source: yaml-mode
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Nicholas D Steeves <sten@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-elpa
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/yoshiki/yaml-mode
Vcs-Git: https://salsa.debian.org/emacsen-team/yaml-mode.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/yaml-mode
Package: elpa-yaml-mode
Architecture: all
Depends: ${elpa:Depends}
, ${misc:Depends}
Recommends: emacs
Enhances: emacs
Breaks: yaml-mode (<< 0.0.14-1~)
Replaces: yaml-mode (<< 0.0.14-1~)
Provides: yaml-mode
Description: Emacs major mode for YAML files
This package provides an Emacs major mode for editing
files in the YAML data format. It features syntax
highlighting and auto-indentation.
|