Files
emacs/lisp/org-ref/org-ref-pkg.el
2021-01-08 19:32:30 +01:00

22 lines
624 B
EmacsLisp

(define-package "org-ref" "20210108.1415" "citations, cross-references and bibliographies in org-mode"
'((dash "2.11.0")
(htmlize "1.51")
(helm "1.5.5")
(helm-bibtex "2.0.0")
(ivy "0.8.0")
(hydra "0.13.2")
(key-chord "0")
(s "1.10.0")
(f "0.18.0")
(pdf-tools "0.7"))
:commit "cae67aa7fcaced2112152a343d35ff308a54c4c1" :authors
'(("John Kitchin" . "jkitchin@andrew.cmu.edu"))
:maintainer
'("John Kitchin" . "jkitchin@andrew.cmu.edu")
:keywords
'("org-mode" "cite" "ref" "label")
:url "https://github.com/jkitchin/org-ref")
;; Local Variables:
;; no-byte-compile: t
;; End: