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
|
Source: ghub-plus-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Matteo F. Vescovi <mfv@debian.org>
Build-Depends: debhelper (>= 11~), dh-elpa
Standards-Version: 4.2.1
Homepage: https://github.com/vermiculus/ghub-plus
Vcs-Browser: https://salsa.debian.org/emacsen-team/ghub-plus-el
Vcs-Git: https://salsa.debian.org/emacsen-team/ghub-plus-el.git
Testsuite: autopkgtest-pkg-elpa
Package: elpa-ghub+
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 47.0)
Enhances: emacs, emacs25
Built-Using: ${misc:Built-Using}
Description: thick GitHub API client built on ghub
Provides some sugar for `ghub'. See package `apiwrap'
for generated function usage instructions.
.
Its aim is to provide the common functionality most
helpful for application development.
.
Since ghub+ is built on ghub, any and all features
you find lacking in ghub+ can be done with ghub without
needing to dig into either package's internals.
However, ghub+ provides some macros you may find helpful
in development; see Extending for details.
|