Files
emacs-conf/lisp/citeproc/citeproc-pkg.el

19 lines
695 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "citeproc" "20260113.1047"
"A CSL 1.0.2 Citation Processor."
'((emacs "26")
(dash "2.13.0")
(s "1.12.0")
(f "0.18.0")
(queue "0.2")
(string-inflection "1.0")
(org "9")
(parsebib "2.4")
(compat "28.1"))
:url "https://github.com/andras-simonyi/citeproc-el"
:commit "4bde999a41803fe519ea80eab8b813d53503eebd"
:revdesc "4bde999a4180"
:keywords '("bib")
:authors '(("András Simonyi" . "andras.simonyi@gmail.com"))
:maintainers '(("András Simonyi" . "andras.simonyi@gmail.com")))