To install this package, run in Emacs:
M-x package-install RET gpr-query RET
Emacs gpr-query version 1.0.2 gpr-query provides an emacs xref backend using the cross-reference information output by the AdaCore GNAT compiler. gpr-query uses a separate executable provided as Ada source code that must be compiled and installed, either directly or using the Alire package tool: cd ~/.emacs.d/elpa/gpr-query-i.j.k ./build.sh ./install.sh install.sh can take an option "--prefix=<dir>" to set the installation directory. Both shell scripts use Alire if the 'alr' executable is found in PATH. See gpr-query.info section Installation for more information on installing; if not using Alire, you may need additional packages.
gpr-query-1.0.2.tar.lz | 2023-Jan-12 | 37.4 KiB |
GNU Emacs gpr-query NEWS -- history of user-visible changes. Copyright (C) 2022 Free Software Foundation, Inc. Please send gpr-query bug reports to bug-gnu-emacs@gnu.org, with 'gpr-query' in the subject. If possible, use M-x report-emacs-bug. * gpr-query 1.0.3 28 Jan 2023 ** Fix Alire build * gpr-query 1.0.2 5 Jan 2023 ** Minor fixes. * gpr-query 1.0.1 1 Nov 2022 ** Split out from ada-mode