File: control

package info (click to toggle)
parsebib 6.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: lisp: 1,781; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 862 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: parsebib
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Aymeric Agon-Rambosson <aymeric.agon@yandex.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-elpa
Homepage: https://github.com/joostkremers/parsebib
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/emacsen-team/parsebib
Vcs-Git: https://salsa.debian.org/emacsen-team/parsebib.git

Package: elpa-parsebib
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
 emacs
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: Emacs Lisp library for parsing .bib files
 Parsebib is an Elisp library for reading .bib files. It provides
 functions for going through a .bib file and reading the entries one
 by one. There are separate functions for reading @Preamble, @String
 and @Comment items.