Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
562 B

  1. (define-package "realgud" "1.5.1" "A modular front-end for interacting with external debuggers"
  2. '((load-relative "1.3.1")
  3. (loc-changes "1.2")
  4. (test-simple "1.3.0")
  5. (emacs "25"))
  6. :commit "53938f04d5252677484e5c48513e1c138aafc756" :keywords
  7. ("debugger" "gdb" "python" "perl" "go" "bash" "zsh" "bashdb" "zshdb" "remake" "trepan" "perldb" "pdb")
  8. :authors
  9. (("Rocky Bernstein" . "rocky@gnu.org"))
  10. :maintainer
  11. ("Rocky Bernstein" . "rocky@gnu.org")
  12. :url "http://github.com/realgud/realgud/")
  13. ;; Local Variables:
  14. ;; no-byte-compile: t
  15. ;; End: