Files
emacs/lisp/org-ref/org-ref-pgk.el
2025-03-11 21:14:26 +01:00

15 lines
286 B
EmacsLisp

(define-package "org-ref" "3.1.0" "citations, cross-references and bibliographies in org-mode"
'((dash "0")
(s "0")
(f "0")
(hydra "0")
(htmlize "0")
(parsebib "0")
(bibtex-completion "0")
(emacs "29")))
;; Local Variables:
;; no-byte-compile: t
;; End: