# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           elisp 1.0

name                yaml-mode.el
elpa.setup          yaml-mode 0.0.16 nongnu

categories          editors
license             GPL-2+
maintainers         gmail.com:michael.dagitses
platforms           any
supported_archs     noarch

description         An Emacs major mode for editing YAML files.
long_description    This is a major mode for editing files in the YAML \
                    data serialization format. It provides indentation and \
                    indentation command behavior similar to that of python-mode.

checksums           rmd160  532e05ea24efa060ad4b19164a9260975bb97608 \
                    sha256  a73698067b1a5b515790f4a2456bfbe8f6f9755b09e1a6bdb9e98c0fcaa60e2e \
                    size    40960

elisp.files         yaml-mode.el
