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.

14 lines
426 B

  1. (define-package "ghub" "3.5.1" "Minuscule client libraries for Git forge APIs."
  2. '((emacs "25.1")
  3. (let-alist "1.0.5")
  4. (treepy "0.1.1"))
  5. :commit "5fae5e31586a11a2025168030e0eb3876502611c" :authors
  6. '(("Jonas Bernoulli" . "jonas@bernoul.li"))
  7. :maintainer
  8. '("Jonas Bernoulli" . "jonas@bernoul.li")
  9. :keywords
  10. '("tools")
  11. :url "https://github.com/magit/ghub")
  12. ;; Local Variables:
  13. ;; no-byte-compile: t
  14. ;; End: