add missing libs and update settings to new versions
This commit is contained in:
19
lisp/citeproc/citeproc-pkg.el
Normal file
19
lisp/citeproc/citeproc-pkg.el
Normal file
@@ -0,0 +1,19 @@
|
||||
(define-package "citeproc" "20220101.1527" "A CSL 1.0.2 Citation Processor"
|
||||
'((emacs "25")
|
||||
(dash "2.13.0")
|
||||
(s "1.12.0")
|
||||
(f "0.18.0")
|
||||
(queue "0.2")
|
||||
(string-inflection "1.0")
|
||||
(org "9")
|
||||
(parsebib "2.4"))
|
||||
:commit "abf3e45946598dffebfba6d6bd9a8cda46815765" :authors
|
||||
'(("András Simonyi" . "andras.simonyi@gmail.com"))
|
||||
:maintainer
|
||||
'("András Simonyi" . "andras.simonyi@gmail.com")
|
||||
:keywords
|
||||
'("bib")
|
||||
:url "https://github.com/andras-simonyi/citeproc-el")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
Reference in New Issue
Block a user