14 lines
593 B
EmacsLisp
14 lines
593 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "biblio-core" "20230202.1721"
|
|
"A framework for looking up and displaying bibliographic entries."
|
|
'((emacs "24.3")
|
|
(let-alist "1.0.4")
|
|
(seq "1.11")
|
|
(dash "2.12.1"))
|
|
:url "https://github.com/cpitclaudel/biblio.el"
|
|
:commit "ee52f6cda82ea6fbc3b400e7b12132595cc0374c"
|
|
:revdesc "ee52f6cda82e"
|
|
:keywords '("bib" "tex" "convenience" "hypermedia")
|
|
:authors '(("Clément Pit-Claudel" . "clement.pitclaudel@live.com"))
|
|
:maintainers '(("Clément Pit-Claudel" . "clement.pitclaudel@live.com")))
|