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
|
Source: debpaste-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders:
Aymeric Agon-Rambosson <aymeric.agon@yandex.com>,
Build-Depends:
debhelper-compat (= 13),
dh-elpa,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/emacsen-team/debpaste-el
Vcs-Git: https://salsa.debian.org/emacsen-team/debpaste-el.git
Homepage: https://github.com/alezost/debpaste.el
Rules-Requires-Root: no
Package: elpa-debpaste
Architecture: all
Depends:
emacsen-common (>= 2.0.8),
${elpa:Depends},
${misc:Depends},
Recommends:
emacs (>= 46.0),
Enhances:
emacs,
Built-Using:
${misc:Built-Using},
Description: paste.debian.net client for Emacs
This package provides an Emacs interface for receiving, posting and
deleting pastes from <http://paste.debian.net/>.
.
Basic interactive commands:
.
- `debpaste-display-paste',
- `debpaste-paste-region',
- `debpaste-delete-paste'.
|