Source: boxquote-el
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: David Bremner <bremner@debian.org>,
 Xiyue Deng <manphiz@gmail.com>,
Build-Depends: debhelper-compat (= 13), dh-elpa
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/emacsen-team/boxquote-el
Vcs-Git: https://salsa.debian.org/emacsen-team/boxquote-el.git
Homepage: https://github.com/davep/boxquote.el

Package: elpa-boxquote
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: Quote text in Emacs with a semi-box
 boxquote provides a set of functions for using a text quoting style
 that partially boxes in the left hand side of an area of text, such a
 marking style might be used to show externally included text or
 example code.
 .
  ,----
  | The default style looks like this.
  `----
 .
 A number of functions are provided for quoting a region, a buffer, a
 paragraph and a defun. There are also functions for quoting text
 while pulling it in, either by inserting the contents of another file
 or by yanking text into the current buffer.
