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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: yasnippet
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders:
Barak A. Pearlmutter <bap@debian.org>,
Alberto Luaces Fernández <aluaces@udc.es>,
Xiyue Deng <manphiz@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
dh-elpa (>= 2.1.6),
elpa-htmlize,
elpa-yasnippet-snippets
# See changelog entry 0.13.0-2 for why we build-depend on snippets.
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/joaotavora/yasnippet
Testsuite: autopkgtest-pkg-elpa
Vcs-Browser: https://salsa.debian.org/emacsen-team/yasnippet
Vcs-Git: https://salsa.debian.org/emacsen-team/yasnippet.git
Package: elpa-yasnippet
Architecture: all
Depends:
${elpa:Depends},
${misc:Depends},
Recommends:
elpa-yasnippet-snippets,
Enhances: emacs
Breaks:
yasnippet (<< 0.11.0),
Provides:
yasnippet,
Description: template system for Emacs
YASnippet (yet another snippet extension for Emacs) is a template
system for Emacs. It allows you to type an abbreviation and
automatically expand the abbreviation into function templates.
.
Bundled language templates includes: C, C++, C#, Perl, Python, Ruby,
SQL, LaTeX, HTML, CSS and more.
Package: yasnippet
Architecture: all
Depends:
elpa-yasnippet,
${misc:Depends},
Description: transition Package, yasnippet to elpa-yasnippet
The yasnippet emacs addon has been elpafied. This dummy package
helps ease transition from yasnippet to elpa-yasnippet, and may
safely be removed.
|