1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: yaml-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Matteo F. Vescovi <mfv@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-elpa
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/emacsen-team/yaml-el
Vcs-Git: https://salsa.debian.org/emacsen-team/yaml-el.git
Homepage: https://github.com/zkry/yaml.el
Testsuite: autopkgtest-pkg-elpa
Package: elpa-yaml
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: YAML parser and encoder for Elisp
Yaml.el is a YAML parser and encoder written in Emacs Lisp without any
external dependencies. It provides an interface similar to the Emacs JSON
parsing utility.
|