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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
Source: rtags
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Denis Danilov <danilovdenis@yandex.ru>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (=13),
bash-completion,
cmake,
dh-elpa,
libclang-dev,
llvm,
pkgconf,
zlib1g-dev
Standards-Version: 4.7.0
Homepage: https://github.com/Andersbakken/rtags
Vcs-Browser: https://salsa.debian.org/emacsen-team/rtags
Vcs-Git: https://salsa.debian.org/emacsen-team/rtags.git
Rules-Requires-Root: no
Package: rtags
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: libclang-dev, elpa-rtags
Description: C/C++ client/server indexer with integration for Emacs
RTags is a client/server application that indexes C/C++ code and
keeps a persistent file-based database of references, declarations,
definitions, symbolnames etc. There’s also limited support for
ObjC/ObjC++. It allows you to find symbols by name (including nested
class and namespace scope). Most importantly it gives you proper
follow-symbol and find-references support. It also have neat little
things like rename-symbol, integration with clang’s “fixits”
(https://clang.llvm.org/diagnostics.html).
Package: elpa-rtags
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
rtags
Recommends: emacs (>= 46.0)
Suggests: elpa-ac-rtags,
elpa-company-rtags,
elpa-flycheck-rtags,
elpa-helm-rtags,
elpa-ivy-rtags
Enhances: emacs, rtags
Description: emacs front-end for RTags
RTags is a client/server application that indexes C/C++ code and
keeps a persistent file-based database of references, declarations,
definitions, symbolnames etc.
.
This package provides the minor mode for RTags.
Package: elpa-company-rtags
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs, elpa-rtags
Description: company back-end for RTags
RTags is a client/server application that indexes C/C++ code and
keeps a persistent file-based database of references, declarations,
definitions, symbolnames etc.
.
This package provides the company completion back-end.
Package: elpa-flycheck-rtags
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs, elpa-rtags
Description: flycheck integration for RTags
RTags is a client/server application that indexes C/C++ code and
keeps a persistent file-based database of references, declarations,
definitions, symbolnames etc.
.
This package provides the flycheck integration.
Package: elpa-ac-rtags
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs, elpa-rtags
Description: auto-complete back-end for RTags
RTags is a client/server application that indexes C/C++ code and
keeps a persistent file-based database of references, declarations,
definitions, symbolnames etc.
.
This package provides the auto-complete back-end.
Package: elpa-ivy-rtags
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: ivy back-end for RTags
RTags is a client/server application that indexes C/C++ code and
keeps a persistent file-based database of references, declarations,
definitions, symbolnames etc.
.
This package provides the ivy back-end.
Package: elpa-helm-rtags
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs, elpa-rtags
Description: helm interface for RTags
RTags is a client/server application that indexes C/C++ code and
keeps a persistent file-based database of references, declarations,
definitions, symbolnames etc.
.
This package provides the helm interface.
|