File: control

package info (click to toggle)
ghub-plus-el 0.3-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 136 kB
  • sloc: lisp: 953; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download | duplicates (3)
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.