File: control

package info (click to toggle)
libbiblio-endnotestyle-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 100 kB
  • ctags: 15
  • sloc: perl: 153; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,392 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
26
27
28
29
30
Source: libbiblio-endnotestyle-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbiblio-endnotestyle-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbiblio-endnotestyle-perl.git
Homepage: https://metacpan.org/release/Biblio-EndnoteStyle
Testsuite: autopkgtest-pkg-perl

Package: libbiblio-endnotestyle-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: Perl module to format bibliographic references using Endnote-like templates
 Biblio::EndnoteStyle provides a way of formatting bibliographic
 references using style templates similar to those used by the popular
 reference management software Endnote (http://www.endnote.com/).  The
 API is embarrassingly simple: a formatter object is made using the
 class's constructor, the new() method; format() may then be
 repeatedly called on this object, using the same or different
 templates.
 .
 (The sole purpose of the object is to cache compiled templates so that
 multiple format() invocations are more efficient than they would
 otherwise be. Apart from that, the API might just as well have been a
 single function.)