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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: libtext-bibtex-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Bremner <bremner@debian.org>,
Danai SAE-HAN (韓達耐) <danai@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
perl,
libcapture-tiny-perl,
libconfig-autoconf-perl,
libextutils-libbuilder-perl,
libmodule-build-perl,
libscalar-list-utils-perl (>= 1:1.42)
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-bibtex-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-bibtex-perl.git
Homepage: https://metacpan.org/release/Text-BibTeX
Package: libtext-bibtex-perl
Architecture: any
Depends: ${perl:Depends},
${shlibs:Depends},
${misc:Depends},
libscalar-list-utils-perl (>= 1:1.42)
Description: Perl extension to read and parse BibTeX files
The Text::BibTeX module provides functions to read, parse and write bibTeX
files using perl.
.
The package provides two fundamental modules for processing BibTeX files
(Text::BibTeX::File and Text::BibTeX::Entry).
.
In addition, the Text::BibTeX module provides a number of
miscellaneous functions that are useful in processing BibTeX data
(especially the kind that comes from bibliographies as defined by BibTeX
0.99, rather than generic database files).
Package: libbtparse-dev
Architecture: any
Section: libdevel
Depends: libbtparse1 (= ${binary:Version}),
${misc:Depends}
Description: C library to parse BibTeX files - development files
btparse is the C component of btOOL, a pair of libraries for parsing and
processing BibTeX files. It is built on top of a lexical analyzer and parser
constructed using PCCTS. The library provides entry points to the parser,
functions to traverse and query the abstract-syntax tree that it produces, and
some functions for processing strings in "the BibTeX way".
.
This package contains the necessary symlinks, headers and object files needed
develop applications using btparse.
Package: libbtparse1
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: C library to parse BibTeX files
btparse is the C component of btOOL, a pair of libraries for parsing and
processing BibTeX files. It is built on top of a lexical analyzer and parser
constructed using PCCTS. The library provides entry points to the parser,
functions to traverse and query the abstract-syntax tree that it produces, and
some functions for processing strings in "the BibTeX way".
|